
function makeArray(len) {
    for (var i = 0; i < len; i++) this[i] = null;
this.length = len;
}

// If this var isn't set, then we're not in an httpS section, so set it to blank
if ( typeof( gs_path ) == 'undefined' ) gs_path = '';

photos = new makeArray(10);
        photos[0]='<img src="' + gs_path + '/img/sub_photo1.jpg" width=846 height=100 border=0 alt="Springfield, Oregon">'; 
        photos[1]='<img src="' + gs_path + '/img/sub_photo2.jpg" width=846 height=100 border=0 alt="Springfield, Oregon">'; 
        photos[2]='<img src="' + gs_path + '/img/sub_photo3.jpg" width=846 height=100 border=0 alt="Springfield, Oregon">';
    	photos[3]='<img src="' + gs_path + '/img/sub_photo4.jpg" width=846 height=100 border=0 alt="Springfield, Oregon">';
    	photos[4]='<img src="' + gs_path + '/img/sub_photo5.jpg" width=846 height=100 border=0 alt="Springfield, Oregon">';
    	photos[5]='<img src="' + gs_path + '/img/sub_photo6.jpg" width=846 height=100 border=0 alt="Springfield, Oregon">';
    	photos[6]='<img src="' + gs_path + '/img/sub_photo7.jpg" width=846 height=100 border=0 alt="Springfield, Oregon">';
    	photos[7]='<img src="' + gs_path + '/img/sub_photo8.jpg" width=846 height=100 border=0 alt="Springfield, Oregon">';
    	photos[8]='<img src="' + gs_path + '/img/sub_photo9.jpg" width=846 height=100 border=0 alt="Springfield, Oregon">';
    	photos[9]='<img src="' + gs_path + '/img/sub_photo10.jpg" width=846 height=100 border=0 alt="Springfield, Oregon">';
    	
function rand(n) {

now = new Date();

seed = (0x015a4e35 * (now.getTime() % 0xffffffff)) % 0x7fffffff;
return (seed >> 16) % n;
}

function makeArray(len) {
    for (var i = 0; i < len; i++) this[i] = null;
this.length = len;
}

photosb = new makeArray(6); 
        photosb[0]='<a href="photos.php"><img src="' + gs_path + '/img/kids_playing.jpg" alt="Kids Playing" class="rightside_photo" title="Click here to view photos!"></a>'; 
        photosb[1]='<a href="photos.php"><img src="' + gs_path + '/img/ltd_station.jpg" alt="LTD Springfield Station" class="rightside_photo" title="Click here to view photos!"></a>';
    	photosb[2]='<a href="photos.php"><img src="' + gs_path + '/img/valley_view.jpg" alt="View of the valley" class="rightside_photo" title="Click here to view photos!"></a>';
    	photosb[3]='<a href="photos.php"><img src="' + gs_path + '/img/photos/LeadershipClass/promo.jpg" alt="Leadership Class" class="rightside_photo" title="Click here to view photos!"></a>';
    	photosb[4]='<a href="photos.php"><img src="' + gs_path + '/img/photos/reallifegame/11b.jpg" alt="Real Life Game" class="rightside_photo" title="Click here to view photos!"></a>';
    	photosb[5]='<a href="photos.php"><img src="' + gs_path + '/img/photos/jazzercise/th.jpg" alt="Jazzercise Ribbon Cutting" class="rightside_photo" title="Click here to view photos!"></a>';
    	photosb[6]='<a href="photos.php"><img src="' + gs_path + '/img/photos/fall_breakfast08/th.jpg" alt="Fall Membership Breakfast 2008" class="rightside_photo" title="Click here to view photos!"></a>';

function rand(n) {

now = new Date();

seed = (0x015a4e35 * (now.getTime() % 0xffffffff)) % 0x7fffffff;
return (seed >> 16) % n;
}

