﻿/*
Author: Steve Shier
Date: 1/21/2008
Inits and Runs utilities in utilities.js
used by store/detail.aspx page, disease.asp and all other pages
addresses following problem:
Continue shopping link works properly (goese to diseases.asp#comptreat e.g. http://www.naturaleyecare.com/diseases.asp?d_num=39#comptreat) 
if someone doesn't buy and then hits continueshopping, but doesn't if they put something in cart.  

*/
var ContinueShoppingCookieName = 'ContinueShopping';
var ContinueShoppingUrl = 'http://www.naturaleyecare.com/store/'; //default to store home
ClearContinueShoppingCookie(); //clear cookie everywhere except detail.aspx page
