$(document).ready(function(){

	$('ul#clientList').css("display","block");

	$("ul#clientList").innerfade({
		speed: 'slow',
		timeout: 3000,
		type: 'sequence',
		containerheight: '166px'
	});
	
	$('#frontNotes').click(function (){
		location.href = 'free-resources.html';
	});
	
});
