/* 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://hosted.femjoy.com/galleries/114437_sjq615_sgq325/?affid=1362927",
"http://hosted.femjoy.com/galleries/111312_cni087_cki707/?affid=1362927",
"http://hosted.femjoy.com/galleries/111894_fhr714_ffr424/?affid=1362927",
"http://hosted.femjoy.com/galleries/114439_uph311_unh021/?affid=1362927",
"http://hosted.femjoy.com/galleries/111079_rxh514_rvh224/?affid=1362927",
"http://hosted.femjoy.com/galleries/111281_ixt617_iuu327/?affid=1362927",
"http://hosted.femjoy.com/galleries/114931_vyv787_vww407/?affid=1362927",
"http://hosted.femjoy.com/galleries/115049_jid136_jfd746/?affid=1362927",
"http://hosted.femjoy.com/galleries/114522_blf381_big001/?affid=1362927",
"http://hosted.femjoy.com/galleries/114333_emt623_eju333/?affid=1362927",
"http://hosted.femjoy.com/galleries/114877_qvk756_qsk466/?affid=1362927",
"http://hosted.femjoy.com/galleries/114598_chn601_cfo311/?affid=1362927",
"http://hosted.femjoy.com/galleries/114708_nqp107_noq717/?affid=1362927",
"http://hosted.femjoy.com/galleries/114731_ntz741_nqa451/?affid=1362927",
"http://hosted.femjoy.com/galleries/114780_sty875_sry585/?affid=1362927"


);



image = new initArray(
"femjoy-01.jpg","femjoy-02.jpg","femjoy-03.jpg","femjoy-04.jpg","femjoy-05.jpg","femjoy-06.jpg","femjoy-07.jpg","femjoy-08.jpg","femjoy-09.jpg","femjoy-10.jpg","femjoy-11.jpg","femjoy-12.jpg","femjoy-13.jpg","femjoy-14.jpg","femjoy-15.jpg"


);

text = new initArray(
"FEMJOY",
"FEMJOY",
"FEMJOY",
"FEMJOY",
"FEMJOY",
"FEMJOY",
"FEMJOY",
"FEMJOY",
"FEMJOY",
"FEMJOY",
"FEMJOY",
"FEMJOY",
"FEMJOY",
"FEMJOY",
"FEMJOY"


);

var currentdate = new Date();
var core = parseInt( Math.random() * image.length );
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<a href=\"' +ranlink+ '\" target="new"><img src=http://www.multiplayer-games.net/nude-art/femjoy/boobs/'+ranimage+'\ border="1" alt=\"'+rantext+'\"></a>');
