function count_pi(clickedLink) {		// clickedLink ist der Bezeichner (z.B. Spielname, Shop-Produkt, etc.)	// taucht so in der statistischen Auswertung auf	if((clickedLink == null) || (clickedLink == "")) { clickedLink = "ClickHits"; }		// IVW	try {			//document.getElementById("ivwpx").src = IVW+ "?r="+escape(location.href)+"&d="+(Math.random()*100000);			document.images["ivwpx"].src = IVW+ "?r=&d="+(Math.random()*100000);	} catch (result_try) {}    	// Site Catalyst	try {		var bak=s.hier1;		s.hier1=s.hier1+','+clickedLink;		void(s.t());		s.hier1=bak;	} catch (result_try) {}		// Google Analytics Tracking	try {		pageTracker._trackPageview(clickedLink);	} catch (result_try) {}		// Tradedoubler	try {		if (typeof(trackBackUrl)!='undefined') $("tradedoubler_px").src = trackBackUrl;	} catch (result_try) {}	}  function count_ivw_hbx_taaz(type) {   if((type == null) || (type == "")) { type = "ClickHits"; }  	// IVW  		try {			//document.getElementById("ivwpx").src=IVW+"?r="+escape(location.href)+"&amp;d="+(Math.random()*1000000);		document.getElementById("ivwpx").src=IVW+"?r=&amp;d="+(Math.random()*1000000);	} catch (result_try) {}	  	/* Site Catalyst */	try {		var bak=s.hier1;		s.hier1=s.hier1+",Ajax_count_ivw_hbx_taaz";		void(s.t());		s.hier1=bak;	} catch (result_try) {}		// Google Analytics Tracking		try {		pageTracker._trackPageview(type);	} catch (result_try) {}		// Tradedoubler	try {		if (typeof(trackBackUrl)!='undefined') $("tradedoubler_px").src = trackBackUrl;	} catch (result_try) {}	}function count_ivw_hbx(type,str) { 	if((type == null) || (type == "")) { type = ''; }	// IVW	try {		//document.getElementById("ivwpx").src=IVW+"?r="+escape(location.href)+"&amp;d="+(Math.random()*1000000);		document.getElementById("ivwpx").src=IVW+"?r=&amp;d="+(Math.random()*1000000);	} catch (result_try) {}		/* Site Catalyst */	try {		var bak1=s.hier1;		s.hier1=s.hier1+",Ajax_count_ivw_hbx";		var bak2=s.prop10;		s.prop10=type;		void(s.t());		s.hier1=bak1;		s.prop10=bak2;	} catch (result_try) {}		/* Google Analytics */	try {		pageTracker._trackPageview(type);	} catch (result_try) {}		// Tradedoubler	try {		if (typeof(trackBackUrl)!='undefined') $("tradedoubler_px").src = trackBackUrl;	} catch (result_try) {}}