/* 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/111717_vke814_vie524/?affid=1362927",
"http://hosted.femjoy.com/galleries/111021_hmm175_hkn785/?affid=1362927",
"http://hosted.femjoy.com/galleries/112096_nyl140_nwm750/?affid=1362927",
"http://hosted.femjoy.com/galleries/111031_dkq287_dhq807/?affid=1362927",
"http://hosted.femjoy.com/galleries/111281_ixt617_iuu327/?affid=1362927",
"http://hosted.femjoy.com/galleries/114169_iii623_igj333/?affid=1362927",
"http://hosted.femjoy.com/galleries/112236_xrv443_xow153/?affid=1362927",
"http://hosted.femjoy.com/galleries/111894_fhr714_ffr424/?affid=1362927",
"http://hosted.femjoy.com/galleries/111929_jry635_joy345/?affid=1362927",
"http://hosted.femjoy.com/galleries/110350_xlb235_tel557/?affid=1362927",
"http://hosted.femjoy.com/galleries/112093_eso715_epp425/?affid=1362927",
"http://hosted.femjoy.com/galleries/112903_ktw431_kqw142/?affid=1362927",
"http://hosted.femjoy.com/galleries/110913_eth015_eqi625/?affid=1362927",
"http://hosted.femjoy.com/galleries/112125_ygu365_yev076/?affid=1362927",
"http://hosted.femjoy.com/galleries/113514_sch107_rzh717/?affid=1362927"



);



image = new initArray(
"femjoy-3-01.jpg","femjoy-3-02.jpg","femjoy-3-03.jpg","femjoy-3-04.jpg","femjoy-3-05.jpg","femjoy-3-06.jpg","femjoy-3-07.jpg","femjoy-3-08.jpg","femjoy-3-09.jpg","femjoy-3-10.jpg","femjoy-3-11.jpg","femjoy-3-12.jpg","femjoy-3-13.jpg","femjoy-3-14.jpg","femjoy-3-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>');
