
if( -1 != location.href.
           toLowerCase().
           indexOf('stage.facres.firstam.com') )
{
	if( -1 != location.href.
           toLowerCase().
           indexOf('stage.facres.firstam.com/default.htm') )
	{
		  location.href = 'http://stage.firstamcds.com/default.htm';
	}
	else if ( -1 != location.href.
           toLowerCase().
           indexOf('stage.facres.firstam.com/environmental.html') )
	{
		  location.href = 'http://stage.firstamcds.com/environmental.html';
	}
	else if ( -1 != location.href.
           toLowerCase().
           indexOf('stage.facres.firstam.com/fund.html') )
	{
		  location.href = 'http://stage.firstamcds.com/fund.html';
	}
	else if ( -1 != location.href.
           toLowerCase().
           indexOf('stage.facres.firstam.com/surveying.html') )
	{
		  location.href = 'http://stage.firstamcds.com/surveying.html';
	}
	else if ( -1 != location.href.
           toLowerCase().
           indexOf('stage.facres.firstam.com/zoning.html') )
	{
		  location.href = 'http://stage.firstamcds.com/zoning.html';
	}
	else if ( -1 != location.href.
           toLowerCase().
           indexOf('stage.facres.firstam.com/contact.aspx') )
	{
		  location.href = 'http://stage.firstamcds.com/contact.aspx';
	}
	else
	{
		location.href = 'http://stage.facres.firstam.com/appraisal.html';
	}

}

else if( -1 != location.href.
           toLowerCase().
           indexOf('firstamces.com') )
{
	if( -1 != location.href.
           toLowerCase().
           indexOf('firstamces.com/default.htm') )
	{
		  location.href = 'http://firstamcds.com/default.htm';
	}
	else if ( -1 != location.href.
           toLowerCase().
           indexOf('firstamces.com/environmental.html') )
	{
		  location.href = 'http://firstamcds.com/environmental.html';
	}
	else if ( -1 != location.href.
           toLowerCase().
           indexOf('firstamces.com/fund.html') )
	{
		  location.href = 'http://firstamcds.com/fund.html';
	}
	else if ( -1 != location.href.
           toLowerCase().
           indexOf('firstamces.com/surveying.html') )
	{
		  location.href = 'http://firstamcds.com/surveying.html';
	}
	else if ( -1 != location.href.
           toLowerCase().
           indexOf('firstamces.com/zoning.html') )
	{
		  location.href = 'http://firstamcds.com/zoning.html';
	}
	else if ( -1 != location.href.
           toLowerCase().
           indexOf('firstamces.com/contact.aspx') )
	{
		  location.href = 'http://firstamcds.com/contact.aspx';
	}
	else
	{
		location.href = 'http://firstamces.com/appraisal.html';
	}
  
}


