$(document).ready(custom_init);

function custom_init () {
    $('body').append('<div id="ajaxload"><span>Processing...</span></div>');
}

