$(document).ready(function(){
													 
	$('.banner').innerfade({
	speed: 'slow',
	timeout: 8000,
	type: 'sequence',
	containerheight: '226px'
	});
	
	$('#main-banner').innerfade({
	speed: 'slow',
	timeout: 4000,
	type: 'sequence',
	containerheight: '237px'
	});
	
	var path = location.pathname.substring(1);
  if ( path ) {
    $('#sidebar ul li a[@href$="' + path + '"]').attr('class', 'selected');
  }
	
});
