
function image1() {
};
image1= new image1();
a=0
// imageArray
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 001.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 048.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 004.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 031.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 013.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 015.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 017.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 019.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 020.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 025.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 029.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 030.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 012.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 033.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 035.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 036.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 044.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 045.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 046.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 003.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 069.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 070.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 072.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 073.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 085.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 087.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 095.jpg' width='196' height='146'>"
image1[a++] = "<img src='http://www.vpsolar.com/images/random_1/VP SOLAR 101.jpg' width='196' height='146'>"
// Aggiungere qui altre immagini....
increment1 = Math.floor(Math.random() * a);

function image2() {
};
image2 = new image2();
b = 0;
// imageArray
image2[b++] = "<img src='http://www.vpsolar.com/images/random_2/IMGP2487.jpg' width='196' height='146'>"
image2[b++] = "<img src='http://www.vpsolar.com/images/random_2/IMGP2491.jpg' width='196' height='146'>"
image2[b++] = "<img src='http://www.vpsolar.com/images/random_2/IMGP2492.jpg' width='196' height='146'>"
image2[b++] = "<img src='http://www.vpsolar.com/images/random_2/IMGP2497.jpg' width='196' height='146'>"
image2[b++] = "<img src='http://www.vpsolar.com/images/random_2/IMGP2529.jpg' width='196' height='146'>"
image2[b++] = "<img src='http://www.vpsolar.com/images/random_2/IMGP2549.jpg' width='196' height='146'>"
// Aggiungere qui altre immagini....
increment2 = Math.floor(Math.random() * b);

