var sec=now.getSeconds()
var how_many_pics=3;
var pics=sec%how_many_pics;
pics+=1;

if(pics==1) {
	alt="http://www.rwlarson.com/random1.jpg";
	picture="images/randomimages/random1.jpg";
	width="295";
	height="226";
}
if (pics==2){
	alt="http://www.rwlarson.com/random2.jpg";
	picture="images/randomimages/random2.jpg";
	width="300";
	height="329";
}
if (pics==3){
	alt="http://www.rwlarson.com/random3.jpg";
	picture="images/randomimages/random3.jpg";
	width="276";
	height="329";
}


document.write('<img src=\"' + picture + '\" width=') 
document.write(width + ' height=' + height + ' '); 
document.write('alt=\"' + alt + '\" border=0>'); 
// End -->

