 <!--
var image = new Array();
var link  = new Array();

image[0] = 'http://www.metallwaren-riffert.at/aktuelles/reuchertonne.jpg';
link[0] = 'http://www.metallwaren-riffert.at/reuchertonne.htm';


var num = Math.random();
var ran = Math.floor((image.length - 1) * num);

document.write('<a href="' + link[ran] + '"><img src="' + image[ran] + '" border="0" alt="Räuchertonne Edelstahl" title="Räuchertonne Edelstahl"/></a>');

//-->
