
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://partner.freekom-direct.de/go.php?pid=1442&amp;wmid=4&amp;target=handyvertragjetzt"


);

image = new initArray(
"http://werbung.freekom-direct.de/handyvertragjetzt.de/Banner_Aktuell/1869GA_handy_400x400.gif"


);

text = new initArray(
"Top Marken Handys von freekom"


);

width = new initArray(
		"440"

);

height = new initArray(
		"400"
);

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+ '\"><img src=\"'+ranimage+'\" width=\"'+ranwidth+'\" width=\"'+ranheight+'\" border="0" alt=\"'+rantext+'\"><br>\"'+rantext+'\"</a>');

