var max = 9;

var nrImages = 9;

function makeImages() {
this[0] = "http://dgracaemaisgostoso.com/images/compre.gif";

this[1] = "http://dgracaemaisgostoso.com/images/compre2.gif";
this[2] = "http://dgracaemaisgostoso.com/images/compre3.gif";

this[3] = "http://dgracaemaisgostoso.com/images/compre4.gif";
this[4] = "http://dgracaemaisgostoso.com/images/compre5.gif";

this[5] = "http://dgracaemaisgostoso.com/images/compre6.gif";
this[6] = "http://dgracaemaisgostoso.com/images/compre7.gif";

this[7] = "http://dgracaemaisgostoso.com/images/compre8.gif";
this[8] = "http://www.megashopping.info/divulgacao/banner1.gif";



this.length = nrImages;

}



function makeLinks() {
this[0] = "http://aff.megashopping.info/";

this[1] = "http://www.megashopping.info/";
this[2] = "http://aff.megashopping.info/";

this[3] = "http://aff.megashopping.info/";
this[4] = "http://www.megashopping.info/";

this[5] = "http://www.megashopping.info/";
this[6] = "http://www.megashopping.info/";

this[7] = "http://aff.megashopping.info/";
this[8] = "http://www.megashopping.info/aff487/";

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<= max;cont++) {

if (x <= (cont*y)) {

document.write("<a href="+vetLinks[cont-1]+" target=_blank><img src="+vetImages[cont-1]+" border=0></a>");

break;

}

}
