//　IEの仕様変更用に伴うFlashボタンの正常化 top.swf

htm = ""

htm+="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'"

htm+="        codebase='http://download.macromedia.com/pub/shockwave/"

                  htm+="cabs/flash/swflash.cab/flash/swflash.cab#version=7,0,19,0'"

htm+="        width   = 610 " 
htm+="        height  = 230 >"
htm+="<param  name    = movie value='top.swf'>"
htm+="<param  name    = quality value=high>"
htm+="<embed  src     = 'top.swf' "
htm+="        quality = high  "
htm+="        width   = 610"
htm+="        height  = 230"

htm+="        type    = 'application/x-shockwave-flash' "

htm+="        pluginspage='http://www.macromedia.com/go/getflashplayer'>"

htm+="</embed>"

htm+="</object>"

document.write(htm)