$(function(){
	$('.gallery a').fancybox()
	
	$('.people-submenu li a').click(function(){
		$.scrollTo($(this).attr('href'), 400)
		return false
	})
	
	$('.back-top a').click(function(){
		$.scrollTo({top:'0px', left:'0px'}, 400)
		return false
	})
	/*$('#news-archives .item a').click(function(){
		if ($(this).parents('.item').hasClass('active'))
			return false
		$('#news-archives .item').removeClass('active')
		$(this).parents('.item').addClass('active')
		$('#news-open').html('')
		$.get($(this).attr('href'), function(data){
			$('#news-open').html($(data).find('#text').html())
			$('.gallery a').fancybox()
		})
		return false
	})
	$('#news-archives .archive-list a').click(function(){
		$(this).parent().addClass('active')
		return false
	})
	
	$('#news-archives .archive-list a').eq(0).click()
	
	$('#news-archives .item a').eq(0).click()*/
})
