$("#tabArea div a").click(function(ev) {
								   /*
	ev.preventDefault();	// Prevents the default action of the event, which in this case is following the href of the anchor tag
	ns = s_account;			
	s_linkType = 'o';		// linkType = o|e|d : linkName will be sent to the Custom Links, Exit Links or File Downloads Report respectively
	s_lnk      = true;
	s_linkName = "tabArea : "+$(this).text()+" : "+window.location.pathname;
	void(s_gs(ns));
	window.location.href = $(this).attr("href");*/
	
	s.tl(this,'o',"tabArea2|"+$(this).text()+"|"+window.location.pathname);
});