function random()
{
//1
var ranNum= Math.round(Math.random() * 5);
if (ranNum == 0){document.write('<img src=http://www.tvwatershed.org/content/images/tvwaMain.jpg border=0 width=811 height=301 alt=Tanana Valley Watershed Association>'); }
if (ranNum == 1){document.write('<img src=http://www.tvwatershed.org/content/images/tvwaMain2.jpg border=0 width=811 height=301 alt=Tanana Valley Watershed Association>'); }
if (ranNum == 2){document.write('<img src=http://www.tvwatershed.org/content/images/tvwaMain3.jpg border=0 width=811 height=301 alt=Tanana Valley Watershed Association>'); }
if (ranNum == 3){document.write('<img src=http://www.tvwatershed.org/content/images/tvwaMain4.jpg border=0 width=811 height=301 alt=Tanana Valley Watershed Association>'); }
if (ranNum == 4){document.write('<img src=http://www.tvwatershed.org/content/images/tvwaMain5.jpg border=0 width=811 height=301 alt=Tanana Valley Watershed Association>'); }
if (ranNum == 5){document.write('<img src=http://www.tvwatershed.org/content/images/tvwaMain6.jpg border=0 width=811 height=301 alt=Tanana Valley Watershed Association>'); }

}
