if(self.location.href==top.location.href)
{
	if(self.location.hostname=="dev.principle.com")
	{
		location.href="/softwaresalesjobs.ext/index-wrap.jsp?u="+self.location.pathname.replace("/softwaresalesjobs.ext/","");
	}
	else
	{
		location.href="/index-wrap.jsp?u="+self.location.pathname.substring(1);
	}
}
