img = new Array();
img[0] = "images/title19.jpg";
img[1] = "images/title2.jpg";
img[2] = "images/title3.jpg";
img[3] = "images/title11.jpg";
img[4] = "images/title12.jpg";
img[5] = "images/title16.jpg";
img[6] = "images/title14.jpg";
img[7] = "images/title10.jpg";
img[8] = "images/title.jpg";
img[9] = "images/title7.jpg";
img[10] = "images/title8.jpg";
img[11] = "images/title9.jpg";
img[12] = "images/title15.jpg";
img[13] = "images/title17.jpg";
img[14] = "images/title19.jpg";
img[15] = "images/title20.jpg";
img[16] = "images/title20.jpg";
img[17] = "images/title22.jpg";
img[18] = "images/title22.jpg";
img[19] = "images/title23.jpg";
img[20] = "images/title23.jpg";

function setBanner(){
	amount = img.length;
	No = Math.floor(Math.random()*amount);
	document.write("<img src='" + img[No] + "' border='0'>");
}
