var host="http://game.goo.ne.jp/etc/blogparts/swf/"
var parthost="http://game.goo.ne.jp/etc/blogparts/"
var flashurl = ["001.swf", "002.swf", "003.swf", "004.swf", "005.swf"];
flashurl = flashurl[Math.floor(Math.random() * flashurl.length)];

document.write('<table border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td ><img src="'+parthost+'img/txt_01.gif" alt="リロードすると別のゲームが楽しめます" width="150" height="16" /></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="150" height="148" align="center" valign="top" background="'+parthost+'img/bg_game.gif">');
document.write('<object width="146" height="146">');
document.write('<param value="'+host+''+ flashurl+'" name="movie" />');
document.write('<embed src="'+host+''+flashurl+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="146" height="146"></embed>');
document.write('</object>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td height="38" align="center" valign="middle" bgcolor="#000000"><a href="http://game.goo.ne.jp/choi/" target="_blank"><img src="'+parthost+'img/bnr_game.gif" alt="gooゲーム　ちょいゲー" width="142" height="31" border="0" /></a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td height="1" align="center" valign="middle" bgcolor="#000000"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td height="17" bgcolor="#000000"><object width="150" height="17">');
document.write('<param name="movie" value="'+host+'swf/scroll.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="'+host+'scroll.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="17"></embed>');
document.write('</object>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');


