images = new Array(5);
images[0] = "<img src='/_images/random-restaurante-specific/restaurant-chinezesc.gif' alt='Restaurante Chinezesti' />"
images[1] = "<img src='/_images/random-restaurante-specific/restaurant-grecesc.gif' alt='Restaurante Grecesti' />"
images[2] = "<img src='/_images/random-restaurante-specific/restaurant-indian.gif' alt='Restaurante Indiene' />"
images[3] = "<img src='/_images/random-restaurante-specific/restaurant-italian.gif' alt='Restaurante Italiene' />"
images[4] = "<img src='/_images/random-restaurante-specific/restaurant-romanesc.gif' alt='Restaurante Romanesti' />"
index = Math.floor(Math.random() * images.length);
document.write("");document.write("" + "" + images[index] + "");document.write("");