/* Auswertung */
function logThisClick(title) {
	var protocol = window.location.protocol + '//';
	var host = window.location.host;
	var spliturl = '';
	if(typeof(window['splitAB']) != 'undefined'  && splitAB == 'kredit'){
		spliturl = '&splitAB=kredit' 
	}
	if (document.getElementById("clicklogframe"))
		document.getElementById("clicklogframe").src = protocol + host + '/clicktracker_pv.php?logtitle=' + title + spliturl;
	return true;
}
function lpv(email) {
	var protocol = window.location.protocol;
	if (document.getElementById("clicklogframe"))
		document.getElementById("clicklogframe").src = protocol + host + '/clicktracker_pv.php?logtitle=policenverkauf&email=' + email;
	return true;
}
