function image() {
};

image = new image();
number = 0;
// imageArray
image[number++] = "<img src='images/random/01.jpg' width='212' height='80'>"
image[number++] = "<img src='images/random/02.jpg' width='212' height='80'>"
image[number++] = "<img src='images/random/03.jpg' width='212' height='80'>"
image[number++] = "<img src='images/random/04.jpg' width='212' height='80'>"
image[number++] = "<img src='images/random/05.jpg' width='212' height='80'>"
image[number++] = "<img src='images/random/06.gif' width='212' height='80'>"
image[number++] = "<img src='images/random/07.jpg' width='212' height='80'>"
image[number++] = "<img src='images/random/08.jpg' width='212' height='80'>"
image[number++] = "<img src='images/random/09.jpg' width='212' height='80'>"
image[number++] = "<img src='images/random/10.jpg' width='212' height='80'>"
//image[number++] = "<img src='/images/random/11.jpg'> 250 x 146"
// Aggiungi qui le altre immagini ....
increment = Math.floor(Math.random() * number);
do  {
	//finché increment == increment2 allora cambia increment2
	increment2 = Math.floor(Math.random() * number);
} while (increment==increment2)
