
// Oh man, these are all jquery functions for snazzy animation / ajax     
	 

$(document).ready(function(){
  
  $('#splash').innerfade({  
  		speed: 1500,
  		timeout: 2000,
  		containerheight: '350px'
  	});
  
});
