$(document).ready(custom_init);

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