<!--
  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='/seibyte/images/bgossip1.gif' alt='...and most folks thought Bakersfield was boring.' width='168' height='171'",
"<img src='/seibyte/images/seifam2.gif' alt='The Seibold Family' width='171' height='171'",
"<img src='/seibyte/images/download.gif' ALT='Little wider please!' width='190' height='125'",
"<img src='/seibyte/images/health.gif' alt='Do not eat the jellied potato weggies!' width='184' height='171'",
"<img src='/seibyte/images/tech1.gif' ALT='Yes, folks, a Radio Shack Color Computer!' width='190' height='115'",
"<img src='/seibyte/images/wgossip1.gif' alt='World leaders preparing for a Summit meeting.' width='190' height='116'",
"<img src='/seibyte/images/b01.jpg' alt='Here I am standing in front of a door.' width='58' height='171'",
"<img src='/seibyte/images/t01.jpg' alt='Hey, Brooklyn! This is the same door.' width='65' height='171'",
"<img src='/seibyte/images/b02.jpg' alt='Where did my feet go?' width='101' height='171'",
"<img src='/seibyte/images/t02.jpg' alt='Where did my feet go?' width='88' height='171'",
"<img src='/seibyte/images/b03.jpg' alt='Mom told me not to use the super glue. Now my hand is stuck to my dress!' width='114' height='171'",
"<img src='/seibyte/images/t03.jpg' alt='Smile? I am smiling!' width='131' height='171'",
"<img src='/seibyte/images/b04.jpg' alt='Mom! My jaw is stuck! Now my hand is stuck to my dress!' width='121' height='171'",
"<img src='/seibyte/images/bt01.jpg' alt='Riding the curl!' width='166' height='171'",
"<img src='/seibyte/images/bt03.gif' alt='What happen to the color?' width='185' height='171'",
"<img src='/seibyte/images/sd01.jpg' alt='Christmas 1999' width='173' height='151'");

//get random number
today=new Date();
jran=today.getTime();
var number = 16;
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-->