<!-- So that non-JavaScript web browsers will skip this program
/************************************************************************************************
This little routine will return the invoker to the standard frames portion of the Bridge pages if he has linked to it in another way, e.g. from a search engine.
************************************************************************************************/
var IamCA = 0;
var IamSA = 0;
var loc = new String(top.document.location);

IamCA = loc.indexOf("catofcX.htm");
IamSA = loc.indexOf("satofcX.htm");

if ( (IamCA == -1) && (IamSA == -1) )
	{
	if ( (IamSA = loc.indexOf("sa1cd.htm")) != -1)
		top.location = "satofcX.htm"
	else if ( (IamSA = loc.indexOf("sa1hsC.htm")) != -1)
		 top.location = "satofcX.htm"
	else if ( (IamSA = loc.indexOf("sa1hsE.htm")) != -1)
		 top.location = "satofcX.htm"
	else if ( (IamSA = loc.indexOf("sa1hsG.htm")) != -1)
		 top.location = "satofcX.htm"
	else if ( (IamSA = loc.indexOf("satofc.htm")) != -1)
		 top.location = "satofcX.htm"
	else top.location = "catofcX.htm";
	}

// So that non_JavaScript web browsers will skip this program -->