//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) {
txt="Visit our Sponsor!";
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) {
txt="Visit our Sponsor!";
url="http://www.realestate-guide.com";
alt="Real Estate at the Jersey Shore";
banner="banscrip/reguide.jpg";
width="350";
height="80";
}
if (ad==3) {
txt="Visit our Sponsor!";
url="http://www.americaneaglerealty.com";
alt="American Eagle Realty - Serving Avalon & Stone Harbor";
banner="banscrip/ameagle.jpg";
width="350";
height="80";
}
if (ad==4) {
txt="Visit our Sponsor!";
url="http://www.avalonsales.com";
alt="Bob Scully - Ferguson Dechert";
banner="banscrip/scullybanner.gif";
width="350";
height="80";
}
if (ad==5) {
txt="Visit our Sponsor!";
url="http://hollyrennie.com";
alt="Seashore Rentals by Holly Rennie";
banner="banscrip/hollybanner.jpg";
width="350";
height="80";
}
if (ad==6) {
txt="Visit our Sponsor!";
url="http://www.hughmerkle.com";
alt="Hugh V. Merkle - Prudential Fox & Roach";
banner="banscrip/merklebanner.jpg";
width="350";
height="80";
}
if (ad==7) {
txt="Visit our Sponsor!";
alt="Diller & Fisher Realtors - Avalon/Stone Harbor";
url="http://www.dfrealtors.com";
banner="banscrip/dfbanner.jpg";
width="350";
height="80";
}
if (ad==8) {
txt="Visit our Sponsor!";
url="http://www.steveframe.com";
alt="Steve Frame - Diller & Fisher Realtors";
banner="banscrip/framebanner.jpg";
width="350";
height="80";
}
if (ad==9) {
txt="Visit our Sponsor!";
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('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->
