// JavaScript Document
function TornaHome()
{
	location.href="index.html";
	
	}
