var randomnumber = 1;
var randomnumber=Math.floor(Math.random() * 2) + 1;
document.write("<div id=\"brot_corner\" style=\"position: absolute; top: 0; right: 0; z-index: 5000; width: 50px; height: 50px; background: url(http://www.fettesbrot.de/fb/peel/fbcorner_small_" + randomnumber + ".gif); padding: 0; margin: 0; border: 0;\" ><a id=\"brot_peel\" href=\"http://www.fettesbrot.de/2010/\" target=\"_blank\" title=\"Fettes Brot\" onmouseover=\"this.style.backgroundImage='url(http://www.fettesbrot.de/fb/peel/fbcorner_" + randomnumber + ".png)';this.style.position='absolute';this.style.top='0';this.style.right='0';this.style.zIndex='5001';this.style.width='400px';this.style.height='400px';\" onmouseout=\"this.style.width='50px';this.style.height='50px';this.style.background='none';\" style=\"display: block; width: 50px; height: 50px; text-decoration: none; background: none;\"></a></div>");