/**
  *	Pi Kappa Phi - Theta Mu Chapter
	*	University of Massachusetts Amherst
	*	Common Javascript functions
	*	Author: TJ Kelly, #016
	*	Info: http://www.tjkwebdesign.com
	*/

$(window).load(function(){

	// Tabs
	$('#about_tabs').tabs();
	
});
