function banner()
{
//8
var ranNum= Math.round(Math.random() * 8);
if (ranNum == 0){document.write('<img id="frontphoto" src="water.gif" width="760" height="175" alt="" />'); } // water
if (ranNum == 1){document.write('<img id="frontphoto" src="bakery.jpg" width="760" height="175" alt="" />'); } // bakery
if (ranNum == 2){document.write('<img id="frontphoto" src="caboose.jpg" width="760" height="175" alt="" />'); } // caboose
if (ranNum == 3){document.write('<img id="frontphoto" src="downtown.jpg" width="760" height="175" alt="" />'); } // downtown
if (ranNum == 4){document.write('<img id="frontphoto" src="framing.jpg" width="760" height="175" alt="" />'); } // framing
if (ranNum == 5){document.write('<img id="frontphoto" src="gallery.jpg" width="760" height="175" alt="" />'); } // gallery
if (ranNum == 6){document.write('<img id="frontphoto" src="gils.jpg" width="760" height="175" alt="" />'); } // gils
if (ranNum == 7){document.write('<img id="frontphoto" src="prudential.jpg" width="760" height="175" alt="" />'); } // prudential
if (ranNum == 8){document.write('<img id="frontphoto" src="pottery.jpg" width="760" height="175" alt="" />'); } // pottery
}