
// main image changer
function changeBanner()
{
number = Math.floor(Math.random()*6)
if (number==0)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Beecher.gif" width="140" height="450" alt="" border="0" usemap="#ProfileBanners_Map"><map name="ProfileBanners_Map"><area shape="rect" alt="click to see more" coords="77,433,140,450" href="http://law.buffalo.edu/Community/CommunityTestimonial_Beecher.html"></map>')

if (number==1)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Friedman.gif" width="140" height="450" alt="" border="0" usemap="#ProfileBanners_Map"><map name="ProfileBanners_Map"><area shape="rect" alt="click to see more" coords="77,433,140,450" href="http://law.buffalo.edu/Community/CommunityTestimonial_Friedman.html"></map>')

if (number==2)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Greene.gif" width="140" height="450" alt="" border="0" usemap="#ProfileBanners_Map"><map name="ProfileBanners_Map"><area shape="rect" alt="click to see more" coords="77,433,140,450" href="http://law.buffalo.edu/Community/CommunityTestimonial_Greene.html"></map>')

if (number==3)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Mikoll.gif" width="140" height="450" alt="" border="0" usemap="#ProfileBanners_Map"><map name="ProfileBanners_Map"><area shape="rect" alt="click to see more" coords="77,433,140,450" href="http://law.buffalo.edu/Community/CommunityTestimonial_Mikoll.html"></map>')

if (number==4)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Pryor.gif" width="140" height="450" alt="" border="0" usemap="#ProfileBanners_Map"><map name="ProfileBanners_Map"><area shape="rect" alt="click to see more" coords="77,433,140,450" href="http://law.buffalo.edu/Community/CommunityTestimonial_Pryor.html"></map>')

if (number==5)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Ventura.gif" width="140" height="450" alt="" border="0" usemap="#ProfileBanners_Map"><map name="ProfileBanners_Map"><area shape="rect" alt="click to see more" coords="77,433,140,450" href="http://law.buffalo.edu/Community/CommunityTestimonial_Ventura.html"></map>')


}

// NOTE THE HREF PATH OF THE IMAGE MAP