<!-- 
var x1 = Math.round(Math.random() * 10);

/* Bannername */
var BN = "wb_0" + x1 + ".jpg";

/* Links */
LK = new Array(10);
LK[0] = "http://www.tj3002.de/index.html?wfej.html";
LK[1] = "http://www.tj3002.de/index.html?wfej.html";
LK[2] = "http://www.tj3002.de/index.html?poser_1.html";
/* LK[3] = "http://www.mobipocket.com/en/eBooks/eBookDetails.asp?BookID=28957"; */
LK[3] = "http://www.tj3002.de/index.html?dul.html";

if (x1 < 4)
{
  document.write('<CENTER>');
  document.write('<A HREF="' + LK[x1] + '"><IMG SRC="../bilder/' + BN + '" BORDER="0"></A>');
  document.write('</CENTER><HR>');
}
//-->
