<!-- Begin
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=""; 
url="https://www.paypal.com/uk/mrb/pal=L5NX5NM4CJ2QN";
alt="Sign up for PayPal and start accepting credit card payments instantly.";
banner="http://images.paypal.com/en_GB/i/bnr/paypal_mrb_banner.gif";
width="468";
height="60";
}
if (ad==2) {
txt=" "; 
url="https://www.paypal.co.uk/wishlist/";
alt="Pay in a few clicks with PayPal!";
banner="http://www.nukan.com/images/bnr_merchant_468x60.gif";
width="468";
height="60";
}
if (ad==3) {
txt=" ";
url="http://www.willdrafters.com/index.html?kbid=1627&img=468x60a3.gif";
alt="Making a Will? Contact WillDrafters";
banner="http://www.willdrafters.com/images/468x60a3.gif";
width="468";
height="60";
}
if (ad==4) {
txt=" ";
url="http://www.willdrafters.com/probate.html?kbid=1627&img=prob468x60a1.gif";
alt="Probate? Contact WillDrafters";
banner="http://www.willdrafters.com/images/prob468x60a1.gif";
width="468";
height="60";
}
if (ad==5) {
txt=""; 
url="http://bit.ly/4V5A2f";
alt="Christian Financial Freedom";
banner="http://www.newchristianfinance.com/banner1.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('</a>');
document.write('</center>');
// End -->
