<!--
var photos = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % photos;
ad +=1;
if (ad==1){
url="/buying/listings/eagleview.asp";
alt="Click to View Featured Homes!";
banner="/images/shared/photo.jpg";
width="170";
height="88";
}
if (ad==2){
url="/buying/listings/parkview.asp";
alt="Click to View Featured Homes!";
banner="/images/shared/photo4.jpg";
width="170";
height="88";
}
if (ad==3){
url="/buying/listings/capella.asp";
alt="Click to View Featured Homes!";
banner="/images/shared/photo3.jpg";
width="170";
height="88";
}
if (ad==4) {
url="/buying/listings/parkview.asp";
alt="Click to View Featured Homes!";
banner="/images/shared/photo4.jpg";
width="170";
height="88";
}
if (ad==5) {
url="/buying/listings/eagleview.asp";
alt="Click to View Featured Homes!";
banner="/images/shared/photo.jpg";
width="170";
height="88";
}
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a><br>');
// -->