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://carinas-amateurs.thumblogger.com",
"http://www.netasdesalim.com",
"http://www.amadorastube.com",
"http://www.netasdesalim.com",
"http://www.diariododigao.com",
"http://www.salaespecial.com",
"http://www.timekiller-erotic.com",
"http://www.coomgirls.com",
"http://www.coomclips.com"
);


image = new initArray(
"http://www.tetadefrango.com/imgs/destaques/gata-direita01.jpg",
"http://www.tetadefrango.com/imgs/destaques/gata-direita02.jpg",
"http://www.tetadefrango.com/imgs/destaques/gata-direita11.jpg",
"http://www.tetadefrango.com/imgs/destaques/gata-direita10.jpg",
"http://www.tetadefrango.com/imgs/destaques/melancia-strip-130x614.jpg",
"http://www.tetadefrango.com/imgs/destaques/gata-direita09.gif",
"http://www.tetadefrango.com/imgs/destaques/gata-direita12.jpg",
"http://www.tetadefrango.com/imgs/destaques/gata-direita07.jpg",
"http://www.tetadefrango.com/imgs/destaques/direita_boas09_140x289.jpg"
);

text = new initArray(
"WWW.SEXOEGATA.COM",
"WWW.SEXOEGATA.COM",
"WWW.SEXOEGATA.COM",
"WWW.SEXOEGATA.COM",
"WWW.SEXOEGATA.COM",
"WWW.SEXOEGATA.COM",
"WWW.SEXOEGATA.COM",
"WWW.SEXOEGATA.COM"
);

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>');