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

