function random_imglink() { var y=Math.round(Math.random()*1); var link = 'http://www.zachalo.ru/photos/fruits.html'; var alt = 'Ξα ξαλεοευε'; switch (y) { case 0: img = 'photo/fruits-m.jpg'; break; case 1: link = 'http://www.zachalo.ru/photos/rose-1.html'; alt = 'Ασκες πξη'; img = 'photo/rose-1-m.jpg'; break; } document.write('' + alt + '') } random_imglink()