function setHeaderPhoto(sPhotoName) {
	var el = document.getElementById('page');
	el.style.background = "url('" + sPhotoName + "') no-repeat top";
}