a = 5
var rand1 = Math.random();
var rand2 = Math.round(rand1 * (a-1))+1;

function create() {

    this.src = ' ';
    this.href = ' ';
    this.alt = ' ';

}

b = new Array();

for (var i = 1; i <= a; i++) {b[i]=new create() }

b[1].src = "http://216.128.19.84/texasautoexchange/Vehicles-under-5K/2002-Buick-Century/2021213-002_small.jpg";
b[1].href = "http://216.128.19.84/texasautoexchange/texas-auto-exchange-pre-owned-cars.html";
b[2].src = "http://216.128.19.84/texasautoexchange/Cars/2006-Chrysler-Sebring/2021220-001_small.jpg";
b[2].href = "http://216.128.19.84/texasautoexchange/texas-auto-exchange-pre-owned-cars.html";
b[3].src = "http://216.128.19.84/texasautoexchange/Cars/2004-Chevy-Cavalier/2021209-021_small.jpg";
b[3].href = "http://216.128.19.84/texasautoexchange/texas-auto-exchange-pre-owned-cars.html";
b[4].src = "http://216.128.19.84/texasautoexchange/Cars/2008-Chevy-Cobalt/2021205-001_small.jpg";
b[4].href = "http://216.128.19.84/texasautoexchange/texas-auto-exchange-pre-owned-cars.html";
b[5].src = "http://216.128.19.84/texasautoexchange/Cars/2002-Chevy-Malibu/2021237-001_small.jpg";
b[5].href = "http://216.128.19.84/texasautoexchange/texas-auto-exchange-pre-owned-cars.html";

var image = "";
image += '<a href="' + b[rand2].href + '" target="_blank">';
image += '<img src="' + b[rand2].src + '"';
image += ' border=0 align=center ';
image += ' height=133 width=200 alt="';
image += b[rand2].alt + '">';
image +='</a>'

//-->




d = 12
var rand3 = Math.random();
var rand4 = Math.round(rand3 * (d-1))+1;

function create() {

    this.src = ' ';
    this.href = ' ';
    this.alt = ' ';

}

c = new Array();

for (var i = 1; i <= d; i++) {c[i]=new create() }

c[1].src = "http://216.128.19.84/texasautoexchange/SUVs/2004-Nissan-Xterra-SE/2021194-004_small.jpg";
c[1].href = "http://216.128.19.84/texasautoexchange/lampasa-tx-area-suvs-vans.html";
c[2].src = "http://216.128.19.84/texasautoexchange/SUVs/2005-Chrysler-Pacifica/2021197-001_small.jpg";
c[2].href = "http://216.128.19.84/texasautoexchange/lampasa-tx-area-suvs-vans.html";
c[3].src = "http://216.128.19.84/texasautoexchange/SUVs/2002-Chevy-Tahoe/2021217-001_small.jpg";
c[3].href = "http://216.128.19.84/texasautoexchange/lampasa-tx-area-suvs-vans.html";
c[4].src = "http://216.128.19.84/texasautoexchange/SUVs/2004-Ford-Explorer-Sport-Trac/2021223-002_small.jpg";
c[4].href = "http://216.128.19.84/texasautoexchange/lampasa-tx-area-suvs-vans.html";
c[5].src = "http://216.128.19.84/texasautoexchange/SUVs/2008-Dodge-Nitro-4x4/2021198-002_small.jpg";
c[5].href = "http://216.128.19.84/texasautoexchange/lampasa-tx-area-suvs-vans.html";
c[6].src = "http://216.128.19.84/texasautoexchange/SUVs/2004-GMC-Yukon/2021218-001_small.jpg";
c[6].href = "http://216.128.19.84/texasautoexchange/lampasa-tx-area-suvs-vans.html";
c[7].src = "http://216.128.19.84/texasautoexchange/SUVs/99-Chevy-Astro/2021215-001_small.jpg";
c[7].href = "http://216.128.19.84/texasautoexchange/lampasa-tx-area-suvs-vans.html";
c[8].src = "http://216.128.19.84/texasautoexchange/SUVs/2003-Mazda-Tribute/2021238-001_small.jpg";
c[8].href = "http://216.128.19.84/texasautoexchange/lampasa-tx-area-suvs-vans.html";
c[9].src = "http://216.128.19.84/texasautoexchange/SUVs/2004-GMC-Yukon-XL/2021246-001_small.jpg";
c[9].href = "http://216.128.19.84/texasautoexchange/lampasa-tx-area-suvs-vans.html";
c[10].src = "http://216.128.19.84/texasautoexchange/SUVs/2005-Chrysler-Town-Country/2021245-002_small.jpg";
c[10].href = "http://216.128.19.84/texasautoexchange/lampasa-tx-area-suvs-vans.html";
c[11].src = "http://216.128.19.84/texasautoexchange/SUVs/2005-Chrysler-PT-Cruiser/2021250-001_small.jpg";
c[11].href = "http://216.128.19.84/texasautoexchange/lampasa-tx-area-suvs-vans.html";
c[12].src = "http://216.128.19.84/texasautoexchange/SUVs/2002-PT-Cruiser/2021249-001_small.jpg";
c[12].href = "http://216.128.19.84/texasautoexchange/lampasa-tx-area-suvs-vans.html";

var image1 = "";
image1 += '<a href="' + c[rand4].href + '" target="_blank">';
image1 += '<img src="' + c[rand4].src + '"';
image1 += ' border=0 align=center ';
image1 += ' height=133 width=200 alt="';
image1 += c[rand4].alt + '">';
image1 +='</a>'

//-->



e = 12
var rand5 = Math.random();
var rand6 = Math.round(rand5 * (e-1))+1;

function create() {

    this.src = ' ';
    this.href = ' ';
    this.alt = ' ';

}

f = new Array();

for (var i = 1; i <= e; i++) {f[i]=new create() }

f[1].src = "http://216.128.19.84/texasautoexchange/Trucks/2006-Chevy-Colorado/2021204-013_small.jpg";
f[1].href = "http://216.128.19.84/texasautoexchange/san-saba-texas-area-trucks.html";
f[2].src = "http://216.128.19.84/texasautoexchange/Trucks/2003-GMC-Sierra/2021216-001_small.jpg";
f[2].href = "http://216.128.19.84/texasautoexchange/san-saba-texas-area-trucks.html";
f[3].src = "http://216.128.19.84/texasautoexchange/Trucks/2001-Chevy-Silverado/2021208-001_small.jpg";
f[3].href = "http://216.128.19.84/texasautoexchange/san-saba-texas-area-trucks.html";
f[4].src = "http://216.128.19.84/texasautoexchange/Trucks/2004-Chevy-1500/2021235-001_small.jpg";
f[4].href = "http://216.128.19.84/texasautoexchange/san-saba-texas-area-trucks.html";
f[5].src = "http://216.128.19.84/texasautoexchange/Trucks/2002-F-150-SuperCrew-King-Ranch/2021230-001_small.jpg";
f[5].href = "http://216.128.19.84/texasautoexchange/san-saba-texas-area-trucks.html";
f[6].src = "http://216.128.19.84/texasautoexchange/Trucks/2006-Dodge-Ram-1500/2021229-001_small.jpg";
f[6].href = "http://216.128.19.84/texasautoexchange/san-saba-texas-area-trucks.html";
f[7].src = "http://216.128.19.84/texasautoexchange/Trucks/2003-F-150/2021218-023_small.jpg";
f[7].href = "http://216.128.19.84/texasautoexchange/san-saba-texas-area-trucks.html";
f[8].src = "http://216.128.19.84/texasautoexchange/Trucks/2002-Ford-F-150/2021219-001_small.jpg";
f[8].href = "http://216.128.19.84/texasautoexchange/san-saba-texas-area-trucks.html";
f[9].src = "http://216.128.19.84/texasautoexchange/Trucks/2000-Chevy-3500/2021236-001_small.jpg";
f[9].href = "http://216.128.19.84/texasautoexchange/san-saba-texas-area-trucks.html";
f[10].src = "http://216.128.19.84/texasautoexchange/Trucks/2005-Chevy-2500-HD-Crew-Cab-4X4/2021243-001_small.jpg";
f[10].href = "http://216.128.19.84/texasautoexchange/san-saba-texas-area-trucks.html";
f[11].src = "http://216.128.19.84/texasautoexchange/Trucks/2006-Toyota-Tundra/2021251-013_small.jpg";
f[11].href = "http://216.128.19.84/texasautoexchange/san-saba-texas-area-trucks.html";
f[12].src = "http://216.128.19.84/texasautoexchange/Trucks/2004-F-150-Supercrew/2021248-001_small.jpg";
f[12].href = "http://216.128.19.84/texasautoexchange/san-saba-texas-area-trucks.html";

var image2 = "";
image2 += '<a href="' + f[rand6].href + '" target="_blank">';
image2 += '<img src="' + f[rand6].src + '"';
image2 += ' border=0 align=center ';
image2 += ' height=133 width=200 alt="';
image2 += f[rand6].alt + '">';
image2 +='</a>'

//-->


g = 2
var rand7 = Math.random();
var rand8 = Math.round(rand7 * (g-1))+1;

function create() {

    this.src = ' ';
    this.href = ' ';
    this.alt = ' ';

}

h = new Array();

for (var i = 1; i <= g; i++) {h[i]=new create() }

h[1].src = "http://216.128.19.84/texasautoexchange/Vehicles-under-5K/2002-Buick-Century/2021213-002_small.jpg";
h[1].href = "http://216.128.19.84/texasautoexchange/vehicles-under-5000.htm";
h[2].src = "http://216.128.19.84/texasautoexchange/SUVs/99-Chevy-Astro/2021215-001_small.jpg";
h[2].href = "http://216.128.19.84/texasautoexchange/vehicles-under-5000.htm";

var image3 = "";
image3 += '<a href="' + h[rand8].href + '" target="_blank">';
image3 += '<img src="' + h[rand8].src + '"';
image3 += ' border=0 align=center ';
image3 += ' height=133 width=200 alt="';
image3 += h[rand8].alt + '">';
image3 +='</a>'


