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

/* Enchantae */
"http://www.weirdandsexy.com/cgi-bin/ads/out.cgi?id=encnant&url=http%3a%2f%2fwww.enchantae.com",

/* XXX Fisting */
"http://www.weirdandsexy.com/cgi-bin/adv/out.cgi?id=fistws&url=http%3a%2f%2fwww.xxxfistingvideos.com%2f",



/* HUGE MUSCLES */

/* Bitch with Muscles */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=924688-0000&PA=1239733&HTML=http://www.bitchwithmuscles.com/freetour1.html",


/* Body Builders in Heat */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=921973-0018&PA=911713&HTML=http://bodybuildersinheat.net",

/* Ebony Amazon
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=928220-0000&PA=1480598&BAN=0", */

/* Erotic Female Bodybuilders */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=921569-0000&PA=810786",

/* Goddess Heather */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=918675-0000&PA=823326&BAN=0",

/* Images of Venus */
"http://www.landofvenus.com/cgibin/affiliates/clickthru.cgi?id=Templarart",

/* Miss Francesca Le
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=916490-0000&PA=331782", */

/* Ms Muscle */
"http://www.landofvenus.com/cgibin/al/af.cgi?aid=779783&redirect=http%3A%2F%2Fwww%2Emsmuscle%2Ecom",

/* Muscular Camgirl */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=922492-0000&PA=788351&BAN=0",

/* Naked Training Online */
"http://links.verotel.com/cgi-bin/showsite.verotel?vercode=15353:9804000000379940",

/* Rebekka Armstrong */
"http://links.verotel.com/cgi-bin/showsite.verotel?vercode=28552:9804000000379940",

/* She Muscle */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=931901-0000&PA=1589650",

/* The Female Physique */
"http://www.landofvenus.com/cgibin/affiliates/clickthru.cgi?id=Templarart&page=49"

/* Utah Sweet
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=911547-0000&PA=1287629" */

);


image = new initArray(
/* ADS */

"enchantae01sm.gif",
"xxxfisting01sm.jpg",

/* Huge Muscles */
"bitchwithmuscles01sm.jpg",
"bodybuildersinheat01sm.gif",
/* "ebonyamazon01sm.gif", */
"eroticfemalebodybuilders01sm.jpg",
"goddessheather01sm.jpg",
"imagesofvenus01sm.jpg",
/* "missfrancescale01sm.jpg", */
"msmuscle01sm.jpg",
"muscularcamgirl01sm.jpg",
"nakedtrainingonline01sm.jpg",
"rebekkaarmstrong01sm.jpg",
"shemuscle01sm.gif",
"femalephysique01sm.gif"
/* "utah01sm.gif" */

);

text = new initArray(

/* ADS */
"Enchantae",
"XXX Fisting",

/* Huge Muscles */
"Bitch with Muscles",
"Body Builders in Heat",
/* "Ebony Amazon", */
"Erotic Female Bodybuilders",
"Goddess Heather",
"Images of Venus",
/* "Miss Francesca Le", */
"Ms Muscle",
"Muscular Camgirl",
"Naked Training Online",
"Rebekka Armstrong",
"She Muscle",
"The Female Physique"
/* "Utah Sweet" */

);


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=/smpromo/'+ranimage+'\ border="0" rel="nofollow" alt=\"'+rantext+'\"><br><font size=1>'+rantext+'</font></a>');

