function ReFrame()
{
	if (top == self)
	{   
		/*var compID = document.location.href.toLowerCase();
		compID = compID.substring(compID.indexOf("companyid="), compID.length);
		compID = compID.substring(compID.indexOf("=")+1, compID.length);
		if( compID.indexOf("&")>0) compID = compID.substring(0, compID.indexOf("&"));*/
		
		var aURL = encodeURIComponent(document.URL.substring(document.URL.lastIndexOf("/")+1, document.URL.length));
		
		location.replace("http://www.stephenridsdale.com");
	}
}

ReFrame();