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="padding-bottom:5px; width:50px;" onmouseover="mouse_over();" onmouseout="mouse_out();"><a href="http://www.seohotnews.com/"><img src="http://www.seohotnews.com/app/webroot/img/pr/0.gif" border="0"></a></div><div id="SC_popup" style="padding:0 0 0 0; display:none; position:absolute; top:inherit; left:inherit; background-color:#FFFFFF; border:1px solid #FF0000;"><p style="color:#000000; line-height:12px; font-size:12px; padding:0 0 0 0; margin:0 0 0 0;">今日：<b>0</b><br />昨日：<b>0</b><br />全体：<b>586</b></p></div>');