/* Auswertung */
function logThisClick(title, lp_channel) {
	var protocol = window.location.protocol + '//';
	var host = window.location.host;

    if (document.getElementById('clicklogframe')) {
        document.getElementById('clicklogframe').src = protocol + host + '/clicktracker_pv.php?logtitle=' + title + '&lp_channel=' + lp_channel;
	return true;
    }
}
