function stadiums()
{
number = Math.floor(Math.random()*3)
if (number==0)
document.write('<img src="photos/stadiums/1_sml.JPG"  width="80" height="93" align="center" border="0">')
if (number==1)
document.write('<img src="photos/stadiums/2_sml.JPG"  width="80" height="93" align="center" border="0">')
if (number==2)
document.write('<img src="photos/stadiums/3_sml.JPG"  width="80" height="93" align="center" border="0">')


}

