Company Equipment Driver of the Year2006 2nd Place Prize Package
|
% Set HTTPHost = Request.ServerVariables("HTTP_HOST") If HTTPHost = "www.truckloadacademy.org" then Response.Redirect ("http://www.truckload.org/tla/index.shtml") End If If HTTPHost = "truckloadacademy.org" then Response.Redirect ("http://www.truckload.org/tla/index.shtml") End If %> <% Set HTTPHost = Request.ServerVariables("HTTP_HOST") If HTTPHost = "www.duescalculator.org" then Response.Redirect ("https://www.truckload.org/duescalculator/index.shtml") End If If HTTPHost = "duescalculator.org" then Response.Redirect ("https://www.truckload.org/duescalculator/index.shtml") End If %> <% Set HTTPHost = Request.ServerVariables("HTTP_HOST") If HTTPHost = "www.duescalculator.com" then Response.Redirect ("https://www.truckload.org/duescalculator/index.shtml") End If If HTTPHost = "duescalculator.com" then Response.Redirect ("https://www.truckload.org/duescalculator/index.shtml") End If %>
Company Equipment Driver of the Year2006 2nd Place Prize Package
|