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


/* HUGE */

/* Ashley Fine */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=919140-7080&PA=1525311&BAN=0",

/* Babelicious */
"http://join.babelicious.com/track/MTAzMDMwOjM6MjA",

/* Chrissy Moran */
"http://www.crissy-moran.net/v1/crissymoran3.php?nats=MjcxMToxMzo1,0,0,0,0",

/* Dakota Rae Patrick */
"http://access.dakotaraepatrick.com/track/MjcxMTozOjQy",

/* I Like Monica */
"http://www.ilikemonica.com/?id=1209522",

/* Jena Kay Ricci */
"http://access.aziani.com/track/MjcxMToxMzoy,0,0,0,/aziani_photos.php?&model_id=558",

/* Kelly-E */
"http://access.kelly-e.com/track/MjcxMTozOjEx/",

/* Mariah Spice */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=928339&PA=1359347&HTML=http://www.mariahspice.com",

/* Megan Summers */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=921717-0000&PA=1314155&HTML=http://www.megan-summers.com",

/* Nikki Jackson */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908634-0000&PA=1313311&HTML=http://www.nikkijackson.com/np",

/* Nina Mercedes */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=929929-0000&PA=1444449&BAN=0",

/* Pamela Spice */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=928339&PA=1359347&HTML=http://www.pamelaspice.com/tour.html",

/* Pam Rodriguez */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=925920-0035&PA=1527991&HTML=http://www.PamRodriguez.com",

/* Peachez 18 */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=921985&PA=651249&HTML=http://www.peachez18.com",

/* Penthouse */
"http://penthouse.com/go/g767254-pct",

/* Rachel Aziani */
"http://www.rachelaziani.com/v1/?nats=MjcxMTozOjE,0,0,0,0",

/* Viewpornstars */
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=925159-0000&PA=820647&HTML=http://ww4.viewpornstars.com/"




);


image = new initArray(
"ashleyfine01sm.gif",
"babelicious01sm.gif",
"crissymoran01sm.jpg",
"dakotaraepatrick01sm.jpg",
"ilikemonica01sm.jpg",
"jenakayricci01sm.jpg",
"kellye01sm.jpg",
"mariahspice01sm.jpg",
"megansummers01sm.gif",
"nikkijackson01sm.jpg",
"ninamercedez01sm.gif",
"pamelaspice01sm.jpg",
"pamrodriguez01sm.gif",
"peachez01sm.jpg",
"penthouse01sm.jpg",
"rachelaziani01sm.gif",
"viewpornstars01sm.gif"

);

text = new initArray(
"Ashley Fine",
"Babelicious",
"Dakota Rae Patrick",
"Crissy Moran",
"I Like Monica",
"Jena Kay Ricci",
"Kelly-E",
"Mariah Spice",
"Megan Summers",
"Nikki Jackson",
"Nina Mercedez",
"Pamela Spice",
"Pam Rodriguez",
"Peachez 18",
"Penthouse",
"Rachel Aziani",
"Viewpornstars"


);


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>');
