<% If NOT Application("Shop_Open") Then Response.Redirect("shopclosed.asp") %> <% 'If user says the is not the user suggested then reset details and create new id If Request.Querystring("resetuser") = "yes" Then Call ResetUser 'Set user cookie and expiry date If Session("Cookie") = 0 Then Response.Cookies("UserID") = Session("UserID") Response.Cookies("UserID").Expires = Date + 180 '6 months to expire 'Example of fixed date: "1 Dec 1999" 'Refer to VBScript and ASP documentation Session("Cookie") = 1 Else UserID = Session("UserID") 'Refresh the cookie so that it doesn't expire Response.Cookies("UserID").Expires = Date + 180 '6 months to expire 'Example of fixed date: "1 Dec 1999" WMsg =" back " & Session("Name") & " " End If %> Muscle Car Museum, cars, t-shirts, t-shirt, caps, hats, signs, tin, souvenirs, merchandise, products, gifts, shop, shopping, shirt, order, sales, collectibles, blankets, truck, trucks, musclecar, musclecars

<%= LogoURL %>

Welcome <%= WMsg %>to Muscle Car Museum. Here you will find an extensive selection of muscle car products.

Such as: t-shirts, caps, hats, signs, tin, souvenirs, merchandise, products, gifts, shirts, online ordering, sales, collectibles, blankets, muscle truck, pickup trucks, musclecar, and more musclecars

Select one of the sections on the left side or use the search form.

We wish you a very pleasant shopping experience.

<% If Session("Name") <> "" Then %> If you are not <%= Session("Name") %>, please, click here. <% End If %>

Thank you for shopping with us.