// JavaScript Document

var mess = new Array('<img src="header/images/image_7.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_2.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_3.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_4.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_5.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_6.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_8.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_9.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_10.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_11.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_12.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_13.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_14.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_15.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_16.gif" width="665" height="349" name="myPicture" id="myPicture" >',
					 '<img src="header/images/image_17.gif" width="665" height="349" name="myPicture" id="myPicture" >');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
                    
