var currentdate = 0;
var core = 0;
function initArray() {
this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i]; }}

link = new initArray(
"http://www.eteleon.de/shop/angebote/o2GenionLNeu/o2-Genion-L-Alternative-9,95EURO?refid=14286" );

image = new initArray(
"http://files.eteleon.de/registry/shop/prepackage/28620_2010-07-06_o2alternative.png" );

text = new initArray("maXXim","maXXim DATA");
width = new initArray("610");
height = new initArray("136");
var currentdate = new Date();
var core = currentdate.getSeconds()%image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];
var ranwidth = width [core];
var ranheight = height [core];
document.write('<a href=\"' +ranlink+ '\" target=\"_blank\"><img src=\"'+ranimage+'\" width=\"'+ranwidth+'\" width=\"'+ranheight+'\" border="0" alt=\"'+rantext+'\"></a>');

