﻿function LoadHeaderImage() {
			var varImageCount = 3;
			var varRandom = parseInt((Math.random() * varImageCount) + 1);
			document.getElementById("divContainer").style.backgroundImage = "url(upload/images/mastheads/masthead_" + varRandom + ".jpg)";
		}