// JavaScript Document

function getPage(page){
	window.document.location = page;	
}
