function banner2Function(j) {
   
  var ba_cho = new Array(7);
  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='tech_news.html'><img src='graphics/tech_news.gif' border=0 alt='See Technology News'></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>"
  var z2 = ba_cho[j];
       return z2;
       
}


