
<!-- 
function pop() { 
var url = new Array(); 
url[0] = "http://www.bitoku.com/?id=13772"; 
var urlpopup = url[Math.round(0 * Math.random())]; 
newwin=window.open("","","scrollbars=yes,status=yes,toolbar=yes,location=yes,directories=yes,resizable=yes"); 
newwin.resizeTo(screen.availWidth,screen.availHeight); 

newwin.location = urlpopup; 
} 
// --> 
<!-- 
function stopError() { 
return true; 
} 
window.onerror = stopError; 
// --> 

