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

$(document).ready(function(){
  
  $('#title_flow').innerfade({  
		animationtype: 'fade',
  		speed: 3000,
  		timeout: 10000,
  		containerheight: '75px'
  	});
  
  $('#feature_flow').innerfade({ 
		animationtype: 'fade',
  		speed: 1000,
  		timeout: 8000,
  		containerheight: '242px'
  	});
  
});
