a = 41
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 = "images/template_10.gif";
b[1].href = "";
b[1].alt= "";

b[2].src = "images/Untitled-1s.jpg";
b[2].href = "";
b[2].alt= "";

b[3].src = "images/Untitled-2s.jpg";
b[3].href = "";
b[3].alt= "";

b[4].src = "images/Untitled-11s.jpg";
b[4].href = "";
b[4].alt= "";

b[5].src = "images/Untitled-4s.jpg";
b[5].href = "";
b[5].alt= "";

b[6].src = "images/Untitled-5s.jpg";
b[6].href = "";
b[6].alt= "";

b[7].src = "images/Untitled-6s.jpg";
b[7].href = "";
b[7].alt= "";

b[8].src = "images/Untitled-7s.jpg";
b[8].href = "";
b[8].alt= "";

b[9].src = "images/Untitled-8s.jpg";
b[9].href = "";
b[9].alt= "";

b[10].src = "images/Untitled-9s.jpg";
b[10].href = "";
b[10].alt= "";

b[11].src = "images/template_10.gif";
b[11].href = "";
b[11].alt= "";

b[12].src = "images/Untitled-12s.jpg";
b[12].href = "";
b[12].alt= "";

b[13].src = "images/Untitled-13s.jpg";
b[13].href = "";
b[13].alt= "";

b[14].src = "images/Untitled-14s.jpg";
b[14].href = "";
b[14].alt= "";

b[15].src = "images/Untitled-15s.jpg";
b[15].href = "";
b[15].alt= "";

b[16].src = "images/Untitled-16s.jpg";
b[16].href = "";
b[16].alt= "";

b[17].src = "images/Untitled-17s.jpg";
b[17].href = "";
b[17].alt= "";

b[18].src = "images/Untitled-18s.jpg";
b[18].href = "";
b[18].alt= "";

b[19].src = "images/Untitled-19s.jpg";
b[19].href = "";
b[19].alt= "";

b[20].src = "images/Untitled-20s.jpg";
b[20].href = "";
b[20].alt= "";

b[21].src = "images/Untitled-21s.jpg";
b[21].href = "";
b[21].alt= "";

b[22].src = "images/Untitled-22s.jpg";
b[22].href = "";
b[22].alt= "";

b[23].src = "images/Untitled-23s.jpg";
b[23].href = "";
b[23].alt= "";

b[24].src = "images/Untitled-24s.jpg";
b[24].href = "";
b[24].alt= "";

b[25].src = "images/Untitled-25s.jpg";
b[25].href = "";
b[25].alt= "";

b[26].src = "images/Untitled-26s.jpg";
b[26].href = "";
b[26].alt= "";

b[27].src = "images/Untitled-27s.jpg";
b[27].href = "";
b[27].alt= "";

b[28].src = "images/Untitled-28s.jpg";
b[28].href = "";
b[28].alt= "";

b[29].src = "images/Untitled-29s.jpg";
b[29].href = "";
b[29].alt= "";

b[30].src = "images/Untitled-31s.jpg";
b[30].href = "";
b[30].alt= "";

b[31].src = "images/Untitled-32s.jpg";
b[31].href = "";
b[31].alt= "";

b[32].src = "images/Untitled-33s.jpg";
b[32].href = "";
b[32].alt= "";

b[33].src = "images/Untitled-34s.jpg";
b[33].href = "";
b[33].alt= "";

b[34].src = "images/Untitled-35s.jpg";
b[34].href = "";
b[34].alt= "";

b[35].src = "images/Untitled-36s.jpg";
b[35].href = "";
b[35].alt= "";

b[36].src = "images/Untitled-37s.jpg";
b[36].href = "";
b[36].alt= "";

b[37].src = "images/Untitled-38s.jpg";
b[37].href = "";
b[37].alt= "";

b[38].src = "images/Untitled-39s.jpg";
b[38].href = "";
b[38].alt= "";

b[39].src = "images/Untitled-40s.jpg";
b[39].href = "";
b[39].alt= "";

b[40].src = "images/Untitled-41s.jpg";
b[40].href = "";
b[40].alt= "";

b[41].src = "images/Untitled-42s.jpg";
b[41].href = "";
b[41].alt= "";

var image = "";
image += '<a href="' + b[rand2].href + '" target="_blank">';
image += '<img src="' + b[rand2].src + '"';
image += ' border=0 align=center ';
image += ' height=143 width=213 alt="';
image += b[rand2].alt + '">';
image +='</a>'

//-->
