$(document).ready(function() {
  // banner rotation
	$('#banner').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'sequence',
		containerheight: $('#banner').css('height')
	});
});
