$(function() {
  	
  // slideshow on homepage
  $('#slideshow').innerfade({
  				speed: 'slow',
  				timeout: 4000,
  				type: 'sequence',
  				containerheight: $('#slideshow').height()
  			});
  
  // tabpane
  $('#tabheader > ul').tabs({ fx: { opacity: 'toggle' } });
  
});
