<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


if (ad==1) {
txt="CLICK HERE TO VISIT UPSKIRTS MANIA!";
url="http://www.upskirtsmania.com/?t=100161,1,21,0&x=LB&nr=1";
alt="Voyeur Megasite With Secret Cams That Catch All The Action!";
banner="http://www.sextronix.com/b/upskirtsmania/640-480.jpg";
width="640";
height="480";
}
if (ad==2) {
txt="CLICK HERE TO VISIT LIVE VOYEUR PORN!";
url="http://www.livevoyeurporn.com/t1/cfree=fh11106/";
alt="Voyeur Megasite With Secret Cams That Catch All The Action!";
banner="http://www.adult-sex-sites.net/banners/fetishhits/new/livevoyeurporn.jpg";
width="652";
height="447";
}



document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=1><br>');
document.write('</a>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<FONT color=black size=4 face=verdana>' + txt + '</FONT></a>');
document.write('</center>');
// End -->

