htm = ""
htm+="<object width   = 215 " 
htm+="        height  = 140 >"
htm+="<param  name    = movie value='http://www.youtube.com/v/Z8ZIhegK66k&hl=ja&fs=1&'>"
htm+="<param  name    = allowFullScreen value='true' />"
htm+="<param  name    = allowscriptaccess value='always' />"
htm+="<embed  src     = 'http://www.youtube.com/v/Z8ZIhegK66k&hl=ja&fs=1&' "
htm+="        type  = application/x-shockwave-flash" 
htm+="        allowscriptaccess = always" 
htm+="        allowfullscreen   = true " 
htm+="        width   = 215 " 
htm+="        height   = 140 " 
htm+="</embed>"
htm+="</object>"

document.write(htm)
