function mouse_over(){
mouse=document.getElementById('SC_popup');
mouse.style.display='block';
}
function mouse_out(){
mouse=document.getElementById('SC_popup');
mouse.style.display='none';
}
document.write(' <div style="width:70px;"><div onmouseover="mouse_over();" onmouseout="mouse_out();"><a href="http://www.hitstatscounter.com/" title="無料アクセスカウンター"><img src="http://www.hitstatscounter.com/hits/index/1/9266211952/不明/不明" style="border-style:none"></a></div><div id="SC_popup" style="display:none; position:absolute; top:inherit; left:inherit; background-color:#FFFFFF; border:1px solid #FF0000;"><p>今月：のアクセス数<b>2</b></p><p>先月：のアクセス数<b>0</b></p></div></div>');