img = new Array();
img[0] = "../../common/image/headerimage_1.jpg";
img[1] = "../../common/image/headerimage_2.jpg";
img[2] = "../../common/image/headerimage_3.jpg";
img[3] = "../../common/image/headerimage_4.jpg";
img[4] = "../../common/image/headerimage_5.jpg";

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