

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Record of Lodoss War - OVA OST nur 13.50 €";
url="http://www.comiccombo.de/catalog1/product_info.php?ref=68&products_id=2339&affiliate_banner_id=1";
alt="Record of Lodoss War - OVA OST nur 13.50 €";
banner="http://www.j-pop.de/anime/lodoss-war/rolw-ost.jpg";
width="150";
height="150";
}
if (ad==2) {
txt="Record of Lodoss War - TV OST 1 nur 13.50 €";
url="http://www.comiccombo.de/catalog1/product_info.php?ref=68&products_id=2343&affiliate_banner_id=1";
alt="Record of Lodoss War - TV OST 1 nur 13.50 €";
banner="http://www.j-pop.de/anime/lodoss-war/rolw-tv-ost1.jpg";
width="150";
height="148";
}
if (ad==3) {
txt="Record of Lodoss War - OST 3 nur 13.50 €";
url="http://www.comiccombo.de/catalog1/product_info.php?ref=68&products_id=2337&affiliate_banner_id=1";
alt="Record of Lodoss War - OST 3 nur 13.50 €";
banner="http://www.j-pop.de/anime/lodoss-war/rolw-ost-3.jpg";
width="150";
height="150";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->

