function loadBodyBG(c) {
	//document.getElementById("body").style.background = '#050102 url(i/bg/bg' + c + '_hi.jpg) top center no-repeat';
	var bg = document.getElementById("bg-image").src;
	document.getElementById("body").style.background = '#050102 url(' + bg + ') top center no-repeat'; 
}
