<!--
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://3mobileshop.at/ukonlinegroup?CTY=1&CID=6572",
"http://butlins.at/ukonlinegroup?CTY=1&CID=1451",
"http://valuemobiles.at/ukonlinegroup?CTY=1&CID=2216"
);

image = new initArray(
"http://b1.perfb.com/b1.php?ID=6572&PURL=3mobileshop.at/ukonlinegroup",
"http://b1.perfb.com/b1.php?ID=1451&PURL=butlins.at/ukonlinegroup",
"http://b1.perfb.com/b1.php?ID=2216&PURL=valuemobiles.at/ukonlinegroup"
);

text = new initArray(
"3phones",
"Butlins holidays",
"T Moblie"
);

var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<center>');
document.write('<a href=\"' +ranlink+ '\" target=\"_blank\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');
document.write('</center>');
//-->
