function writeFlash() {
	// TODO: going forward this should really be more generic - pass in movie name, id, size, etc
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
	document.write(' ID="script" width="756" height="558" ALIGN="">');
	document.write(' <PARAM NAME=movie VALUE="main.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF>  '); 
	document.write(' <param name=wmode value=opaque>  ');
	document.write(' <EMBED src="main.swf" quality=high bgcolor=#FFFFFF  ');
	document.write(' swLiveConnect=FALSE width="756" height="558" NAME="script"  wmode="opaque" ALIGN=""');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
}
