var slidesHome=[];
//slide[0] = ["source.jpg", "alternate text", "http://www.location.com", "_blank"]
slidesHome[0]=['images/billboard.jpg', 'It is about family', ''];
slidesHome[1]=['images/billboard1.jpg', '', ''];
slidesHome[2]=['images/billboard2.jpg', '', ''];
//slidesHome[3]=['images/marketing/new_vistas.jpg', 'New Vistas in Media', 'vistasinmedia'];
//slidesHome[4]=['images/marketing/vista_check.jpg', 'Vista Check It Out Days | Click here for more information', 'http://www.alamo.edu/nvc/visitvista/'];


//optional properties for these images:
slidesHome.no_controls=1; //use for no controls
slidesHome.no_descriptions=1; //use for no descriptions
slidesHome.width=668; //use to set width of widest image if dimensions vary
slidesHome.height=281; //use to set height of tallest image if dimensions vary
slidesHome.use_alt=1; //use for descriptions as images alt attributes
slidesHome.use_title=1; //use for descriptions as images title attributes
slidesHome.pause=1; //use for pause onmouseover
slidesHome.random=1; //set a random slide sequence on each page load
slidesHome.delay=10000 //set miliseconds delay between slides for a given show

