function doIt()
{
  today=new Date();
  jran=today.getTime();
  number = 6
// Random number generating scheme.

ia=9301;

ic=49297;

im=233280;

jran = (jran*ia+ic) % im;

choice = Math.ceil( (jran/(im*1.0)) * number);
    if (choice == 1)
	{ // Enter link for this banner in quotes below. For external links see bottom of page
	  //link_name="/news_information/auto_sale_events.html";
	  // Enter target="_blank" if link is to open in new window.
	  //target="_self"
	  // Enter link to image between quotes below.
	  image="/images/people_1.jpg";
	  // Enter width of image
	  width=170;
	  // Enter height of image
	  height=138;
	}
	if (choice == 2)
	{ // Enter link for this banner in quotes. For external links see bottom of page
	  //link_name="/electronic_services/online_check_imaging.html";
	  // Enter target="_blank" if link is to open in new window.
	  //target="_self"
	  // Enter link to image between quotes below.
	  image="/images/people_2.jpg";
	  // Enter width of image
	  width=170;
	  // Enter height of image
	  height=138;
	}
	if (choice == 3)
	{ // Enter link for this banner in quotes. For external links see bottom of page
	  //link_name="/accounts_services/checking_accounts.html#direct";
	  // Enter target="_blank" if link is to open in new window.
	  //target="_self"
	  // Enter link to image between quotes below.
	  image="/images/people_3.jpg";
	  // Enter width of image
	  width=170;
	  // Enter height of image
	  height=138;
	}
	if (choice == 4)
	{ // Enter link for this banner in quotes. For external links see bottom of page
	  //link_name="/loan_center/applications.html";
	  // Enter target="_blank" if link is to open in new window.
	  //target="_self"
	  // Enter link to image between quotes below.
	  image="/images/people_4.jpg";
	  // Enter width of image
	  width=170;
	  // Enter height of image
	  height=138;
	}
        if (choice == 5)
        { // Enter link for this banner in quotes. For external links see bottom of page
          //link_name="/loan_center/applications.html";
          // Enter target="_blank" if link is to open in new window.
          //target="_self"
          // Enter link to image between quotes below.
          image="/images/people_5.jpg";
          // Enter width of image
          width=170;
          // Enter height of image
          height=138;
        }
        if (choice == 6)
        { // Enter link for this banner in quotes. For external links see bottom of page
          //link_name="/loan_center/applications.html";
          // Enter target="_blank" if link is to open in new window.
          //target="_self"
          // Enter link to image between quotes below.
          image="/images/people_6.jpg";
          // Enter width of image
          width=170;
          // Enter height of image
          height=138;
        }
}
doIt();

// For external links
