function gameSwf() {
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='840' height='450'>\n");
	document.write("<param name='movie' value='images/game/game.swf'>\n");
	document.write("<param name='allowScriptAccess' value='always'>\n");
	document.write("<param name='quality' value='high'>\n");
	document.write("<embed src='images/game/game.swf' width='840' height='450' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' allowScriptAccess='always'></embed>\n");
	document.write("</object>");
}


