var codeObject
= '  <object id="world_locator"'
+ '   classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" '
+ '   codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" '
+ '   width="610" '
+ '   height="360" '
+ '   wmode="transparent" '
+ '   >'
+ '    <param name="movie"     value="world_locator.swf" />'
+ '    <param name="quality"   value="high" />'
+ '    <param name="wmode"     value="transparent"/>'
+ '    <param name="bgcolor"   value="#ffffff" />'
+ '    <param name="FlashVars" value="xmlfile1=world_locator.xml&xmlfile2=world_locator_data.xml"> '
+ '    <param name="allowScriptAccess" value="sameDomain" />'
+ '  '
+ '    <embed name="world_locator" '
+ '     type    ="application/x-shockwave-flash" '
+ '     src     ="world_locator.swf?xmlfile1=world_locator.xml&xmlfile2=world_locator_data.xml" '
+ '     quality ="high" '
+ '     wmode   ="transparent" '
+ '     bgcolor ="#ffffff" '
+ '     width   ="610" '
+ '     height  ="360" '
+ '     allowScriptAccess="sameDomain" '
+ '     pluginspage="http://www.macromedia.com/go/getflashplayer"'
+ '    \/>'
+ '  <\/object>';
document.write(codeObject);

