// JavaScript Document

myLine = 11;
myMes = new Array (
  '<img src="images/ip_01.jpg" alt="image_photo" width="294" height="176">',
  '<img src="images/ip_02.jpg" alt="image_photo" width="294" height="176">',
  '<img src="images/ip_03.jpg" alt="image_photo" width="294" height="176">',
  '<img src="images/ip_04.jpg" alt="image_photo" width="294" height="176">',
  '<img src="images/ip_05.jpg" alt="image_photo" width="294" height="176">',
  '<img src="images/ip_06.jpg" alt="image_photo" width="294" height="176">',
  '<img src="images/ip_07.jpg" alt="image_photo" width="294" height="176">',
  '<img src="images/ip_08.jpg" alt="image_photo" width="294" height="176">',
  '<img src="images/ip_09.jpg" alt="image_photo" width="294" height="176">',
  '<img src="images/ip_10.jpg" alt="image_photo" width="294" height="176">',
  '<img src="images/ip_11.jpg" alt="image_photo" width="294" height="176">'
	);
myRnd = Math.floor (Math.random () *myLine);