// JavaScript Document
var txtList = new Array()
txtList[txtList.length]="<img src='http://www.glsoftware.com/Web/ELBC/images/headerpix/small1.jpg' width='742' height='94' border='0' alt='East Lansing Baseball Club.'/>";

txtList[txtList.length]="<img src='http://www.glsoftware.com/Web/ELBC/images/headerpix/small2.jpg' width='742' height='94' border='0' alt='East Lansing Baseball Club.'/>";

txtList[txtList.length]="<img src='http://www.glsoftware.com/Web/ELBC/images/headerpix/small3.jpg' width='742' height='94' border='0' alt='East Lansing Baseball Club.'/>";

txtList[txtList.length]="<img src='http://www.glsoftware.com/Web/ELBC/images/headerpix/small4.jpg' width='742' height='94' border='0' alt='East Lansing Baseball Club.'/>";

txtList[txtList.length]="<img src='http://www.glsoftware.com/Web/ELBC/images/headerpix/small5.jpg' width='742' height='94' border='0' alt='East Lansing Baseball Club.'/>";

txtList[txtList.length]="<img src='http://www.glsoftware.com/Web/ELBC/images/headerpix/small6.jpg' width='742' height='94' border='0' alt='East Lansing Baseball Club.'/>";

txtList[txtList.length]="<img src='http://www.glsoftware.com/Web/ELBC/images/headerpix/small7.jpg' width='742' height='94' border='0' alt='East Lansing Baseball Club.'/>";

txtList[txtList.length]="<img src='http://www.glsoftware.com/Web/ELBC/images/headerpix/small8.jpg' width='742' height='94' border='0' alt='East Lansing Baseball Club.'/>";

j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));
