<% '########################################################### '## COPYRIGHT (C) 2003, Metasun Software '## '## For licensing details, lease read the license.txt file '## included with MetaTraffic or located at: '## http://www.metasun.com/products/metatraffic/license.asp '## '## All copyright notices regarding MetaTraffic '## must remain intact in the scripts and in the '## outputted HTML. All text and logos with '## references to Metasun or MetaTraffic must '## remain visible when the pages are viewed on '## the internet or intranet. '## '## For support, please visit http://www.metasun.com '## and use the support forum. '########################################################### If strUsername <> "" Then If StrComp(Request.Cookies("metatraffic")("username"), strUsername, 1) <> 0 Or _ Request.Cookies("metatraffic")("password") <> strPassword Then Response.Redirect "login.asp" End If End If %>