

	$(document).ready(function(){
		$("a[rel='setphotos']").colorbox({transition:"fade"}); /* Initializes Colorbox to allow lightwindow effects */
		$(".colorbox").colorbox({transition:"fade"}); /* Initializes Colorbox to allow lightwindow effects */
		$("#more-sessions").tabs({ajaxOptions: { async: false }});

	});

	/* Facebook share button */
	function fbs_click() {
		u=location.href;
		t=document.title;
		window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}
	



