// JavaScript Document

myLine = 3;
myMes = new Array (
  '<img src="../images/index_main_photo_1.jpg" width="670" height="235">',
  '<img src="../images/index_main_photo_2.jpg" width="670" height="235">',
  '<img src="../images/index_main_photo_3.jpg" width="670" height="235">'
	);
myRnd = Math.floor (Math.random () *myLine);