function verificar()
	{
		strr=window.top.document.location.toString();
		if(window.top.document.location==document.location)
			{
				window.top.document.location.href="http://www.adaptaconsultoria.com.br/index.htm?"+strr.substring(strr.indexOf('adaptaconsultoria.com.br')+25,strr.indexOf('.htm'));
			}

		window.top.document.title=document.title;
	}
