
	
	// Page Scroll (Page top)
	$(function() {
		$('a.pagetop').click(function() {
			$('#page_top').ScrollTo(700, 'easeout'); return false;
		});
	});
	
	$(function() {
		$('a.event_timeline_2009').click(function() {
			$('#event_2009').ScrollTo(700, 'easeout'); return false;
		});
	});

	$(function() {
		$('a.event_timeline_2008').click(function() {
			$('#event_2008').ScrollTo(700, 'easeout'); return false;
		});
	});


// Table (board menbers)
$(document).ready(function() 
    { 
        $("#myTable").tablesorter(); 
    } 
); 


// Tab (board menbers)
	var tabber1 = new Yetii({
	id: 'tab-container-1'
	});
