var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="mailto:marty@advisormarketing.com";
alt="Testimonial - Paul Hooper";
banner="http://www.advisormarketing.com/testimonials/hooper.gif";
width="175";
height="200";
}
if (ad==2) {
url="mailto:marty@advisormarketing.com";
alt="Testimonial - Robert Burger";
banner="http://www.advisormarketing.com/testimonials/burger.gif";
width="175";
height="200";
}
if (ad==3) {
url="mailto:marty@advisormarketing.com";
alt="Testimonial - Thomas L. Brandon";
banner="http://www.advisormarketing.com/testimonials/brandon.gif";
width="175";
height="200";
}
if (ad==4) {
url="mailto:marty@advisormarketing.com?subject=Testimonial - FREE Book Offer";
alt="Would you like a FREE book?";
banner="http://www.advisormarketing.com/testimonials/call.gif";
width="175";
height="200";
}
document.write('<center>');
document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');