images = new Array(2);
images[0] = "<a href = 'https://www.aws.gr/cart.php?gid=5'><img src='imgs/whb2.png' border='0' alt='eshop ηλεκτρονικο καταστημα' title='eshop ηλεκτρονικο καταστημα' /></a>";
images[1] = "<a href = 'https://www.aws.gr/cart.php?gid=3'><img src='imgs/whb3.jpg' border='0' alt='vps offer' title='vps offer' /></a>";
index = Math.floor(Math.random() * images.length); document.write(images[index]);