function ReloadPixelImages(PixelCode, PixelComment){


var Code = PixelCode;
var Comment = PixelComment;
var IVW="http://boerzeit.ivwbox.de/cgi-bin/ivw/CP/" + Code + ";" + Comment;

document.szmimages.src = IVW+"?r="+escape(document.referrer)+"&d="+(Math.random()*100000);

var url = 'http://www.boersen-zeitung.de/ajax/ivw_zaehlen.php?code='+Code;



new Ajax.Request(url, {
        onSuccess: function(response) {
            return true;
            
        }
        
    }); 
}
