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];
  }
}

image_link = new initArray(7)
image_link[0] = 'http://www.gloryholefilms.nl/" target=\"_blank'
image_link[1] = 'http://www.schoolsexfilms.nl/" target=\"_blank'
image_link[2] = 'http://www.bangsex.nl/" target=\"_blank'
image_link[3] = 'http://www.hollandtieners.nl/" target=\"_blank'
image_link[4] = 'http://www.opaisgeil.nl/" target=\"_blank'
image_link[5] = 'http://www.evacams.com/?pi=javascriptje-rotator" target=\"_blank'
image_link[6] = 'http://www.videootjes.nl/" target=\"_blank'

text = new initArray(7)
text[0] = "Gloryholefilms.nl"
text[1] = "Schoolsexfilms.nl"
text[2] = "Bangsex.nl"
text[3] = "HollandTieners.nl"
text[4] = "Opa is geil"
text[5] = "Webcam"
text[6] = "Videootjes.nl"

image_src = new initArray(7)
image_src[0] = "http://www.callcash.nl/ads/sex/dagelijks/pornootjes/gloryholefilms.jpg"
image_src[1]=  "http://www.callcash.nl/ads/sex/dagelijks/pornootjes/schoolsexfilms.jpg"
image_src[2]=  "http://www.callcash.nl/ads/sex/dagelijks/pornootjes/bangsex.jpg"
image_src[3] = "http://www.callcash.nl/ads/sex/dagelijks/pornootjes/hollandtieners.jpg"
image_src[4]=  "http://www.callcash.nl/ads/sex/dagelijks/pornootjes/opaisgeil.jpg"
image_src[5]=  "http://www.callcash.nl/ads/sex/dagelijks/pornootjes/evacams.jpg"
image_src[6]=  "http://www.callcash.nl/ads/sex/dagelijks/pornootjes/videootjes.jpg"

image_alttext = new initArray(7)
image_alttext[0] = "klik op de afbeelding!\?"
image_alttext[1] = "klik op de afbeelding!\?"
image_alttext[2] = "klik op de afbeelding!\?"
image_alttext[3] = "klik op de afbeelding!\?"
image_alttext[4] = "klik op de afbeelding!\?"
image_alttext[5] = "klik op de afbeelding!\?"
image_alttext[6] = "klik op de afbeelding!\?"

image_wh = new initArray(7)
image_wh[0] = " height=\"104\" width=\"152\" "
image_wh[1] = " height=\"104\" width=\"152\" "
image_wh[2] = " height=\"104\" width=\"152\" "
image_wh[3] = " height=\"104\" width=\"152\" "
image_wh[4] = " height=\"104\" width=\"152\" "
image_wh[5] = " height=\"104\" width=\"152\" "
image_wh[6] = " height=\"104\" width=\"152\" "

 var currentdate = new Date();
 var core = currentdate.getDay();
 var ranlink  = image_link[core];
 var ranimage = image_src[core];
 var ranalttext  = image_alttext[core];
 var ranimagewh = image_wh[core];
 var rantext  = text[core];

 document.write('<a href=\"' +ranlink+ '\" ><img src=\"'+ranimage+'\" border=\"0\" '+ranimagewh+ ' alt=\"'+ranalttext+'\" ><br>'+rantext+'</a><br>');

