images = new Array(4); images[0] = "ItalyLink.com Social Network"; images[1] = "ItalyLink.com Social Network"; images[2] = "ItalyLink.com Social Network"; images[3] = "ItalyLink.com Social Network"; index = Math.floor(Math.random() * images.length); //document.write(document.URL); document.write(images[index]);