var ads = new Array(2);
ads[0] = '&l=bn1&browse=639320&mode=video-games-de&p=32';
ads[1] = '&l=bn1&browse=547664&mode=dvd-de&p=32';
var adnbr = Math.round(Math.random()*2-0.5);
div = getById('ad');
ifrm = newTag('iframe');
with (ifrm)
{width = 180; height = 450; scrolling = 'no'; frameBorder = '0'; src = 'http://rcm-de.amazon.de/e/cm?t=kratzerwebde' + ads[adnbr] + '&o=3&f=ifr&bg1=303030&fc1=ffffff&lc1=ff8429&lt1=_blank';}
div.appendChild(ifrm);
window.defaultStatus = document.title;