/*theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i < theObjects.length; i++) { 
theObjects[i].outerHTML = theObjects[i].outerHTML; 
}*/

document.write('<object style="float: left;" type="application/x-shockwave-flash" data="flash/usa_map1.0_small.swf" width="465" height="280">');
document.write('<param name="movie" value="flash/usa_map1.0_small.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="bgcolor" value="#ffffff" />');			
document.write('<asp:HyperLink ID="GetFlashPlayerLink" NavigateUrl="<%$ Resources:PublicResources, GetFlashPlayerLink %>" ImageUrl="~/images/get_flash_player.gif" BorderWidth="0px" runat="server"></asp:HyperLink>');
document.write('</object>');