<!-- Begin
var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.2.livejasmin.com/listpage.php?psid=masp&pstour=t1&psprogram=REVS";
alt="LiveJasmin";
banner="http://static.awempire.com/ban/jsm/Horizontal/livejasmin_468x60.jpg";
width="468";
height="60";
}
if (ad==2) {
txt="";
url="http://www.joyourself.com/allonline.php?psid=masp&pstour=t1&psprogram=REVS";
alt="Joyourself";
banner="http://static.awempire.com/ban/joy/Horizontal/joy_468x60.jpg";
width="468";
height="60";
}
if (ad==3) {
txt="";
url="http://www.liveprivates.com/listpage.php?psid=masp&pstour=t1&psprogram=REVS";
alt="LivePrivates";
banner="http://static.awempire.com/ban/lpr/Horizontal/liveprivates_468x60.jpg";
width="468";
height="60";
}

if (ad==4) {
txt="";
url="http://www.cameraboys.com/listpage.php?psid=masp&pstour=t1&psprogram=REVS";
alt="CameraBoys";
banner="http://static.awempire.com/ban/cmb/Horizontal/cameraboys2_468x60.jpg";
width="468";
height="60";
}
if (ad==5) {
txt="";
url="http://www.maturescam.com/index.php?psid=masp&pstour=t1&psprogram=REVS";
alt="MaturesCam";
banner="http://static.awempire.com/ban/mtc/Horizontal/matures_468x60.jpg";
width="468";
height="60";
}
if (ad==6) {
txt="";
url="http://www.livesexasian.com/listpage.php?psid=masp&pstour=t1&psprogram=REVS";
alt="LiveSexAsian";
banner="http://static.awempire.com/ban/las/Horizontal/asian2_468x60.jpg";
width="468";
height="60";
}
if (ad==7) {
txt="";
url="http://www.mycams.com/allonline.php?psid=masp&pstour=t1&psprogram=REVS";
alt="MyCams";
banner="http://static.awempire.com/ban/myc/Horizontal/myc_468x60_sahf_007.gif";
width="468";
height="60";
}
if (ad==8) {
txt="";
url="http://www.lsawards.com/listpage.php?psid=masp&pstour=t1&psprogram=REVS";
alt="LSAwards";
banner="http://static.awempire.com/ban/lsa/Horizontal/468_60_b2.gif";
width="468";
height="60";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(+ width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->