function goToPage(page){
	document.location.href=page;	
}
