<%
// Redirects any ssl connections to non-ssl for the main page
if (Request.IsSecureConnection)
{
string serverName =HttpUtility.UrlEncode(Request.ServerVariables["SERVER_NAME"]);
Response.Redirect("http://" + serverName);
}
%>
Ticor Title has changed its name to Chicago Title.
You will be redirected to our new website www.ChicagoTitleColorado.com in a few seconds.
If you are not redirected please click here.
|