function importJS() {
    if (! new Array().push) return false;
	var jsr = "http://www.kairos.co.jp/js/";
    var scripts = [
         'https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'
        ,jsr+'tracking.js'
        ,jsr+'jquery.page-scroller.js'
        ,jsr+'jquery.easing.1.3.js'
        ,jsr+'jquery.mousewheel.min.js'
        ,jsr+'heightLine.js'
        ,jsr+'smartRollover.js'
        ,jsr+'portamento-min.js'
    ];
	var len = scripts.length;
    for (var i=0; i<len; i++) {js(scripts[i])}
}
function js(s){document.write('<script type="text/javascript" src="' +s+'" charset="utf-8"><\/script>');}
importJS();
