c = 18
var rand3 = Math.random();
var rand4 = Math.round(rand1 * (c-1))+1;

function create() {

    this.src = ' ';
    this.href = ' ';
    this.alt = ' ';

}

d = new Array();

for (var i = 1; i <= c; i++) {d[i]=new create() }

d[1].src = "Residential/R55332A/img2A_small.jpg";
d[1].href = "Residential/R55332A/R55332A.html";
d[1].alt= "4076 Morris Ranch Rd";

d[2].src = "Residential/R55970A/55970_0.jpg";
d[2].href = "Residential/R55970A/R55970A.html";
d[2].alt= "229 SE Sunday Circle";

d[3].src = "Residential/R55012A/R55012A.jpg";
d[3].href = "Residential/R55012A/R55012A.html";
d[3].alt= "1213 Doe Run Hollow";

d[4].src = "Residential/R55305A/55305_0.jpg";
d[4].href = "Residential/R55305A/R55305A.html";
d[4].alt= "119 W Lower Crabapple Rd";

d[5].src = "Residential/R55232A/img8_small.jpg";
d[5].href = "Residential/R55232A/R55232A.html";
d[5].alt= "405 Sycamore St";

d[6].src = "Residential/R56006A/main_small.jpg";
d[6].href = "Residential/R56006A/R56006A.html";
d[6].alt= "466 Perry Ranch Rd";

d[7].src = "Residential/R56309A/getPhoto_small.jpg";
d[7].href = "Residential/R56309A/R56309A.htm";
d[7].alt= "489 Summit Circle Dr";

d[8].src = "Residential/R56235A/Untitled-1_small.jpg";
d[8].href = "Residential/R56235A/R56235A.htm";
d[8].alt= "2101 N Rocky Road";

d[9].src = "Residential/R55232A/img8_small.jpg";
d[9].href = "Residential/R55232A/R55232A.html";
d[9].alt= "405 Sycamore St";

d[10].src = "Residential/R56006A/main_small.jpg";
d[10].href = "Residential/R56006A/R56006A.html";
d[10].alt= "466 Perry Ranch Rd";

d[11].src = "Residential/R56309A/getPhoto_small.jpg";
d[11].href = "Residential/R56309A/R56309A.htm";
d[11].alt= "489 Summit Circle Dr";

d[12].src = "Residential/R56235A/Untitled-1_small.jpg";
d[12].href = "Residential/R56235A/R56235A.htm";
d[12].alt= "2101 N Rocky Road";

d[13].src = "Residential/R56184A/getPhoto_small.jpg";
d[13].href = "Residential/R56184A/R56184A.htm";
d[13].alt= "483 W Reeh Weinheimer Rd";

d[14].src = "Residential/R56321A/56321_0_small.jpg";
d[14].href = "Residential/R56321A/R56321A.htm";
d[14].alt= "3954 Morris Ranch Rd";

d[15].src = "Residential/R55864A/getPhoto_small.jpg";
d[15].href = "Residential/R55864A/R55864A.htm";
d[15].alt= "305 N Llano St";

d[16].src = "Residential/R56129A/getPhoto_small1.jpg";
d[16].href = "Residential/R56129A/R56129A.htm";
d[16].alt= "647 E Chaparral Dr";

d[17].src = "Residential/56358_files/img4B_small.jpg";
d[17].href = "Residential/56358_files/r56358.htm";
d[17].alt= "1004 W Austin St";

d[18].src = "Residential/56423_files/img62_small.jpg";
d[18].href = "Residential/56423_files/R56423.htm";
d[18].alt= "101 W Hackberry";

var image1 = "";
image1 += '<a href="' + d[rand4].href + '" target="_top">';
image1 += '<img src="' + d[rand4].src + '"';
image1 += ' border=0 align=center ';
image1 += ' width=150 alt="';
image1 += d[rand4].alt + '">';
image1 +='</a>'
