function triggerclick(type)
{
	if(isHttpsOn)
		document.getElementById("CPCFrame").src = sourcePathSecure + "cpctracking.php";
	else
		document.getElementById("CPCFrame").src = sourcePath + "cpctracking.php";	
}
