//To Edit.  Change the src to the filename to show.  Width and height are of the image.  Caption can have HTML in it and
//should be all on one line.  Link Page is the page to link to for the full description

var slideshow_images = [
{ src: 'homepagepics/ARTESIA-SIGN.jpg',   width:298, height:340, url:""
},
{ src: 'homepagepics/trailboss1.jpg',   width:298, height:340, url:"worksinprogress.html#CattleDrive"
},
{ src: 'homepagepics/Vaquero1.jpg',  width:298, height:340, url:"worksinprogress.html#CattleDrive"
},
{ src: 'homepagepics/Sallie-Chisum.jpg', width:298, height:340, url:"attractions/?pic=2"
},
{ src: 'homepagepics/Heritage-Walkway.jpg',  width:298, height:340, url:"attractions/?pic=4"
},
{ src: 'homepagepics/LANDSUN4.jpg',   width:298, height:340, url:"attractions/?pic=7"
},
{ src: 'homepagepics/LANDSUN_DAY2.jpg',   width:298, height:340, url:"attractions/?pic=7"
},
{ src: 'homepagepics/PARTNERS.jpg',   width:298, height:340, url:"attractions/?pic=10"
},
{ src: 'homepagepics/TOWN-CLOCK.jpg',   width:298, height:340, url:"attractions/?pic=13"
}
];

var slide_time = 5;//time to show the slides in seconds

var caption_text = [];
var caption_slide_time = 12;