 function buildFlash (){
	document.write ("<tr><td height=64>");
	document.write ("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'");
	document.write ("width='520' \n height='64' \n");
	document.write ("CODEBASE='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0'>");
	document.write ("<param NAME='movie' VALUE='flash/new3.swf'>");
	document.write ("<param NAME='play' VALUE='true'>");
	document.write ("<param NAME='loop' VALUE='false'>");
	document.write ("<param NAME='Quality' Value='high'>");
	document.write ("<embed src='flash/new.swf' width='520' height='64' play='true' loop='false' quality='high'");
	document.write ("pluginspace='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>");
	document.write ("</embed></object></td></tr>");
	}