function logThisClick(title) {
	if (document.getElementById("clicklogframe")){
		document.getElementById("clicklogframe").src = document.location.protocol + '//insurance.preisvergleich.de/clicktracker_pv.php?logtitle=' + title;
		}
	return true;
}

