var popURL1 = 'ttt-out.php?link=thumbshaut&url=http://www.finder-x.com/index.php?id=8096 '; 
var popURL2 = 'ttt-out.php?link=thumbshaut&url=http://www.sexeoptimal.com';
var popURL  = '';

if(document.referrer.indexOf('finder-x.com',0)>=0)
{
	popURL = popURL2;
}
else if(document.referrer.indexOf('sexeoptimal.com/',0)>=0)
{
	popURL = popURL1;
}
else
{
	var random = Math.random(); 

	if(random>=0.5)
	{
		popURL = popURL2;
	}
	else
	{
		popURL = popURL1;
	}
}

function redir() {setTimeout("pdv()", 3000);}
function pdv() {window.location = popURL; }