// main image changer
function changeBanner()
{
number = Math.floor(Math.random()*10)
if (number==0)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Crandall.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/CareerTestimony/CommunityTestimonial_Crandall.asp"></map>')

if (number==1)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Dunn.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/CareerTestimony/CommunityTestimonial_Dunn.asp"></map>')

if (number==2)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Forrest.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/CareerTestimony/CommunityTestimonial_Forrest.asp"></map>')

if (number==3)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Jones.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/CareerTestimony/CommunityTestimonial_Jones.asp"></map>')

if (number==4)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Lee.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/CareerTestimony/CommunityTestimonial_Lee.asp"></map>')

if (number==5)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Leora.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/CareerTestimony/CommunityTestimonial_Leora.asp"></map>')

if (number==6)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Lindauer.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/CareerTestimony/CommunityTestimonial_Lindauer.asp"></map>')

if (number==7)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Mann.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/CareerTestimony/CommunityTestimonial_Mann.asp"></map>')

if (number==8)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Trynofsky.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/CareerTestimony/CommunityTestimonial_Trynosky.asp"></map>')

if (number==9)
document.write('<img src="http://law.buffalo.edu/images/CommunityNew/Virginia.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/CareerTestimony/CommunityTestimonial_Virginia.asp"></map>')


}

// NOTE THE HREF PATH OF THE IMAGE MAP
