%@ Language=VBScript %> <%Option Explicit%> <% if session("LastNameOnTop") & "" = "" AND session("UserID") & "" <> "" then%> <%end if dim errmsg, fromnews, fromb2b, fromrecipes errmsg = Request("errmsg") fromnews = Request("fromnews") fromb2b = Request("fromb2b") fromrecipes = Request("fromrecipes") if errmsg & "" <> "" then GoToPage = "contact.asp?errmsg=1" if fromnews & "" <> "" then GoToPage = "contact.asp?fromnews=1" if fromb2b & "" <> "" then GoToPage = "contact.asp?fromb2b=1" if errmsg = "" AND fromnews = "" AND fromb2b = "" then GoToPage = "contact.asp" 'menu = "6" %>