images = new Array(1);
images[0] = "<a href = 'http://webdesign.aws.gr/eshop.html'><img src='imgs/db4.png' border='0' alt='eshop ηλεκτρονικο καταστημα' title='eshop ηλεκτρονικο καταστημα' /></a>";
index = Math.floor(Math.random() * images.length); document.write(images[index]);