<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Dirty Cheerleaders";
url="http://www.maximumcash.com/cgi-bin/maxcash.cgi?id=100hunks&ps=ndirty";
alt="cheer leader porno";
banner="pictures/free1.jpg";
width="120";
height="600";
}
if (ad==2) {
txt="First lesbian Kiss";
url="http://www.maximumcash.com/cgi-bin/maxcash.cgi?id=100hunks&ps=nflk";
alt="First lesbian Kiss";
banner="pictures/free2.jpg";
width="120";
height="600";
}
if (ad==3) {
txt="Oral Addiction"; 
url="http://www.maximumcash.com/cgi-bin/maxcash.cgi?id=100hunks&ps=noraladd";
alt="Oral Addiction";
banner="pictures/free3.jpg";
width="120";
height="600";
}
if (ad==4) {
txt="Group Thrills";
url="http://www.maximumcash.com/cgi-bin/maxcash.cgi?id=100hunks&ps=ngroup";
alt="Group Thrills";
banner="pictures/free4.gif";
width="120";
height="600";
}
if (ad==5) {
txt="Girls N Toys";
url="http://www.maximumcash.com/cgi-bin/maxcash.cgi?id=100hunks&ps=ngnt";
alt="Girls N Toys";
banner="pictures/free5.jpg";
width="120";
height="600";
}
if (ad==6) {
txt="Great Looking Ass"; 
url="http://www.maximumcash.com/cgi-bin/maxcash.cgi?id=100hunks&ps=ngla";
alt="Great Looking Ass";
banner="pictures/free6.jpg";
width="120";
height="600";
}
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=0><br>');
document.write('<font face="Arial" size="2">' + txt + '</font></a>');
document.write('</center>');
// End -->



