<!-- This script and many more are available free online at -->
<!-- The Javascript Source!! http://javascript.internet.com -->

<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this

// To add more image files, continue with the
// pattern below, adding to the array.
theImages[0] = '<img src="../images/publicidade/deialeal/pintura1.jpg" title="Portal Arqueológico" />'
theImages[1] = '<img src="../images/publicidade/deialeal/pintura2.jpg" title="Paleta para um Carnaval Melhor" />'
theImages[2] = '<img src="../images/publicidade/deialeal/pintura3.jpg" title="Vitral II" />'
theImages[3] = '<img src="../images/publicidade/deialeal/pintura4.jpg" title="Portal Velho" />'
theImages[4] = '<img src="../images/publicidade/deialeal/pintura5.jpg" title="Cidade das Flores I" />'
theImages[5] = '<img src="../images/publicidade/deialeal/pintura6.jpg" title="Cidade das Flores III" />'

var p = theImages.length;

var preBuffer = new Array()
for (i = 1; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}

var whichImage = Math.round(Math.random()*(p-1));

function showImage(){
document.write('<a href="http://www.jornalaldrava.com.br/pag_deia_leal_plan.htm" target="_blank">'+theImages[whichImage]+'</a>');
}
// End -->
