<!--
  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/pp01.jpg' alt='...what are you looking at?' width='196' height='171'",
"<img src='../images/pets1.gif' ALT='Where are the dogs?' width='119' height='171'",
"<img src='../images/pp02.jpg' alt='I can eat more than this vacuum!' width='190' height='155'",
"<img src='../images/pp03.jpg' alt='Get that ball away from my feet!' width='190' height='99'",
"<img src='../images/pp04.jpg' alt='What are you doing with that camera?' width='96' height='171'",
"<img src='../images/pp05.jpg' alt='Kirby gives Gus the evil eye.' width='190' height='124'",
"<img src='../images/pp06.jpg' alt='Chance begging for a tummy rub.' width='160' height='171'",
"<img src='../images/pp07.jpg' alt='OK. Where are the birds?' width='147' height='171'",
"<img src='../images/pp08.jpg' alt='I am sooooo comfy!' width='157' height='171'",
"<img src='../images/pp09.jpg' alt='Am I a good looking cat or what?' width='190' height='133'",
"<img src='../images/pp10.jpg' alt='Get your own bed!' width='171' height='171'",
"<img src='../images/pp11.jpg' alt='Bet you wish you could do this!' width='142' height='171'");

//get random number
today=new Date();
jran=today.getTime();
var number = 12;
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-->