// original content taken from Nic's JavaScript Page with permission
// lack of these three lines will result in copyright infringment
// made by: Nic's JavaScript Page - http://www.javascript-page.com

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/special/aktion3a?refid=14286",
"http://ad.zanox.com/ppc/?10854097C1189867566T",
"http://ad.zanox.com/ppc/?10854104C1880880980T",
"http://www.handyshop-24.com/aff/scripts/t.php?a_aid=9bffa590&amp;a_bid=ebeeaa36"

);

image = new initArray(
"http://files.eteleon.de/partner/aktion3a/a3alead.gif",
"http://ad.zanox.com/ppv/?10854097C1189867566",
"http://ad.zanox.com/ppv/?10854104C1880880980",
"http://www.handyshop-24.com/aff/scripts/sb.php?a_aid=9bffa590&amp;a_bid=ebeeaa36"

);

text = new initArray(
"eteleon - mobile and more",
"E-Plus Online",
"E-Plus Online",
"Handy + Zugabe von www.handyshop-24.com"


);

var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<a href=\"' +ranlink+ '\" target=\"_blank\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');

