function banner1Function(k) {
   
  var ba_cho = new Array(8);
  ba_cho[0] = "<a href='http://mismentoring.umsl.edu'><img src='graphics/mentor.gif' border=0 alt='the IS Mentoring Program' ></a>"
  ba_cho[1] = "<a href='http://mismentoring.umsl.edu'><img src='graphics/mentor2.gif' border=0 alt='the IS Mentoring Program'></a>"
  ba_cho[2] = "<a href='student_disc_mis.html'><img src='graphics/listserv.gif' border=0 alt='the IS Discussion Lists'></a>"
  ba_cho[3] = "<a href='http://mis.umsl.edu/wdc/index.html'><img src='graphics/wdc_banner.gif' border=0 alt='the Web Development Corps'></a>"
  ba_cho[4] = "<a href='http://www.umsl.edu/studentlife/misclub/'><img src='graphics/ispc.gif' border=0 alt='the IS Programming Club'></a>"
  ba_cho[5] = "<a href='http://www.umsl.edu/studentlife/misclub/'><img src='graphics/ispc2.gif' border=0 alt='the IS Programming Club'></a>"
  ba_cho[6] = "<a href='xtremeit.html'><img src='graphics/summercamp.gif' border=0 alt='ImagineIT! Academy'></a>"
  ba_cho[7] = "<a href='http://www.facebook.com/pages/Saint-Louis-MO/Information-Systems-IS-at-UMSL/132832221331?ref=search&sid=71906148.299033738..1'><img src='graphics/facebook_banner.jpg' border=0 alt='Become a Facebook Fan'></a>"
  var z1 = ba_cho[k];
       return z1;
       
}



