// JavaScript Document
function redireciona(url) {
	document.location.href=url;	
}