(function(){
    var importSrc = function(e){
        return '<script type="text/javascript" src="'+ e +'"></script>' + "\n";
    }
    var path = '/shared/js/';
    document.write( importSrc( path + 'jquery.js' ) );
    document.write( importSrc( path + 'thickbox.js' ) );
    document.write( importSrc( path + 'yuga.js' ) );
    document.write( importSrc( path + 'common.js' ) );
})();

