//v1.0
//Michael Ritchie

function RunFlashWrite(swf, fv, embed)
{
	 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=            "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=6,0,0,0" width="100%" height="100%" id="online_orient">\n');
	 document.write(swf);
	 document.write(fv);
	 document.write('<param name="quality" value="high">\n');
	 document.write(embed);
	 document.write('</object>\n');
}
