

/** Runs the slide show on images on the home page
 * @see http://malsup.com/jquery/cycle/
 */
function setupImageSlideShow(){
    $('#shuffle').cycle({
        fx:      'fade',
        speed:    2000,
        timeout:  5000
        });
    
}