function loadPage(page) {
	url = 'http://www.martyrshrine.org/pages/'+page+'.html';
	window.location = url;
}