function redireccionar(url) {		
	location.href = url;
}