imgMax = 6;
imgData = Math.floor(Math.random()*imgMax)+1;
document.write("<img src='/images/header/header_home"+imgData+".jpg'>");
