// JavaScript Document
images = new Array(4);

images[0] = "<a href = 'http://villaincrete.gr/selection/villa-pleiades-2-bedrooms/index.html'><img src='images/index/villas-pleiades-maia.jpg' title='Villa Maia'alt='Villa Maia' border='0'></a>";

images[1] = "<a href = 'http://villaincrete.gr/selection/villa-pleiades-2-bedrooms/index.html'><img src='images/index/villas-pleiades-merope.jpg' title='Villa Merope'alt='Villa Merope' border='0'></a>";

images[2] = "<a href = 'http://villaincrete.gr/selection/villa-pleiades-2-bedrooms/index.html'><img src='images/index/villas-pleiades-pleione.jpg' title='Villa Pleone'alt='Villa Pleone' border='0'></a>";

images[3] = "<a href = 'http://villaincrete.gr/selection/villa-blue-view/index.html'><img src='images/index/villa-blue-view.jpg' title='Villa Blue View'alt='Villa Blue View' border='0'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done
