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   = 600px " 
htm+="        height  = 350px>"
htm+="        <param  name    = movie value='http://dentist-map.net/flash/chugoku.swf'>"
htm+="        <param  name    = quality value=high>"
htm+="        <PARAM NAME=scale VALUE=noscale>"
htm+="        <PARAM NAME=salign VALUE=LT>"
htm+="        <embed  src     = http://dentist-map.net/flash/chugoku.swf"
htm+="        quality = high "
htm+="        align = middle" 
htm+="        scale   = noscale "
htm+="        salign  = LT"
htm+="        width   = 600px"
htm+="        height  = 350px"
htm+="        bgcolor = #ffffff" 
htm+="        type= 'application/x-shockwave-flash' "
htm+="        pluginspage='http://www.macromedia.com/go/getflashplayer'>"
htm+="        </embed>"
htm+="        </object>"


document.write(htm)