setInterval("window.status='Pantyhose pictures & videos'",5);
function exit() { 
var exit = new Array(
"http://nylon-sun.com/out.php?s_id=1"
)
n = Math.floor(Math.random()*(exit.length)); 
newWin = open(exit[n]); 
}

function Op(url) {
	window.location='http://localhost/';
}