function clicks(pageid,contentid,type) {
	if (document.images) {
		var r = Math.floor(Math.random()*1000000);
		(new Image()).src="http://www.pornovista.nl/stats/stats.php?pid=" + pageid + "&cid=" + contentid + "&type=" + type + "&r=" + r; 
	} 
	return true;
}