<!--
// 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://12xamateurs.com/index2.php",
"http://12xanal.com/index2.php",
"http://12xasians.com/index2.php",
"http://12xcoed.com/index2.php",
"http://12xeighteen.com/index2.php",
"http://12xgangbang.com/index2.php",
"http://12xhardcore.com/index2.php",
"http://12xinterracial.com/index2.php",
"http://12xblowjobs.com/index2.php",
"http://12xbigcocks.com/index2.php",
"http://12xlesbians.com/index2.php",
"http://12xtranny.com/index2.php",
"http://12xwives.com/index2.php",
"http://12xmovies.com/index2.php"
);

image = new initArray(
"porn_ban/amateur.gif",
"porn_ban/anal.gif",
"porn_ban/asian.gif",
"porn_ban/coed.gif",
"porn_ban/eight-teen.gif",
"porn_ban/gangbang.gif",
"porn_ban/hardcore.gif",
"porn_ban/interracial2.gif",
"porn_ban/blowjob.gif",
"porn_ban/big-cocks-porn.gif",
"porn_ban/lesbians2.gif",
"porn_ban/tranny.gif",
"porn_ban/wives.gif",
"porn_ban/movies.gif"
);

text = new initArray(
"3B Graphics",
"Learn HTML in 7 Easy Steps",
"Nic's JavaScript Page"
);

var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<a href=\"' +ranlink+ '\" target=\"_blank\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');

//-->


