function ReloadPixelImages(PixelCode, PixelComment){
	var Code = PixelCode;
	var Comment = PixelComment;
	var IVW="https://mclientssl2.ivwbox.de/cgi-bin/ivw/CP/" + Code + ";" + Comment;
	document.szmimages.src = IVW+"?r="+escape(document.referrer)+"&d=" +(Math.random()*100000);
}