// Specify the image files
var Pic = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic[0] = '/imagens/tophome2.jpg'
Pic[1] = '/imagens/novo2.jpg'
Pic[2] = '/imagens/novo3.jpg'
Pic[3] = '/imagens/novo4.jpg'
Pic[4] = '/imagens/novo5.jpg'
Pic[5] = '/imagens/tophome1.jpg'
Pic[6] = '/imagens/novo1.jpg'

