/* 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/113086_ubt440_tyt150/?affid=1362927",
"http://hosted.femjoy.com/galleries/111248_zxt735_zuu445/?affid=1362927",
"http://hosted.femjoy.com/galleries/111799_yke835_xie545/?affid=1362927",
"http://hosted.femjoy.com/galleries/111170_eyc433_evd143/?affid=1362927",
"http://hosted.femjoy.com/galleries/112409_nuo735_nsp445/?affid=1362927",
"http://hosted.femjoy.com/galleries/114458_zfa641_zcb451/?affid=1362927",
"http://hosted.femjoy.com/galleries/111128_asq288_aqq808/?affid=1362927",
"http://hosted.femjoy.com/galleries/114179_trf088_tpg608/?affid=1362927",
"http://hosted.femjoy.com/galleries/110604_pet305_rfx180/?affid=1362927",
"http://hosted.femjoy.com/galleries/111937_vpd434_vme154/?affid=1362927",
"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/110891_peq336_pbq046/?affid=1362927"


);



image = new initArray(
"femjoy-2-01.jpg","femjoy-2-02.jpg","femjoy-2-03.jpg","femjoy-2-04.jpg","femjoy-2-05.jpg","femjoy-2-06.jpg","femjoy-2-07.jpg","femjoy-2-08.jpg","femjoy-2-09.jpg","femjoy-2-10.jpg","femjoy-2-11.jpg","femjoy-2-12.jpg","femjoy-2-13.jpg","femjoy-2-14.jpg","femjoy-2-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/'+ranimage+'\ border="1" alt=\"'+rantext+'\"></a>');
