function navigate(_page) {
	
	$("#main").load("./pages/" + _page +  ".html");
}

