//Begin -->
var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.maryhelverson.com";
alt="Real estate in Avalon & Stone Harbor NJ";
banner="http://www.realestate-guide.com/banscrip/marybanner.gif";
width="350";
height="80";
}
if (ad==2) {
url="http://www.coastalweblink.com";
alt="Realtors at the Jersey Shore!";
banner="banscrip/coastal.gif";
width="350";
height="80";
}
if (ad==3) {
url="http://www.steveframe.com";
alt="Steve Frame - Diller & Fisher Realtors";
banner="banscrip/framebanner.jpg";
width="350";
height="80";
}
if (ad==4) {
url="http://www.americaneaglerealty.com";
alt="American Eagle Realty - Serving Avalon & Stone Harbor";
banner="banscrip/ameagle.jpg";
width="350";
height="80";
}
if (ad==5) {
alt="Bob Scully - Ferguson Dechert Real Estate";
url="http://www.avalonsales.com";
banner="banscrip/scullybanner.gif";
width="350";
height="80";
}
if (ad==6) {
url="http://www.hughmerkle.com";
alt="Hugh V. Merkle - Prudential Fox & Roach";
banner="banscrip/merklebanner.jpg";
width="350";
height="80";
}
if (ad==7) {
url="http://hollyrennie.com";
alt="Sales & Rentals by Holly Rennie";
banner="banscrip/hollybanner.jpg";
width="350";
height="80";
}
if (ad==8) {
alt="Diller & Fisher Realtors - Avalon/Stone Harbor";
url="http://www.dfrealtors.com.html";
banner="banscrip/dfbanner.jpg";
width="350";
height="80";
}
if (ad==9) {
url="http://jackbinder.com/";
alt="Jack Binder - Ferguson Dechert Real Estate";
banner="banscrip/jackbinder.jpg";
width="350";
height="80";
}
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('</center>');
// End -->
