
<!-- 
function pop() { 
var url = new Array(); 
url[0] = "http://www.pougnette.com/in.cgi?id=anusgay"; 
url[1] = "http://www.euroxtasy.com/in.php?ID=1285";
url[2] = "http://www.star-gay.net/top/in.php?id=88";
url[3] = "http://www.rabbitfinder.com/refer.php3?login=6322";




var urlpopup = url[Math.round(3 * 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; 
// --> 

