// 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(
"https://shop.activepartner.net/APShop/Shop.do?APID=0063481960&GRID=5",
"http://vas.ppro.de/click/1562370",
"http://ad.zanox.com/ppc/?9492411C763294471T",
"http://www.zanox-affiliate.de/ppc/?9825616C1165355476T",
"http://vas.ppro.de/click/1647670",
"http://partner.freekom-direct.de/go.php?pid=1442&wmid=35&target=handyvertragjetzt"


);

image = new initArray(
"https://app.t-online.de:443/APPWeb/shopBanner/Image.do?imageId=242",
"http://vas.ppro.de/view/1562370",
"http://ad.zanox.com/ppv/?9492411C763294471",
"http://www.zanox-affiliate.de/ppv/?9825616C1165355476",
"http://vas.ppro.de/view/1647670",
"http://werbung.freekom-direct.de/handyvertragjetzt.de/Donnerwetter/728x90_donnerwetter_banner.gif"


);

text = new initArray(
"T-Home Angebote",
"freenetdsl Angebote",
"2x ohne Grundgebühr: SE W580i  mit BASE 2",
"Der Online-Spezialist",
"STRATO",
"Handyvertrag"

);

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>');

