// following added by Don M. Deck to display random pictures using JavaScript
// original script referred to messages, revised is for images

// Script Author - Wildman Tim ( http://www.wildmantim.com ) modified by Don M. Deck
// this script is Public Domain

var sid="mitnamdliw_wildmantim";
//var showimage="graphics/myflcover1.jpg; //added by DMD
var showimage="2009myflcover/20091107cal_city_po_jr30_6505liuag21caeg133w500hq.jpg width=500 height=333";

//--- Array for Netscape 2.0x and 3.0x
function MakeArray(n) {                 
   this.length = n;
   for (var i = 1; i <= n; i++) { 
     this[i] = 0 }
     return this
 }

//this produces a randomly generated HTML code that is inserted on your page 
function RandomNumber(sid) {
  var today = new Date();
  var num= Math.abs(Math.sin(today.getTime()/1000));
  return num;  
}

function ImgWizard() {

//tailor to the browser capabilities
var appname= navigator.appName;             
var appversion=parseInt(navigator.appVersion);

         if (appname == "Netscape" && appversion >= 3){
 //( Netscape 3.0 or higher)
	var testNum = Math.random(); }
	else {
//all others use this call       
	var testNum = RandomNumber(sid);}
	
//remember to change this according to the 
//number of images in the array below
	var NoOfImg=40;

//-- images array --



var x=0;
var y=0;
var images = new MakeArray(NoOfImg);
images[0]=NoOfImg;
//load the array with images NOTE: when starting 2010 adjust the path as needed
images[1]="2009myflcover/20091107cal_city_po_jr30_6505liuag21caeg133w500hq.jpg width=500 height=333";
images[2]="2009myflcover/20090822avyfa_kickoff30_4068morris10toliuag21cg126w500hq.jpg width=500 height=333";
images[3]="2009myflcover/20090822avyfa_kickoff30_4218graef7cg139w500hq.jpg width=500 height=333";
images[4]="2009myflcover/20090822avyfa_kickoff30_4256mueller8cg120w500hq.jpg width=500 height=330";
images[5]="2009myflcover/20090823big_bear_fr30_4367martin48td1cg120w500hq.jpg width=500 height=333";
images[6]="2009myflcover/20090823big_bear_jr30_4469liuag21cw500hq.jpg width=500 height=332";
images[7]="2009myflcover/20090919cal_city_fr30_4606elliott21td1cg146w500hq.jpg width=500 height=332";
images[8]="2009myflcover/20090919cal_city_jr30_4707wolfe89trujillo54caeg146w500hq.jpg width=500 height=333";
images[9]="2009myflcover/20090919cal_city_sr30_4765orrick43td1caeg133w500hq.jpg width=500 height=333";
images[10]="2009myflcover/20090919cal_city_fr30_4616cheertd1caeg126w500hq.jpg width=500 height=333";
images[11]="2009myflcover/20090926kern_vly_fr30_4896campos37td2cg159w500hq.jpg width=500 height=333";
images[12]="2009myflcover/20090926kern_vly_jr30_5004_06cecena64cg133w500hq.jpg width=500 height=333";
images[13]="2009myflcover/20090926kern_vly_sr30_5015apodaca61cg146w500hq.jpg width=500 height=333";
images[14]="2009myflcover/20090926kern_vly_jr30_4978cheercg139w500hq.jpg width=500 height=332";
images[15]="2009myflcover/20090926kern_vly_sr30_5036cheercg126w500hq.jpg width=500 height=333";
images[16]="2009myflcover/20091003bishop_fr30_5125montanez23td2cg139w500hq.jpg width=500 height=332";
images[17]="2009myflcover/20091003bishop_jr30_5233mueller32cg139w500hq.jpg width=500 height=333";
images[18]="2009myflcover/20091003bishop_sr30_5350banda32cg139w500hq.jpg width=500 height=333";
images[19]="2009myflcover/20091003bishop_jr30_5309cheertd1cg133g126w500hq.jpg width=500 height=333";
images[20]="2009myflcover/20091003bishop_sr30_5361cheercg146w500hq.jpg width=500 height=333";
images[21]="2009myflcover/20091003bishop_sr30_5398cheertdcg120w500hq.jpg width=500 height=332";
images[22]="2009myflcover/20091010trona_fr30_5461mueller8pa2cg159w500hq.jpg width=500 height=333";
images[23]="2009myflcover/20091010trona_fr30_5575orrick11cg159w500hq.jpg width=500 height=333";
images[24]="2009myflcover/20091010trona_jr30_5570cheercg126w500hq.jpg width=500 height=332";
images[25]="2009myflcover/20091017mojave_fr30_5749martin48cg146w500hq.jpg width=500 height=333";
images[26]="2009myflcover/20091017mojave_jr30_5764roten22deangelis52tmscg146w500hq.jpg width=500 height=333";
images[27]="2009myflcover/20091017mojave_sr30_5838orrick43td1cg120w500hq.jpg width=500 height=333";
images[28]="2009myflcover/20091017mojave_sr30_5843cheertd1g166w500hq.jpg width=500 height=333";
images[29]="2009myflcover/20091017mojave_sr30_5873cheertd2cg153w500hq.jpg width=500 height=333";
images[30]="2009myflcover/20091024rim_fr30_6049campos37cg133w500hq.jpg width=500 height=333";
images[31]="2009myflcover/20091024rim_jr30_6115liuag21cg146w500hq.jpg width=500 height=332";
images[32]="2009myflcover/20091024rim_sr30_6137kailiawa27cg153w500hq.jpg width=500 height=332";
images[33]="2009myflcover/20091024rim_fr30_6034cheercg120w500hq.jpg width=500 height=332";
images[34]="2009myflcover/20091031boron_fr30_6183campos37td1cg133w500hq.jpg width=500 height=333";
images[35]="2009myflcover/20091031boron_jr30_6341cecena64webber23liuag21td2cg159w500hq.jpg width=500 height=333";
images[36]="2009myflcover/20091107big_bear_po_fr30_6434mueller8cg120w500hq.jpg width=500 height=332";
images[37]="2009myflcover/20091107big_bear_po_sr30_6609orrick43cw500hq.jpg width=500 height=333";
images[38]="2009myflcover/20091107big_bear_po_sr30_6616kailiawa27cg120w500hq.jpg width=500 height=333";
images[39]="2009myflcover/20091107big_bear_po_sr30_6692orrick43caeg153w500hq.jpg width=500 height=332";
images[40]="2009myflcover/20091107big_bear_po_sr30_6693orrick43caeg153w500hq.jpg width=500 height=332";

//calculate the image to show
//original did a document.write ... DMD changed to create a variable value for the image display
//in the appropriate position in the page.
//NOTE: Images may be as wide as 500 pixels
y=1/NoOfImg;
for(x= 1; x <= NoOfImg; x++) {
	while(sid!="mitnamdliw_wildmantim"){};
	if ( testNum > ( NoOfImg  - x ) * y ) {
		showimage = "<CENTER><IMG SRC=" + images[x] + " BORDER=0></CENTER>";
		break;
		}
}	

     }
        ImgWizard();
