var imglist = new Array (
"Images/promos1.gif",
"Images/area1.gif",
"Images/contact1.gif",
"Images/teetimes1.gif",
"Images/directions1.gif",
"Images/history1.gif",
"Images/calendar1.gif",
"Images/facilities1.gif",
"Images/outings1.gif",
"Images/layout1.gif",
"Images/promos.jpg",
"Images/area.jpg",
"Images/contact.jpg",
"Images/teetimes.jpg",
"Images/directions.jpg",
"Images/outings.jpg",
"Images/history.jpg",
"Images/facilities.jpg",
"Images/layout.jpg",
"Images/calendar.jpg",
"Images/formfeedback.jpg"
);

var imgs = new Array();

var count
if (document.images)

 for (count=0; count<imglist.length; count++)
    {imgs[count]=new Image(); imgs[count].src=imglist[count];}
