// function bannerpic() {
var i;

img = new Array(6);
for (i=0; i<6; i++) {
 	img[i] = "<img src='Images/Contact/image" + i + ".jpg' VALIGN='MIDDLE' ALIGN='CENTER' alt=''>";
}
ind = Math.floor(Math.random()*6);
document.write(img[ind]);