try{Typekit.load();}catch(e){}

$(function(){
	$.localScroll();
	$('.news-pic').hover(
		function(){
			$(this).append('<img class="news-pic-hover" src="../images/focus.png" alt="" />');
		},
		function(){
			$('img.news-pic-hover').remove();
			}
	);
	$("#accordion").tabs("#accordion div", { tabs: 'img.tab', effect: 'horizontal' });
	$(".scrollable").scrollable();
	$('#stickynav').stickyfloat({duration: 400,offsetY: 267});
	$("a[rel]").colorbox({slideshow:true}); 
	$('.trigger').tooltip(
	  { onBeforeShow: function(event, position) {
	       this.getTip().appendTo(document.body);
	       return true;
	    }
	  }
	);
	
});
