﻿function LoadHeaderImage() {
			var varImageCount = 5;
			var varRandom = parseInt((Math.random() * varImageCount) + 1);
			document.getElementById("divHomeImage").style.backgroundImage = "url(upload/images/home/home_image_" + varRandom + ".jpg)";
		}