var crida=top.location.href;
var url="home.htm";

function carrega()
{
	if (crida.indexOf("?")>-1)
		url=crida.substring(crida.indexOf("?url=")+5);
	top.co.location.href=url;
}	