

var joining = 0;

function goNow() {
    if (joining == 0) { 
	    var how_many_ads = 11;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.annysxxx.com/friends/main.html";
}
if (ad==2) {
url="http://www.pickainterracial.com/cgi-bin/picka/rankem.cgi?id=annys";
}
if (ad==3) {
url="http://www.pickabeaver.com/cgi-bin/picka/rankem.cgi?id=annys";
}
if (ad==4) {
url="http://www.pickablowjob.com/cgi-bin/picka/rankem.cgi?id=annys";
}
if (ad==5) {
url="http://www.pickabrunette.com/cgi-bin/picka/rankem.cgi?id=annys";
}
if (ad==6) {
url="http://www.pickabutt.com/cgi-bin/picka/rankem.cgi?id=annys";
}
if (ad==7) {
url="http://www.pickafacial.com/cgi-bin/picka/rankem.cgi?id=annys";
}
if (ad==8) {
url="http://www.pickacumshot.com/cgi-bin/picka/rankem.cgi?id=annys";
}
if (ad==9) {
url="http://www.pickaflasher.com/cgi-bin/picka/rankem.cgi?id=annys";
}
if (ad==10) {
url="http://www.pickaskirt.com/cgi-bin/picka/rankem.cgi?id=annys";
}
if (ad==11) {
url="http://www.pickaswinger.com/cgi-bin/picka/rankem.cgi?id=annys";
}
rtpop=window.open('','rtpop','toolbar=1,menubar=1,scrollbars=1,status=1,resizable=1,top=1,left=1,width=800,height=600'); 

rtpop.blur();
rtpop.location=url;
if (window.blur) { window.focus(); }
setTimeout("goNow()",50000);
	}
}


function popUp() {
props=window.open('http://www.annysxxx.com/freecam.html', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=350, height=300');
}


// get the date information
//
date = new Date();
month = new String;
day = new String;
year = new String;

month = date.getMonth()
day = date.getDate()

// This is the y2k fixer function--don't worry about how this works,
// but if you want it in your scripts, you can cut and paste it. 
//
 function y2k(number) { 
return (number < 1000) ? number + 1900 : number;
}

// Get the year and fix the y2k bug using the fixer function.
//
year = y2k(date.getYear())

// Translate the number of the month to a word--so 0 becomes January.
// Notice that I've cut months 3 to 10 to save space.  if you want to
// run this example, you'll have to put those in place of the ellipsis, . . .
//
if (month == "0")
	month = "January";
	else
if (month == "1")
	month = "February";
	else
if (month == "2")
	month = "March";
	else
if (month == "3")
	month = "April";
	else
if (month == "4")
	month = "May";
	else
if (month == "5")
	month = "June";
	else
if (month == "6")
	month = "July";
	else
if (month == "7")
	month = "August";
	else
if (month == "8")
	month = "September";
	else
if (month == "9")
	month = "October";
	else
if (month == "10")
	month = "November";
	else
if (month == "11")
	month = "December";