/** list_of_photos.js
 *
 * This file contains all the info that 
 * you need in order to change the 
 * slideshow of photos on the homepage.
 *
 * Remember that images should have a 
 * width of 760 and a height of 261.
 *
 */

secondsToDisplayPhoto = 3;

secondsToFadeFor = 1.25;

/*
 * Feel free to duplicate the lines
 * below to add more images.
 */
photos.push("wp-content/themes/default/images/hero1.jpg");
photos.push("wp-content/themes/default/images/hero2.jpg");
photos.push("wp-content/themes/default/images/hero3.jpg");


