<!--
var photos = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % photos;
ad +=1;
if (ad==1){
url="/featured/";
alt="Click to View Featured Homes!";
banner="/images/common/photo1.jpg";
width="221";
height="164";
}
if (ad==2){
url="/featured/";
alt="Click to View Featured Homes!";
banner="/images/common/photo2.jpg";
width="221";
height="164";
}
if (ad==3){
url="/featured/";
alt="Click to View Featured Homes!";
banner="/images/common/photo3.jpg";
width="221";
height="164";
}
if (ad==4) {
url="/featured/";
alt="Click to View Featured Homes!";
banner="/images/common/photo4.jpg";
width="221";
height="164";
}
if (ad==5) {
url="/featured/";
alt="Click to View Featured Homes!";
banner="/images/common/photo5.jpg";
width="221";
height="164";
}
if (ad==6) {
url="/featured/";
alt="Click to View Featured Homes!";
banner="/images/common/photo6.jpg";
width="221";
height="164";
}
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>');
// -->
