// AWEP 20070530
// This file contains the code call for omniture tagging, for use in
// redirection pages (aka campaign landing pages). Include right after the
// s_code include. Make sure you use the right preprocessing code so the
// channel, cookieDomainPeriods and linkInternalFilters variables are set
// correctly.
s.pageName=document.title;
s.server=location.hostname.toLowerCase();
s.channel=channel;
s.cookieDomainPeriods=cookieDomainPeriods;
s.linkInternalFilters=linkInternalFilters;
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)
