﻿var w_str = "";
w_str = w_str+"<div id='baten_bparts' style='left:0px;width:185px;height:440px;'>"; 
w_str = w_str+"<table bgcolor=#c0d0e0 border=0>";
w_str = w_str+"<tr>";
w_str = w_str+"<td style='color:#406080; text-align: center; vertical-align: middle; font-size: 80%; font-weight: bold'>競馬の予想</td>";
w_str = w_str+"</tr>";
w_str = w_str+"<tr>";
w_str = w_str+"<td>";
w_str = w_str+"<iframe title='競馬投資クラブ馬天ブログパーツ' align=left frameborder=0 marginheight=0 marginwidth=0 width=194px height=445px src='http://www.baten.jp/gadget/ktc_gadget.php'>";
w_str = w_str+"</iframe>";
w_str = w_str+"</td>";
w_str = w_str+"</tr>";
w_str = w_str+"</table>";
w_str = w_str+"</div>";
document.open();
document.write(w_str);
document.close();
