function flashInclude($preview)
{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
	document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"\n');
	document.write(' WIDTH="100%" HEIGHT="100%">\n');
	document.write(' <PARAM NAME=movie VALUE="main.swf"> \n');
	document.write(' <PARAM NAME=menu VALUE=false> \n');
	document.write(' <PARAM NAME=quality VALUE=high> \n');
	document.write(' <PARAM NAME=bgcolor VALUE=#e10915>  \n');
	document.write(' <param name=FlashVars value="preview=' + $preview + '" />\n');
	document.write(' <EMBED src="main.swf" menu=false FlashVars="preview=' + $preview + '" quality=high bgcolor=#e10915 WIDTH="100%" HEIGHT="100%" TYPE="application/x-shockwave-flash"  PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>\n');
	document.write('</OBJECT>\n');
}


