img = new Array();
img[0] = "common/img/faro_top_image.jpg";
img[1] = "common/img/faro_top_image2.jpg";
img[2] = "common/img/faro_top_image3.jpg";

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