﻿var i = Math.floor(5*Math.random()) +1;
document.getElementById("header").style.backgroundImage="url('images/header" + i + ".jpg')";
