$(document).ready(custom_init);

function custom_init () {
    $('body').append('<img src="/static/img/ajaxload.gif" id="ajaxload" />');
}

