
// Oh man, these are all jquery functions for snazzy animation / ajax     
	 

$(document).ready(function(){
  
  $('#feature').innerfade({  
  		speed: 1500,
  		timeout: 8000,
  		containerheight: '200px'
  	});
  
});
