/* 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(

/* AD41 */
"http://www.sexyamazons.com/gals/index.php?cat=10180",

/* BadTiger */
"http://www.sexyamazons.com/gals/index.php?cat=11347",

/* Bambino Nero */
"http://www.sexyamazons.com/gals/index.php?cat=10253",

/* Cavalier */
"http://www.sexyamazons.com/gals/index.php?cat=11604",

/* Bhael */
"http://www.sexyamazons.com/gals/index.php?cat=11596",

/* Capricorn */
"http://www.sexyamazons.com/gals/index.php?cat=10051",

/* DaleCar */
"http://www.sexyamazons.com/gals/index.php?cat=10061",

/* DewX */
"http://www.sexyamazons.com/gals/index.php?cat=11279",

/* Eyeteeth */
"http://www.sexyamazons.com/gals/index.php?cat=10293",

/* Graphic Designer */
"http://www.sexyamazons.com/gals/index.php?cat=10043",

/* Harm */
"http://www.sexyamazons.com/gals/index.php?cat=10121",

/* JGN */
"http://www.sexyamazons.com/gals/index.php?cat=10122",

/* Jolly Roger */
"http://www.sexyamazons.com/gals/index.php?cat=10841",

/* KFL */
"http://www.sexyamazons.com/gals/index.php?cat=10018",

/* LessonOne */
"http://www.sexyamazons.com/gals/index.php?cat=10293",

/* MP */
"http://www.sexyamazons.com/gals/index.php?cat=11668",

/* Night Poster */ 
"http://www.sexyamazons.com/gals/index.php?cat=10038",

/* Ponitar */ 
"http://www.sexyamazons.com/gals/index.php?cat=10145",

/* Redeemer */ 
"http://www.sexyamazons.com/gals/index.php?cat=10016",

/* Redking */ 
"http://www.sexyamazons.com/gals/index.php?cat=10006",

/* Seaquester */
"http://www.sexyamazons.com/gals/index.php?cat=11097",

/* Sheryye */
"http://www.sexyamazons.com/gals/index.php?cat=10111",

/* SliceHer */
"http://www.sexyamazons.com/gals/index.php?cat=11661",

/* TC */ 
"http://www.sexyamazons.com/gals/index.php?cat=10015",

/* Waraji */
"http://www.sexyamazons.com/gals/index.php?cat=10351"

);


image = new initArray(

"ad4101.jpg",
"badtiger01.jpg",
"bambinonero01.jpg",
"bhael01.jpg",
"capricorn01.jpg",
"cavalier01.jpg",
"dalecar01.jpg",
"dewx01.jpg",
"eyeteeth01.jpg",
"graphicdesigner01.jpg",
"harm01.jpg",
"jgn01.jpg",
"jollyroger01.jpg",
"kfl01.jpg",
"lessonone01.jpg",
"mp01.jpg",
"nightposter01.jpg",
"ponitar01.jpg",
"redeemer01.jpg",
"redking01.jpg",
"seaquester01.jpg",
"sheryye01.jpg",
"sliceher01.jpg",
"tc01.jpg",
"waraji01.jpg"

);

text = new initArray(

"AD41",
"BadTiger",
"Bambino Nero",
"Bhael",
"Capricorn",
"Cavalier",
"DaleCar",
"DewX",
"EyeTeeth",
"Graphic Designer",
"Harm8850",
"JGN",
"Jolly Roger",
"KFL",
"M/P",
"Night Poster",
"Ponitar",
"Redeemer",
"Red King",
"Sheryye",
"SliceHer",
"TC",
"Waraji"

);

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+ '\"><img src=http://www.sexyamazons.com/gals/karla/'+ranimage+'\ border="0" alt=\"'+rantext+'\"></a>');
