/**
 * Home.js - Scripts for Home page
 */
 
// bind functions
jQuery(document).ready(function() {
  // bind featured content gallery actions
  jQuery('#slider').s3Slider({
    timeOut: 4000
  });
});
