$(document).ready(function() {
	var URLArray = new Array(6);
	URLArray[0] = "index.cfm?sJumptoProduct=WedEns6043";
	URLArray[1] = "index.cfm?sJumptoProduct=WedEns6368";
	URLArray[2] = "index.cfm?sJumptoProduct=WedEns8211";
	URLArray[3] = "index.cfm?sJumptoProduct=WedEns5302";
	URLArray[4] = "index.cfm?sJumptoProduct=WedEns7476";
	URLArray[5] = "index.cfm?sJumptoProduct=WedEns5319";
	var imgNum = (Math.floor(Math.random() * 6));
	var imgSrc = "pics/bgukpics/home-rotate" + imgNum + ".jpg";
	$("#home-rotate img").attr("src",imgSrc);
	document.getElementById('rotateImgId').href = URLArray[imgNum];
});