htm = ""
htm+="<div id='movie'>"
htm+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'"
htm+="        codebase='http://download.macromedia.com/pub/shockwave/"
                  htm+="./mov/1110_small.swf'"
htm+="        width   = 254" 
htm+="        height  = 213 >"
htm+="<param  name    = movie value='./mov/1110_small.swf'>"
htm+="<param  name    = quality value=high>"
htm+="<embed  src     = './mov/1110_small.swf' "
htm+="        quality = high  "
htm+="        width   = 254"
htm+="        height  = 213"
htm+="        type    = 'application/x-shockwave-flash' "
htm+="        pluginspage='http://www.macromedia.com/go/getflashplayer'>"
htm+="</embed>"
htm+="</object>"
htm+="</div>"
htm+="<div id='spotBn'>" 
htm+="<a href='spot.html'>" 
htm+="<img src='img/common/bn_green.gif'>"
htm+="</a></div>"

document.write(htm)

