var _ivw_fire_top40 = function(){
	_ivw_fire("top40", "FP");
	}

var _ivw_fire_gallery = function(){
	_ivw_fire("gallery");
	}

var _ivw_fire_medialibrary = function(){
	//_ivw_fire("medialibrary", "FP");
	}

var _ivw_fire_custom = function name(code, px) {
	_ivw_fire(code, px);
	}

var _ivw_fire = function name(code, px) {
	var szmig = new Image(1,1);
	var pixel = (px) ? px : "CP";
	if(typeof(szmig) == "object"){
		szmig.src="http://1046rtl.ivwbox.de/cgi-bin/ivw/"+pixel+"/"+code+";?r="+escape(document.referrer)+"&amp;d=" + Math.floor(Math.random()*1000000000);
		}
	}