htm = ""

htm+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'"

htm+="        codebase='http://download.macromedia.com/pub/shockwave/"

                  htm+="cabs/flash/swflash.cab#version=9,0,28,0'"

htm+="        width   = 880 " 

htm+="        height  = 248 >"

htm+="<param  name    = movie value='images/flash/img.swf'>"

htm+="<param  name    = quality value=high>"

htm+="<embed  src     = 'images/flash/img.swf' "

htm+="        quality = high  "

htm+="        width   = 880"

htm+="        height  = 248"

htm+="        type    = 'application/x-shockwave-flash' "

htm+="        pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash'>"

htm+="</embed>"

htm+="</object>"



document.write(htm)
