//
// for tdv
//

//var filepath_array = document.URL.split("/")
//a = filepath_array.pop() 
//filepath_array.push("main.swf")
//var swffilepath = filepath_array.join("/")

var swffilepath = "http://tohoblogparts.jp/tdv/bp/main.swf"

document.writeln("<div id='tdv'>");
document.writeln("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='160' height='256' id='rssreader' align='middle'>");
document.writeln("<param name='allowScriptAccess' value='always'>");
document.writeln("<param name='allowNetworking' value='all'>");
document.writeln("<param name='movie' value='"+swffilepath+"'>");
document.writeln("<param name='quality' value='high'>");
document.writeln("<param name='bgcolor' value='#ffffff'>");
document.writeln("<param name='wmode' value='transparent'>");
document.writeln("<embed src='"+swffilepath+"' allowScriptAccess='always' allowNetworkin='all' wmode='transparent' quality='high' bgcolor='#ffffff' width='160' height='256' name='blogparts' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'>");
document.writeln("</object>");
document.writeln("</div>");