/* 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/113656_rdj330_rak140/?affid=1362927",
"http://hosted.femjoy.com/galleries/111639_mfp117_mdp727/?affid=1362927",
"http://hosted.femjoy.com/galleries/112052_dvb788_dsc418/?affid=1362927",
"http://hosted.femjoy.com/galleries/111715_wqi843_wni653/?affid=1362927",
"http://hosted.femjoy.com/galleries/112258_nao075_mxp605/?affid=1362927",
"http://hosted.femjoy.com/galleries/110891_peq336_pbq046/?affid=1362927",
"http://hosted.femjoy.com/galleries/114913_rmh572_rjh382/?affid=1362927",
"http://hosted.femjoy.com/galleries/112401_qvj521_qtk231/?affid=1362927",
"http://hosted.femjoy.com/galleries/114596_wco227_wzo037/?affid=1362927",
"http://hosted.femjoy.com/galleries/112850_pey337_obz047/?affid=1362927"


);



image = new initArray(
"femjoy2-01.jpg","femjoy2-02.jpg","femjoy2-03.jpg","femjoy2-04.jpg","femjoy2-05.jpg","femjoy2-06.jpg","femjoy2-07.jpg","femjoy2-08.jpg","femjoy2-09.jpg","femjoy2-10.jpg"
);

text = new initArray(
"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>');
