var mess = new Array
('<img src="images/tip_of_the_day_01.jpg" width="302" height="231">','<img src="images/tip_of_the_day_02.jpg" width="302" height="231">','<img src="images/tip_of_the_day_03.jpg" width="302" height="231">','<img src="images/tip_of_the_day_04.jpg" width="302" height="231">','<img src="images/tip_of_the_day_05.jpg" width="302" height="231">','<img src="images/tip_of_the_day_06.jpg" width="302" height="231">','<img src="images/tip_of_the_day_07.jpg" width="302" height="231">','<img src="images/tip_of_the_day_08.jpg" width="302" height="231">','<img src="images/tip_of_the_day_09.jpg" width="302" height="231">','<img src="images/tip_of_the_day_10.jpg" width="302" height="231">','<img src="images/tip_of_the_day_11.jpg" width="302" height="231">','<img src="images/tip_of_the_day_12.jpg" width="302" height="231">','<img src="images/tip_of_the_day_13.jpg" width="302" height="231">','<img src="images/tip_of_the_day_14.jpg" width="302" height="231">','<img src="images/tip_of_the_day_15.jpg" width="302" height="231">','<img src="images/tip_of_the_day_16.jpg" width="302" height="231">','<img src="images/tip_of_the_day_17.jpg" width="302" height="231">','<img src="images/tip_of_the_day_18.jpg" width="302" height="231">','<img src="images/tip_of_the_day_19.jpg" width="302" height="231">','<img src="images/tip_of_the_day_20.jpg" width="302" height="231">','<img src="images/tip_of_the_day_21.jpg" width="302" height="231">','<img src="images/tip_of_the_day_22.jpg" width="302" height="231">','<img src="images/tip_of_the_day_23.jpg" width="302" height="231">','<img src="images/tip_of_the_day_24.jpg" width="302" height="231">','<img src="images/tip_of_the_day_25.jpg" width="302" height="231">','<img src="images/tip_of_the_day_26.jpg" width="302" height="231">','<img src="images/tip_of_the_day_27.jpg" width="302" height="231">','<img src="images/tip_of_the_day_28.jpg" width="302" height="231">','<img src="images/tip_of_the_day_29.jpg" width="302" height="231">','<img src="images/tip_of_the_day_30.jpg" width="302" height="231">','<img src="images/tip_of_the_day_31.jpg" width="302" height="231">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);