// UTF-8

(function(){
    var importSrc = function(e){
        return '<script type="text/javascript" src="'+ e +'"></script>' + "\n";
    }
    var path = '/javascript/';
    //jQueryフレームワーク
    document.write( importSrc( path + 'jquery-1.4.3.min.js' ) );
    //サイト全体で使用するJS
    document.write( importSrc( path + 'smartrollover.js' ) );
    document.write( importSrc( path + 'scrollsmoothly.js' ) );
})();

