// JavaScript Document
function loadPage(page){
	$("#paginas").load(page + '.html');
}