$(document).ready(function() {
	if ($("div.article-extras p.module:contains('Alles over')").length > 0) {
		pageTracker._trackEvent('AllesOver', 'Show - '+SectionName,  'Show - '+SectionName);
				
		$("div.article-extras p.module:contains('Alles over') ~ ul li a").click(function(){
			ao_label = $(this).attr("title");
			pageTracker._trackEvent('AllesOver', 'Klik - '+SectionName,  ao_label);
		});	
	};
});
