function loadIndex() {
	document.write('<object type="application/x-shockwave-flash" data="flash/slogan.swf" width="220" height="220">');
		document.write('<param name="movie" value="flash/slogan.swf" />');
		document.write('<param name="wmode" value=""/>');
		document.write('<embed src="flash/slogan.swf" width="220" height="220"></embed>');
	document.write('</object>');
}

