// JavaScript Document

function homepage()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<img src="http://www.nevadawomenslobby.org/images/southern_steering.jpg" alt="Nevada Womens Lobby Steering Committee" width="277" height="194" hspace="3" vspace="3" align="middle" />'); } // Wright1
if (ranNum == 1){document.write('<img src="http://www.nevadawomenslobby.org/images/southern_steering.jpg" alt="Nevada Womens Lobby Steering Committee" width="277" height="194" hspace="3" vspace="3" align="middle" />'); } // Wright2
if (ranNum == 2){document.write('<img src="http://www.nevadawomenslobby.org/images/southern_steering.jpg" alt="Nevada Womens Lobby Steering Committee" width="277" height="194" hspace="3" vspace="3" align="middle"/>'); } // Wright3
if (ranNum == 3){document.write('<img src="http://www.nevadawomenslobby.org/images/southern_steering.jpg" alt="Nevada Womens Lobby Steering Committee" width="277" height="194" hspace="3" vspace="3" align="middle" />'); } // Wright4
}

