
function foo(nocache){
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" WIDTH="100%" HEIGHT="100%" id="index" ALIGN="" >');
	document.write('<PARAM NAME=movie VALUE="index.swf?'+nocache+'">');
	document.write('<PARAM NAME="WMODE" VALUE="transparent">');
	document.write('<PARAM NAME=menu VALUE=false>');
	document.write('<PARAM NAME=quality VALUE=high>');
	document.write('<PARAM NAME=scale VALUE=noscale>');
	document.write('<PARAM NAME=bgcolor VALUE=#000000>');
	document.write('<EMBED src="index.swf?'+nocache+'" WMODE="transparent" menu=false quality=high scale=noscale bgcolor=#000000 WIDTH="100%" HEIGHT="100%" NAME="index" swLiveConnect=TRUE ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.write('</EMBED>');
	document.write('</OBJECT>');
}
