//JavaScript
var rand='?rand=' + String(Math.floor(Math.random() * 1000000));
function setVoid(){
	document.open();
	document.write('<div id="mkbVoid" style="width: 150px;height: 300px;margin-left: auto;margin-right: auto;">');
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="150" height="300" id="mkbVoid" align="middle">');
	document.write('<param name="allowScriptAccess" value="always" />');
	document.write('<param name="movie" value="http://p.blog.linkus.jp/void_timer/html/void_timer.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="http://p.blog.linkus.jp/void_timer/html/void_timer.swf"  quality="high" wmode="transparent" bgcolor="#ffffff" width="150" height="300" name="mkbVoid" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
	document.write('</div>');
	document.close();
}

