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