window.addEvent('load', function() {
var num = Math.ceil(Math.random()*10);
$('ekomi-block').set('html','<a href="http://www.ekomi.de/bewertungen-posterxxl.html" target="_blank"><img src="http://www.ekomi.de/widgets/1078/widget_' + num + '.gif" alt="Kundenbewertung" style="margin: 0px 0px 0 0;" /></a>');
});