function randomBackgrounds() {
	var randomnumber = Math.floor(Math.random() *8) + 1;
	document.getElementById("centrecontent_wrapper").style.backgroundImage = "url(http://www.nsuarb.ca/images/stories/home_rotation/home_body_bg_" + randomnumber + ".jpg)";
	
}