var txtList = new Array()
var txtDesc = new Array()

txtList[txtList.length]="<a href=\"http://www.hrt.msu.edu/greenroof/\" target=\"_blank\"><img src=\"images/hort_03.jpg\" border=\"0\" width=\"760\" height=\"159\" alt=\"Roof platforms at the Horticulture teaching and research center used for stormwater runoff and plant evaluation studies.\"></a>";
txtList[txtList.length]="<a href=\"https://www.msu.edu/~merrittr/\" target=\"_blank\"><img src=\"images/merrit_03.jpg\" border=\"0\" width=\"760\" height=\"159\" alt=\"The major emphasis in forensic entomology at MSU has been on the role of aquatic insects in forensic investigations and assisting with helping to determine the postmortem interval at crime scenes.\"></a>";
txtList[txtList.length]="<a href=\"http://www.kbs.msu.edu/\" target=\"_blank\"><img src=\"images/wetlands_03.jpg\" border=\"0\" width=\"760\" height=\"159\" alt=\"Collecting water samples for dissolved gas analysis on the Kalamazoo floodplain as part of a large cross-site study based at the Kellogg Biological Station.\"></a>";
txtList[txtList.length]="<a href=\"http://www.rsgis.msu.edu/\" target=\"_blank\"><img border=\"0\" src=\"images/sparty2_03.jpg\" width=\"760\" height=\"159\" alt=\"The Imagery Archive at MSU Remote Sensing &amp; GIS Research and Outreach Services is home to the largest collection of aerial imagery for the state of Michigan.\"></a>";
txtList[txtList.length]="<a href=\"http://cws.msu.edu/\" target=\"_blank\"><img border=\"0\" src=\"images/mussels_03.jpg\" width=\"760\" height=\"159\" alt=\"Researchers at the Center for Water Sciences study the effect of zebra mussels on Michigan's waters.\"></a>";
txtList[txtList.length]="<a href=\"http://www.csis.msu.edu/\" target=\"_blank\"><img border=\"0\" src=\"images/pandas_03.jpg\" width=\"760\" height=\"159\" alt=\"Interactions among policies, people, and panda habitat are one of the topics studied by researchers at the Center for Systems Integration and Sustainability.\"></a>";

txtDesc[txtDesc.length]="<a href=\"http://www.hrt.msu.edu/greenroof/\" target=\"_blank\"><img border=\"0\" src=\"images/hort_05.gif\" alt=\"Roof platforms at the Horticulture teaching and research center used for stormwater runoff and plant evaluation studies.\"></a>";
txtDesc[txtDesc.length]="<a href=\"https://www.msu.edu/~merrittr/\" target=\"_blank\"><img border=\"0\" src=\"images/merrit_05.gif\" alt=\"The major emphasis in forensic entomology at MSU has been on the role of aquatic insects in forensic investigations and assisting with helping to determine the postmortem interval at crime scenes.\"></a>";
txtDesc[txtDesc.length]="<a href=\"http://www.kbs.msu.edu/\" target=\"_blank\"><img border=\"0\" src=\"images/wetlands_05.gif\" alt=\"Collecting water samples for dissolved gas analysis on the Kalamazoo floodplain as part of a large cross-site study based at the Kellogg Biological Station.\"></a>";
txtDesc[txtDesc.length]="<a href=\"http://www.rsgis.msu.edu/archive.htm\" target=\"_blank\"><img border=\"0\" src=\"images/sparty2_05.gif\" alt=\"The Imagery Archive at MSU Remote Sensing &amp; GIS Research and Outreach Services is home to the largest collection of aerial imagery for the state of Michigan.\"></a>";
txtDesc[txtDesc.length]="<a href=\"http://cws.msu.edu/\" target=\"_blank\"><img border=\"0\" src=\"images/mussels_05.gif\" alt=\"Researchers at the Center for Water Sciences study the effect of zebra mussels on Michigan's waters.\"></a>";
txtDesc[txtDesc.length]="<a href=\"http://www.csis.msu.edu/\" target=\"_blank\"><img border=\"0\" src=\"images/pandas_05.gif\" alt=\"Interactions among policies, people, and panda habitat are one of the topics studied by researchers at the Center for Systems Integration and Sustainability.\"></a>";

j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;

document.write('<div id=\"bannerimage\">');
document.write(txtList[j]);
document.write('</div>');
document.write('<div id=\"bannertext\">');
document.write(txtDesc[j]);
document.write('</div>');
