//s.pageName="";
s.server=window.location.hostname;
//s.channel="";
//s.pageType="";
s.dynamicVariablePrefix="..";
s.prop1="..User-Agent";
//s.prop2="";
//s.state="";
//s.zip="";

/*
prodView : Success event occurs any time a visitor views a product. 
scView : Success event occurs any time a shopping cart is viewed. 
scOpen : Success event occurs any time a visitor opens a shopping cart for the first time. 
scAdd : Success event occurs any time a product is added to a shopping cart. 
scRemove : Success event occurs any time an item is taken out of a shopping cart. 
scCheckout : Success event occurs on the first page of a checkout. 
purchase : Success event occurs on the final page of a checkout (includes Revenue, Orders, and Units).
*/

//s.events="";
//s.products="";
/*
The purchaseID is used to keep an order from being counted multiple times by SiteCatalyst. Whenever the purchase 
event is used on your site, you should use the purchaseID variable.
*/
/*
s.purchaseID="";
s.eVar1="";
s.eVar2="";
s.eVar3="";
s.eVar4="";
s.eVar5="";
*/
//s.referrer=<% #referrerVar%> // populated server-side 
//if(s.getQueryParam('ref')
//  s.referrer=s.getQueryParam('ref');


/* Cookie Domain Variables */
s.cookieDomainPeriods="2";
s.fpCookieDomainPeriods="2";
//var d=window.location.hostname
//if(d.indexOf('.co.uk')>-1||d.indexOf('.com.au')>-1) 
//  s.fpCookieDomainPeriods="3"