// client mouseover

function writeHomePageFlash()
{
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,14,0' width='821' height='335'");
	document.write(">");
	document.write("<param name='wmode' value='transparent'>");
	document.write(" <param name='src' value='/images/intro.swf'>");
	document.write("<PARAM NAME=bgcolor VALUE=#FFFFFF>");
	document.write(" <embed pluginspage='http://www.macromedia.com/go/getflashplayer' width='821' height='335' wmode='transparent' bgcolor=#FFFFFF");
	document.write(" src='/images/intro.swf'");
	document.write(" />");
	document.write("</object>");
}