function set_empty(){
document.getElementById('blab_online_list').style.display='none';
document.getElementById('blab_online_nmbr').innerHTML='';}
function sho_list(evt){
if(typeof window.external=='object' && typeof document.all=='object'){cX=parseInt(evt.clientX);cY=parseInt(evt.clientY)}else{cX=evt.pageX;cY=evt.pageY}
document.getElementById('blab_online_list').style.top=cY+'px';
document.getElementById('blab_online_list').style.left=cX+'px';
document.getElementById('blab_online_list').style.display='block';}
document.write('(0) ');
setTimeout('set_empty()',20000);