%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% If Request.QueryString("subcat") = "Coriolis Mass Flow Meters" Then WB_Redirect = "http://www.icenta.co.uk/overview.php?category=Flow&technology=Coriolis+Mass+Flow+Meters&menu=Flowtechnology" WB_Link = "OK" Response.Redirect(WB_Redirect) End If If Request.QueryString("subcat") = "Low Flow Sensors" Then WB_Redirect = "http://www.icenta.co.uk/overview.php?category=Flow&technology=Low+Flow+Sensors&menu=Flowtechnology" WB_Link = "OK" Response.Redirect(WB_Redirect) End If If Request.QueryString("subcat") = "Magnetic Flow Meters" Then WB_Redirect = "http://www.icenta.co.uk/overview.php?category=Flow&technology=Magnetic+Flow+Meters&menu=Flowtechnology" WB_Link = "OK" Response.Redirect(WB_Redirect) End If If Request.QueryString("subcat") = "Oval Gear Flow Meters" Then WB_Redirect = "http://www.icenta.co.uk/overview.php?category=Flow&technology=Oval+Gear+Flow+Meters&menu=Flowtechnology" WB_Link = "OK" Response.Redirect(WB_Redirect) End If If Request.QueryString("subcat") = "Paddlewheel Sensors" Then WB_Redirect = "http://www.icenta.co.uk/overview.php?category=Flow&technology=Paddlewheel+Flow+Sensors&menu=Flowtechnology" WB_Link = "OK" Response.Redirect(WB_Redirect) End If If Request.QueryString("subcat") = "Turbine Flow Meters" Then WB_Redirect = "http://www.icenta.co.uk/overview.php?category=Flow&technology=Turbine+Flow+Meters&menu=Flowtechnology" WB_Link = "OK" Response.Redirect(WB_Redirect) End If If Request.QueryString("subcat") = "Ultrasonic Flow Meters" Then WB_Redirect = "http://www.icenta.co.uk/overview.php?category=Flow&technology=Ultrasonic+Flow+Meters&menu=Flowtechnology" WB_Link = "OK" Response.Redirect(WB_Redirect) End If If Request.QueryString("subcat") = "Variable Area Flow Meters (Rotameters)" Then WB_Redirect = "http://www.icenta.co.uk/overview.php?category=Flow&technology=Variable+Area+%28VA%29+Flow+Meters&menu=Flowtechnology" WB_Link = "OK" Response.Redirect(WB_Redirect) End If If Request.QueryString("subcat") = "Vortex Flow Meters: Industrial" Then WB_Redirect = "http://www.icenta.co.uk/overview.php?category=Flow&technology=Vortex+Flow+Meters%3A+Industrial&menu=Flowtechnology" WB_Link = "OK" Response.Redirect(WB_Redirect) End If If Request.QueryString("subcat") = "Vortex Flow Meters: Mini" Then WB_Redirect = "http://www.icenta.co.uk/overview.php?category=Flow&technology=Vortex+Flow+Meters%3A+Compact&menu=Flowtechnology" WB_Link = "OK" Response.Redirect(WB_Redirect) End If If WB_Link <> "OK" Then WB_Redirect = "http://www.icenta.co.uk/error.php" Response.Redirect(WB_Redirect) End If %>