/*
  This file is used for Custom Omniture Events
*/

function sendOmnitureMiscClickEvent(eventName, linkName) {
	var s=s_gi(s_account);
   	s.linkTrackVars='events';
   	s.linkTrackEvents=eventName;
   	s.events=eventName;
   	s.tl(this,'o',linkName);
}