// JavaScript Document
function aaa(){

    var o = {
        loadingImage: 'shadowbox/images/loading.gif'
    };

    Shadowbox.init(o);

};