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