images = new Array(6);
images[0] = "<img src='/_images/random-restaurante-orase/restaurante-brasov.gif' alt='Restaurante in Brasov' />"
images[1] = "<img src='/_images/random-restaurante-orase/restaurante-bucuresti.gif' alt='Restaurante in Bucuresti' />"
images[2] = "<img src='/_images/random-restaurante-orase/restaurante-cluj.gif' alt='Restaurante in Cluj' />"
images[3] = "<img src='/_images/random-restaurante-orase/restaurante-constanta.gif' alt='Restaurante in Constanta' />"
images[4] = "<img src='/_images/random-restaurante-orase/restaurante-iasi.gif' alt='Restaurante in Iasi' />"
images[5] = "<img src='/_images/random-restaurante-orase/restaurante-timisoara.gif' alt='Restaurante in Timisoara' />"
index = Math.floor(Math.random() * images.length);
document.write("");document.write("" + "" + images[index] + "");document.write("");