//  imagen inferior
imagenes = new Array(3)

imagenes[0] = "<img border='0' src='http://pcfull.com.uy/img/garantia.png'style='position:fixed; bottom:0; right:0;'/>"
imagenes[1] = "<img border='0' src='http://pcfull.com.uy/img/garantia.png' style='position:fixed; bottom:0; right:0;'/>"
imagenes[2] = "<img border='0' src='http://pcfull.com.uy/img/garantia.png' style='position:fixed; bottom:0; right:0;'/>"


aleatorio = Math.random() * (imagenes.length)
aleatorio = Math.floor(aleatorio)
document.write(imagenes[aleatorio])
