<% dim userURL userURL = Request.ServerVariables("HTTP_HOST") dim subURL subURL= Request.ServerVariables("URL") if (userURL = "www.plustechnologies.com") and (subURL = "/index.asp-webpageid={7C26E034-FF17-46EC-BB1A-E3A2C38D3D1D}.htm") then Response.Status = "301 Moved Permanently" Response.addheader "Location","http://www.plustechnologies.com/PrintSoftware/OMPlusFreeTrial.aspx" Response.End end if if (userURL = "plustechnologies.com") and (subURL = "/index.asp-webpageid={7C26E034-FF17-46EC-BB1A-E3A2C38D3D1D}.htm") then Response.Status = "301 Moved Permanently" Response.addheader "Location","http://www.plustechnologies.com/PrintSoftware/OMPlusFreeTrial.aspx" Response.End end if %>