function WriteFlash()
{
	    document.write("<object width=\"325\" height=\"48\">");
		document.write("<param name=\"movie\" value=\"../pub/flash.swf\">");
		document.write("<embed src=\"../pub/flash.swf\" width=\"325\" height=\"48\">");
		document.write("</embed></object>");	
}


