// main image rotation
function RotateImage() {
			var intRandom= Math.floor(Math.random()*6);
			if (intRandom == 0) intRandom = '';
			document.images.imgrotate.src='img/content/hp' + intRandom + '.jpg';
		}