
// top page Import JS FILE
var topJS_ary = new Array();

topJS_ary.push('<script type="text/javascript" src="/html/js/heightLine.js"></script>');
topJS_ary.push('<script type="text/javascript" src="/html/js/effects-1.8.1.js"></script>');
topJS_ary.push('<script type="text/javascript" src="/html/top_elements/js/top_flash.js"></script>');
topJS_ary.push('<script type="text/javascript" src="/html/top_elements/js/top_carousel.js"></script>');
topJS_ary.push('<script type="text/javascript" src="/html/top_elements/js/top_other.js"></script>');
topJS_ary.push('<script type="text/javascript" src="/html/top_elements/js/top_scroll.js"></script>');

var topJS_len = topJS_ary.length;
for(i=0; i<topJS_len; i++){
	document.write(topJS_ary[i]);
}


















