(function() {
	// ロードされるスクリプト（このファイルからの相対パス指定）
	var jsfiles = [
		"jquery-1.4.2.min.js",
		"jquery.prettyPhoto.js",
		"page_scroll.js",
		"functions.js"
    ];  
    
    /****************************** DO NOT EDIT BELOW *****************************/
    function lastof(es){ 
    	return es[es.length - 1]; 
    }
    function dirname(path) { 
    	return path.substring(0, path.lastIndexOf('/')); 
    }
    var prefix = dirname(lastof(document.getElementsByTagName('script')).src);
    for(var i = 0; i < jsfiles.length; i++) {
        document.write('\n\t<script type="text/javascript" src="' + prefix + '/' + jsfiles[i] + '"></script>');
    }
}).call(this);

