function twitterTracking() {
	var s=s_gi(s_account);
     s.templtv=s.linkTrackVars;          //Saving the original state of the variables
     s.templte=s.linkTrackEvents;         //Saving the original state of the variables
     s.linkTrackVars="events,eVar36,prop26"
     s.linkTrackEvents="event15,event16"
     s.events="event15,event16";
     s.eVar36=s.prop26="hersheys canada:RoadTrip2011:share:twitter:TwizzlersRoadTrip2011";
     s.tl(true,'o','twitter clicks');   //Server call
     if(s.templtv)s.linkTrackVars=s.templtv;    //reassigning the variables to the original state
     if(s.templte)s.linkTrackEvents=s.templte;   //reassigning the variables to the original state
}
