// JavaScript Document from Dave Moore from EDC site
$(document).ready(function(){
  //insert other photos
  var base = 'sites/all/themes/genesis_sshs/sshs-home-images/';
 $("#banner img").show();
 $('#banner').innerfade({
	  speed: 2500,
	  timeout: 3000,
	  type: 'sequence',
	  containerheight: '373px',
	  repeat: false
  });
});
