// JavaScript Document
        images = new Array();
      //images with links. You can add an image with no links. see note below.Remember that inside the a href tag there are only single quotes.
	  //this is the FIRST box  (before no number)
	  //change this absolute path when going live
        //images[0] = '<a href="http://' + location.hostname + '/pages/rates/sav_rat.html"><img src="/images/h_e1nalt.jpg" border="0"></a>';
        
		images[0] ='<a href="http://' + location.hostname + '/pages/services/educ.html"><img src="/images/da_fraud.gif" border="0"></a>';
		
		
		//ENTERPRISE PROMO//    images[2] ='<a href="http://' + location.hostname + '/pages/loans/promo.html#enterprise"><img src="/images/da_enter2.gif" border="0"></a>';
		
		//ONLINE BILL PAY PROMO//  images[2] = '<a href="http://' + location.hostname + '/pages/loans/promo.html#green"><img src="/images/da_bill.gif" width="152" height="82" border="0"></a>'; 
		
		//images[2] = '<a href="http://' + location.hostname + '/pages/accounts/cert.html"><img src="/images/da_YF.jpg" border="0"></a>';
		
		
		
		//images[2] = '<a href="http://www.enterprisecarsales.com/carsales/deeplinkmap.do?bid=009&cust=CUE5415&cur=WeststarCU" target="_blank"><img src="/images/da_enter.gif" width="152" height="82" border="0"></a>'; 
		
		
		
		
		
        index = Math.floor(Math.random() * images.length);
        document.write(images[index]);
    
      //images without links
        //images[0] = "<img src='images/h_e1n.jpg'>";
        //images[1] = "<img src='images/h_e1nalt.jpg'>";
    
