<%@ Language=VBScript %> <% '************************************************************************* ' Function : Redirect user to ShopFront. ' Product : KickStore Frontend ' Version : 2.5 ' Modified : February 2004 ' Copyright: Copyright (C) 2004 KickSol.com ' See "license.txt" for this product for details regarding ' licensing, usage, disclaimers, distribution and general ' copyright requirements. If you don't have a copy of this ' file, you may request one at jason@kicksol.com '************************************************************************* Option explicit Response.Buffer = true Response.Redirect "/store/Scripts/default.asp" %>