function InsertMap()
{

document.write(' <center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="450" height="350" id="locator_map" align="middle">');
document.write(' <param name="allowScriptAccess" value="sameDomain" />');
document.write(' <param name="movie" value="locator_map.swf" />');
document.write(' <PARAM NAME=FlashVars VALUE="xmlfile1=locator_map.xml&xmlfile2=data-2009-12.xml&datafile=data.swf"> ');
document.write(' <param name="quality" value="high" /><param name="bgcolor" value="#E7E3D1" />');
document.write(' <embed src="locator_map.swf?xmlfile1=locator_map.xml&xmlfile2=data-2009-12.xml&datafile=data.swf" quality="high" bgcolor="#E7E3D1" width="450" height="350" name="locator_map" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write(' </object> </center>');


}