// JavaScript Document

function importJS() {
    if (! new Array().push) return false;
        var scripts = new Array(
		'http://digivery.jp/js/jquery.min.js',								
		'http://digivery.jp/js/roll_over.js',						
		'http://digivery.jp/js/prototype.lite.js',
		'http://digivery.jp/js/moo.fx.js',
		'http://digivery.jp/js/moo.fx_home.js',
		'http://digivery.jp/js/moo.fx.pack.js'
	);
        for (var i=0; i<scripts.length; i++) {
        document.write('<script type="text/javascript" src="' +scripts[i] +'"><\/script>');
        }
    }
importJS();
