%@ Language=VBScript %> <%response.buffer=true%> <% dim validlog validlog = session("security") if validlog <> "" then if Cint(validlog) < 1 then url = "http://www.weedenco.com/welling/signin.asp" response.write("") 'Response.Redirect "http://www.weedenco.com/welling/welling.htm" end if else url = "http://www.weedenco.com/welling/signin.asp" response.write("") 'Response.Redirect "http://www.weedenco.com/welling/welling.htm" end if %>