function banner2Function(j) {
   
  var ba_cho = new Array(9);
  ba_cho[0] = "<A href='mis_faculty.html'><img src='graphics/faculty.gif' border=0 alt='Meet the IS Faculty'></a>"
  ba_cho[1] = "<a href='graceplace.html'><img src='graphics/grace.gif' border=0 alt='Grace's Place:  A Computer Museum'></a>"
  ba_cho[2] = "<a href='MISlab.html'><img src='graphics/lab1.gif' border=0 alt='Advanced IS Laboratory'></a>"
  ba_cho[3] = "<a href='https://fusion.umsl.edu/devsystems/University_Relations/is_makegift.cfm'><img src='graphics/donatenow.gif' border=0 alt='Make a contribution to the IS Department'></a>"
  ba_cho[4] = "<a href='program_support.html'><img src='graphics/programming.gif' border=0 alt='Programming Links'></a>"
  ba_cho[5] = "<a href='msdn.html'><img src='graphics/msdn.gif' border=0 alt='MSDN Program'></a>"
  ba_cho[6] = "<a href='http://mis.umsl.edu/imagine-it.html'><img src='graphics/imagine_banner.gif' border=0 alt='Imagine IT Program'></a>"
  ba_cho[7] = "<a href='http://www.linkedin.com/groups?mostPopular=&gid=47714'><img src='graphics/joinlinkedin.gif' border=0 alt='Join the IS Alumni Linkedin Group'></a>"
  ba_cho[8] = "<a href='tech_news.html'><img src='graphics/tech_news.gif' border=0 alt='See Technology News'></a>"
  
  var z2 = ba_cho[j];
       return z2;
       
}



