   function image() { }; 
   image = new image();
   number = 0; 

     image[number++] = "<img src='images/400x267/cardinal.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/400x267/blueheron.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/400x267/sandhillcrane.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/400x267/deer.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/400x267/hummer.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/400x267/lake.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/400x267/sunset.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/400x267/bee.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/400x267/blueberries.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/400x267/collie.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/400x267/mallard.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/400x267/otter.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/400x267/horse.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/400x267/dolphin.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     image[number++] = "<img src='images/400x267/bear.jpg' alt='Dixie County: Heart of The Nature Coast' border='0'>"
     


 
   increment = Math.floor(Math.random() * number);  document.write(image[increment]); 
   window.onload = header;