$(document).ready(function(){

	

	$("#header a.bob").click(function(){
		$("#information").slideToggle({
			duration: "slow",
			easing: "easeinout"
		});
		$("#header a").toggleClass("active");
			return false;
	});
	$('#news').tabs({ fxSlide: true, fxFade: true, fxSpeed: 'fast' });
	


	

	
});
