htm = ""
htm+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'"
htm+="        codebase='http://download.macromedia.com/pub/shockwave/"
htm+="cabs/flash/swflash.cab'"
htm+="        width   = 728 " 
htm+="        height  = 280 >"
htm+="<param  name    = movie value='./_img/top/top.swf'>"
htm+="<param  name    = quality value=high>"
htm+="<embed  src     = './_img/top/top.swf' "
htm+="        quality = high  "
htm+="        width   = 728"
htm+="        height  = 280"
htm+="        type    = 'application/x-shockwave-flash' "
htm+="        pluginspage='http://www.macromedia.com/go/getflashplayer'>"
htm+="</embed>"
htm+="<noembed>"
htm+="<img src='./_img/top/flash.jpg'"
htm+="width=728"
htm+="height=280"
htm+="border=0 >"
htm+="</noembed>"
htm+="</object>"


document.write(htm)