/* 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/112009_wjg003_wgg613/?affid=1362927",
"http://hosted.femjoy.com/galleries/114273_ekd111_ehe721/?affid=1362927",
"http://hosted.femjoy.com/galleries/112258_nao075_mxp605/?affid=1362927",
"http://hosted.femjoy.com/galleries/111312_cni087_cki707/?affid=1362927",
"http://hosted.femjoy.com/galleries/110767_lij674_hur246/?affid=1362927",
"http://hosted.femjoy.com/galleries/111754_pon335_omo045/?affid=1362927",
"http://hosted.femjoy.com/galleries/111894_fhr714_ffr424/?affid=1362927",
"http://hosted.femjoy.com/galleries/111869_yly810_yiy520/?affid=1362927",
"http://hosted.femjoy.com/galleries/111596_ssi010_sqi620/?affid=1362927",
"http://hosted.femjoy.com/galleries/111232_iad740_ixd450/?affid=1362927",
"http://hosted.femjoy.com/galleries/111080_gqf453_fof163/?affid=1362927",
"http://hosted.femjoy.com/galleries/114439_uph311_unh021/?affid=1362927",
"http://hosted.femjoy.com/galleries/112154_ffy868_fdy678/?affid=1362927",
"http://hosted.femjoy.com/galleries/111079_rxh514_rvh224/?affid=1362927"


);



image = new initArray(
"femjoy-1-01.jpg","femjoy-1-02.jpg","femjoy-1-03.jpg","femjoy-1-04.jpg","femjoy-1-05.jpg","femjoy-1-06.jpg","femjoy-1-07.jpg","femjoy-1-08.jpg","femjoy-1-09.jpg","femjoy-1-10.jpg","femjoy-1-11.jpg","femjoy-1-12.jpg","femjoy-1-13.jpg","femjoy-1-14.jpg","femjoy-1-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>');
