<!--
  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/ep01.jpg' alt='Taylor becomes a Brownie.' width='183' height='171'",
"<img src='../images/events1.gif' ALT='The stressless days - &#34;Before Kids&#34;' width='190' height='141'",
"<img src='../images/ep02.jpg' alt='After a big wind!' width='190' height='126'",
"<img src='../images/ep03.jpg' alt='Serious business!' width='171' height='171'",
"<img src='../images/ep04.jpg' alt='What a nose!' width='185' height='171'",
"<img src='../images/ep05.jpg' alt='What does REDRUM spell backwards?' width='190' height='133'",
"<img src='../images/ep06.jpg' alt='Kern County Fair 1998' width='123' height='171'",
"<img src='../images/ep07.jpg' alt='Sack sliding. KC Fair 1998' width='190' height='146'",
"<img src='../images/ep08.jpg' alt='San Francisco, 1998' width='190' height='125'",
"<img src='../images/ep09.jpg' alt='The Bakersfield Duo is finally apprehended.' width='171' height='171'",
"<img src='../images/ep10.jpg' alt='Sorry, girls. I left the checkbook at home!' width='171' height='171'",
"<img src='../images/bt02.jpg' alt='Really. I believe in Santa.' width='166' height='171'",
"<img src='../images/ep11.jpg' alt='Another year passes!' width='173' height='130'",
"<img src='../images/ep12.jpg' alt='Just another face in the crowd!' width='191' height='171'",
"<img src='../images/ep13.jpg' alt='August 1999' width='199' height='186'");

//get random number
today=new Date();
jran=today.getTime();
var number = 15;
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-->