var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="CLICK HERE";
url="http://www.fastloanapply.com/";
alt="Apply Online For A Quick Payday Loan CLICK HERE";
banner="http://www.fastloanapply.com/javacookie/long/fastcash.jpg";
width="120";
height="600";
}
if (ad==2) {
txt="CLICK HERE";
url="http://www.fastloanapply.com/";
alt="Apply Online For A Quick Payday Loan CLICK HERE";
banner="http://www.fastloanapply.com/javacookie/long/fastloan.gif";
width="120";
height="600";
}
if (ad==3) {
txt="CLICK HERE";
url="http://www.fastloanapply.com/";
alt="Apply Online For A Quick Payday Loan CLICK HERE";
banner="http://www.fastloanapply.com/javacookie/long/fastloan.gif";
width="120";
height="600";
}
if (ad==4) {
txt="CLICK HERE";
url="http://www.fastloanapply.com/";
alt="Apply Online For A Quick Payday Loan CLICK HERE";
banner="http://www.fastloanapply.com/javacookie/long/payadvance.jpg";
width="120";
height="600";
}
if (ad==5) {
txt="CLICK HERE";
url="http://www.fastloanapply.com/";
alt="Apply Online For A Quick Payday Loan CLICK HERE";
banner="http://www.fastloanapply.com/javacookie/long/quickloans.gif";
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('<B><font face="Arial" size="5">' + txt + '</font></B></a>');
document.write('</center>');