// JavaScript Document

function recarrega() {
	
	window.location.reload();
	
}