/* Link Tracking Config */
s_time.trackDownloadLinks= false // true
s_time.trackExternalLinks= false // true
s_time.trackInlineStats= false // true
s_time.linkDownloadFileTypes="exe,zip,wav,mp3,mov,mpg,avi,wmv,doc,pdf,xls"
s_time.linkInternalFilters="javascript:,instyle.com,timeinc.net"
s_time.linkTrackVars="None"
s_time.linkTrackEvents="None"
s_time.events="event1"

function omnitureHookFunction() { 
	if (typeof(s_time.pageName) == "string") s_time.eVar23 = s_time.pageName;
	if (typeof(s_time.prop16) == "string") s_time.eVar24 = s_time.prop16;
}

/* Plugin Config */
s_time.usePlugins=true
function s_time_doPlugins(s_time) {
        /* Add calls to plugins here */
        s_time.campaign = s_time.getQueryParam('cid,xid');
        s_time.eVar1    = s_time.getQueryParam('iid');
        s_time.eVar2    = s_time.getQueryParam('pkw');
		s_time.eVar22 = s_time.getQueryParam('tcmid');
		/* 9-12-07 at Set eVar14 if prop18 is set - also set event2 for all unique searches */
		if(s_time.prop18){
			s_time.eVar14 = s_time.prop18
			/* Set de-duped onsite search event */
			var t_search = s_time.getValOnce(s_time.eVar14,'s_var_14',0)
			if(t_search) s_time.events=s_time.events+',event2';
		}
}
s_time.doPlugins=s_time_doPlugins
