   function image() { }; 
   image = new image();
   number = 0; 

     image[number++] = "<img src='images/200x133/beach.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/200x133/bee.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/200x133/butterfly.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/200x133/deer.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/200x133/fox.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/200x133/lake.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/200x133/sunset.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/200x133/panther.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/200x133/gulf.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/200x133/sunset.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
   


 
   increment = Math.floor(Math.random() * number);  document.write(image[increment]); 
   window.onload = header;