/* Link Tracking Config */
s_time.trackDownloadLinks=true
s_time.trackExternalLinks=true
s_time.trackInlineStats=true
s_time.linkDownloadFileTypes="exe,zip,wav,mp3,mov,mpg,avi,doc,pdf,xls"
s_time.linkInternalFilters="javascript:,celebrity-babies.com,celebritybabies.com,www.people.com/people/celebritybabies,celebritybabies.typepad.com"
//s_time.linkTrackVars="None"
s_time.linkTrackVars="prop17"
s_time.linkTrackEvents="None"
s_time.events="event1,event32"
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;
}
function omniTrackExit(obj) {
	var s=s_gi(s_account);
	s_time.linkTrackVars='None';
	s_time.linkTrackEvents='None';
	s_time.tl(obj,'e','');
}
/* Plugin Config */
s_time.usePlugins=true
function s_time_doPlugins(s_time) {
/* Add calls to plugins here */
s_time.campaign=s_time.getQueryParam('cid');  
s_time.eVar1=s_time.getQueryParam('xid');  
s_time.eVar2=s_time.getQueryParam('pkw');
/*------Day of week, time of day, wkday-wkend--------*/
s_time.eVar30 = s_time.getTimeParting('d','-5',s_time.tiiGetFullYear());
s_time.eVar31 = s_time.getTimeParting('h','-5',s_time.tiiGetFullYear());
s_time.eVar37 = s_time.getTimeParting('w','-5',s_time.tiiGetFullYear());
/*-------Set daily, weekly, monthly visit  ---------*/
s_time.eVar32 = s_time.getVisitNumCustom('d');
s_time.eVar33 = s_time.getVisitNumCustom('w');
s_time.eVar34 = s_time.getVisitNumCustom('m');
}
s_time.doPlugins=s_time_doPlugins
/************************** PLUGINS SECTION *************************/
/* Utility Function: split v1.5 - split a string (JS 1.0 compatible) */
s_time.split=new Function("l","d",""
+"var i,x=0,a=new Array;while(l){i=l.indexOf(d);i=i>-1?i:l.length;a[x"
+"++]=l.substring(0,i);l=l.substring(i+d.length);}return a");
/* Plugin Utility: apl v1.1 */
s_time.apl=new Function("L","v","d","u",""
+"var s=this,m=0;if(!L)L='';if(u){var i,n,a=s_time.split(L,d);for(i=0;i<a."
+"length;i++){n=a[i];m=m||(u==1?(n==v):(n.toLowerCase()==v.toLowerCas"
+"e()));}}if(!m)L=L?L+d+v:v;return L");
/* Visit Number */
s_time.dimo=new Function ("m","y", "var d=new Date(y,m+1,0); return d.getDate();");
s_time.endof=new Function ("x", "var t = new Date(); t.setHours(0); t.setMinutes(0);"
	+"t.setSeconds(0); if(x=='m') d=s_time.dimo(t.getMonth(),t.getFullYear()) - t.getDate() + 1;"
	+"else if(x=='w') d=7-t.getDay(); else d=1; t.setDate(t.getDate()+d); return t;");
s_time.getVisitNumCustom=new Function("tp", ""
+"var s=this,e=new Date(),cval,cvisit,ct=e.getTime(),c='s_vnum_'+tp,c2='sinvisit_'+tp,eo=s_time.endof(tp),"
+"y=eo.getTime();e.setTime(y);cval=s_time.c_r(c);if(cval){var i=cval.indexOf('&vn='),str=cval.substring(i+4,cval.length),k;}"
+"cvisit=s_time.c_r(c2);if(cvisit){if(str){e.setTime(ct+30*60*1000);s_time.c_w(c2,'true',e);return str;}"
+"else return 'unknown visit number';}"
+"else{if(str){str++;k=cval.substring(0,i);e.setTime(k);s_time.c_w(c,k+'&vn='+str,e);e.setTime(ct+30*60*1000);s_time.c_w(c2,'true',e);return str;}"
+"else{s_time.c_w(c,y+'&vn=1',e);e.setTime(ct+30*60*1000);s_time.c_w(c2,'true',e);return 1;}}"
);