|
|
||
|
Login
var max = 10;
var nrImages = 6;
function makeImages() {
this[0] = "imagem1.gif";
this[1] = "imagem2.gif";
this[2] = "imagem3.gif";
this[3] = "imagem4.gif";
this[4] = "imagem5.gif";
this[5] = "imagem6.gif";
this.length = nrImages;
}
function makeLinks() {
this[0] = "www.link1.com.br";
this[1] = "www.link2.com.br";
this[2] = "www.link3.com.br";
this[3] = "www.link4.com.br";
this[4] = "www.link5.com.br";
this[5] = "www.link6.com.br";
this.length = nrImages;
}
var vetImages = new makeImages();
var vetLinks = new makeLinks();
var x = Math.round(Math.random()*max);
var y = max / nrImages;
for(var cont = 1;cont*y
|
Categorias |
|







