var link = new Array();

link[0] = 'http://www.dutcherotic.com';
link[1] = 'http://www.1000xxx.com';  
link[2] = 'http://www.nl-teens.nl';  
link[3] = 'http://www.atomic.nl';      
link[4] = 'http://www.babenet.nl';     
link[5] = 'http://www.jenna2000.com';  
link[6] = 'http://www.pornheaven.nl';  
link[7] = 'http://www.sexxes.nl';    


var i =Math.ceil(Math.random() * link.length-1);

function tlink()
{
self.location.href = link[i];
}