function thirdNav()
{
	if(document.URL.indexOf("theID") == -1)
	{
		var whatisthis = document.URL.substr(document.URL.indexOf("org")+3);
		whatisthis = whatisthis.replace("?","&");
		document.location.replace("/findurl.cfm?level=3&theURL="+whatisthis);
	}	
}
thirdNav();