/* You may give each page an identifying name, server, and channel on
the next lines. */

if(typeof sitePrefix!= "null" && typeof sitePrefix != "undefined" && sitePrefix.valueOf() != ""){
	s.pageName=sitePrefix +" "+ document.title + ' (' + location.pathname.toLowerCase() + ')';
}
else{
	s.pageName=document.title + ' (' + location.pathname.toLowerCase() + ')';
}

//s.server="INSERT THE VALUE HERE ";
//s.channel=”INSERT THE VALUE HERE”;
//s.state="INSERT THE VALUE HERE ";
//s.zip="INSERT THE VALUE HERE ";

//Setting the pageview event
s.events="event1";
s.eVar1=s.pageName;

//Setting the Ad Page view event on pages with Ads
//s.events+=",event2";

//Setting the Ad Impressions event on pages to count the number of ads in a page
//s.events+=",event3=[Ad counts]";

// Setting the External Tracking Code

s.prop1=s.getQueryParam('PMCode');
s.campaign=s.prop1;

// Setting the Original Tracking Code

s.evar2=s.prop1;

//Setting the Internal Tracking Code

//s.prop3="INSERT THE VALUE HERE";
//s.eVar3=s.prop3;

//Setting the Internal Search Terms

//s.prop5="INSERT THE VALUE HERE";
//s.eVar5=s.prop5;

//Setting the Paid Search
//s.prop6=s.getQueryParam('pdsh');
//s.eVar6=s.prop6;

//Setting the RefURL
s.prop7=s.getQueryParam('RefURL'); 
s.eVar7=s.prop7;
	
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code);

if(navigator.appVersion.indexOf('MSIE')>=0)
	{
		document.write(unescape('%3C')+'\!-'+'-');
	}


<!-- End SiteCatalyst code version: H.2. -->
