//Begin -->
var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
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==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.avalonrealty.com";
alt="Avalon Real Estate Agency";
banner="banscrip/avalonbanner.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.seashorerentals.com";
alt="Vacation Rentals at the Jersey Shore!";
banner="http://www.realestate-guide.com/banscrip/seashore.jpg";
width="350";
height="80";
}
if (ad==7) {
url="http://www.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";
}
if (ad==10) {
url="http://www.avalonstoneharbor.com";
alt="RJ Soens - Avalon Real Estate Agency";
banner="banscrip/rjbanner.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 -->

