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://ndirect.ppro.de/click/iBE" );
image = new initArray(
"http://ndirect.ppro.de/image/iBE" ); 
text = new initArray( "klarmobil tarif" );
width = new initArray( "290" );
height = new initArray( "250" );

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>');
