$(document).ready(function() {


	$('#FactsAndFigures').cycle({
      fx: 'fade',
	timeout: 6000,
	speed: 800
    }).find('h4').hide();
	
	$('#banner').cycle({
      fx: 'fade',
	timeout: 6000,
	speed: 800
    }).find('h4').hide();
	
	



	
	$("#topBarWrap").slideToggle(0);
	
	$("#button").click(function () {
	      $("#topBarWrap").slideToggle("fast");
	    });
	$("#facList ul").each( function() {
		$(this).find('li:even').css("clear","left")
	});
	
	// $('.progLinkList .progName:first, .progLinkList .subProgList:first, .progLinkList .progName:last, .progLinkList .subProgList:last').hide();
	// $('.progName:contains("Humanities")').html("Arts and Humanities");
	
});

