function clickTCBadge() {
	var pn = $('tcBadge').parentNode;
	pn.onclick = null;
	Event.observe(pn, 'click', function(e) { Event.stop(e); });
	window.location = 'http://club.autofun.cz/tuning-cup';
}
if ($('tcBadge')) Event.observe('tcBadge','click',clickTCBadge);
