html = new Array(
	'heightLine.js',
	'external.js',
	'config.js'
);

for ( i in html ) {
	html[i] = '<script type="text/javascript" src="/themes/nakakame/scripts/' + html[i] + '"></script>'
}

document.write ( html.join ('') );
document.write();
