//Begin -->
var how_many_ads = 11;
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.seashorerentals.com";
alt="Vacation Rentals at the Jersey Shore!";
banner="http://www.realestate-guide.com/banscrip/seashore.jpg";
width="350";
height="80";
}
if (ad==3) {
url="http://www.seashorerentals.com";
alt="Vacation Rentals at the Jersey Shore!";
banner="http://www.realestate-guide.com/banscrip/seashore.jpg";
width="350";
height="80";
}
if (ad==4) {
url="http://www.steveframe.com";
alt="Steve Frame - Diller & Fisher Realtors";
banner="http://www.realestate-guide.com/banscrip/framebanner.jpg";
width="350";
height="80";
}
if (ad==5) {
url="http://www.hollyrennie.com";
alt="Seashore Rentals by Holly Rennie";
banner="http://www.realestate-guide.com/banscrip/hollybanner.jpg";
width="350";
height="80";
}
if (ad==6) {
txt="Visit our Sponsor!";
alt="Bob Scully - Ferguson Dechert Real Estate";
url="http://www.avalonsales.com";
banner="http://www.realestate-guide.com/banscrip/scullybanner.gif";
width="350";
height="80";
}
if (ad==7) {
txt="Visit our Sponsor!";
url="http://www.realestate-guide.com";
alt="Real estate properties from Realtors in Sea Isle, Avalon, Stone Harbor NJ";
banner="http://www.realestate-guide.com/banscrip/reguideadv.jpg";
width="350";
height="80";
}
if (ad==8) {
txt="Visit our Sponsor!";
alt="Diller & Fisher Realtors - Avalon/Stone Harbor";
url="http://www.dfrealtors.com";
banner="http://www.realestate-guide.com/banscrip/dfbanner.jpg";
width="350";
height="80";
}
if (ad==9) {
url="http://www.avalonrealty.com";
alt="Avalon Real Estate Agency";
banner="banscrip/avalonbanner.jpg";
width="350";
height="80";
}
if (ad==10) {
txt="Visit our Sponsor!";
url="http://jackbinder.com/";
alt="Jack Binder - Ferguson Dechert Real Estate";
banner="http://www.realestate-guide.com/banscrip/jackbinder.jpg";
width="350";
height="80";
}
if (ad==11) {
url="http://www.avalonstoneharbor.com";
alt="RJ Soens - Avalon Real Estate Agency";
banner="banscrip/rjbanner.jpg";
width="350";
height="80";
}
http://www.realestate-guide.comdocument.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 -->

