// JavaScript Document

function changeBG(bg){
	document.getElementById("mainContent").style.backgroundImage = "url(images/" + bg + ".jpg)"; 
}

