<!--
  function iArray() {  
	this.length = iArray.arguments.length      
	for (var i = 0; i < this.length; i++)      
		this[i+1] = iArray.arguments[i]   
	}   
// image info
var picinfo = " border=0 valign='middlebottom' vspace='0'>";
var pic = new iArray(
"<img src='../images/kids1.gif' ALT='Hurry up!  I got to go poddy!' width='179' height'171'",
"<img src='../images/rr01.jpg' alt='Goin snow blind!' width='155' height='171'",
"<img src='../images/rr02.jpg' ALT='Goofing off.' width='156' height='171'",
"<img src='../images/rr03.jpg' alt='Where is that tooth fairy?' width='173' height='171'",
"<img src='../images/rr04.jpg' alt='Sisterly love...for now!' width='184' height='171'",
"<img src='../images/rr05.jpg' alt='Let her rip!' width='119' height='171'",
"<img src='../images/rr06.jpg' alt='Smelling the flowers.' width='189' height='171'",
"<img src='../images/rr07.jpg' alt='Making a getaway!' width='171' height='171'",
"<img src='../images/rr08.jpg' alt='Goofy faces!' width='173' height='171'",
"<img src='../images/rr09.jpg' alt='Two that got away!' width='77' height='171'",
"<img src='../images/rr10.jpg' alt='Best behavior!' width='142' height='171'",
"<img src='../images/rr11.jpg' alt='Best T-Ball smile!' width='122' height='171'",
"<img src='../images/rr12.jpg' alt='How you like my glasses?' width='147' height='171'",
"<img src='../images/rr13.jpg' alt='Raiding the ice chest!' width='165' height='186'");

//get random number
today=new Date();
jran=today.getTime();
var number = 14;
var r_num="";
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
r_num = Math.ceil( (jran/(im*1.0)) *number);

//write the tip
document.write (pic[r_num]+picinfo);
<!--end-->