htm = ""
htm+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'"
htm+="        codebase='http://fpdownload.macromedia.com/pub/shockwave/"
                  htm+="cabs/flash/swflash.cab#version=8,0,0,0'"
htm+="        width   = 560 " 
htm+="        height  = 220 >"
htm+="<param  name    = movie value='images/top_flash.swf'>"
htm+="<param  name    = quality value='high'>"
htm+="<embed  src     = 'images/top_flash.swf' "
htm+="        width   = 560"
htm+="        height  = 220"
htm+="        quality = high"
htm+="        pluginspage='http://www.macromedia.com/go/getflashplayer'>"
htm+="</embed>"
htm+="</object>"

document.write(htm)