
	$(document).ready(function(){
		 	$("li.listbox").prepend("<span class='overlay'></span>");
		 	$("#featured img").before("<span class='overlay'></span>");
			$("li.listbox p").jTruncate({length: 180, minTrail: 0, moreAni: "fast", lessAni: "fast"});
			// $("body.home table#tourshedule tr").click(function(){window.location=$(this).find("a").attr("href"); return false;});
			// $("#rsvp-form").validate();
			$("a.give_link").css("display","inline");
			$('a[@rel*=lightbox]').lightBox({
				overlayBgColor: '#111',
				overlayOpacity: 0.9,
				txtImage: 'Page',
				txtOf: 'of'
			   });
			// $('#endorsements').cycle({ fx: 'fade', pause: 1, timeout:  12000 });
			$("#video > ul").tabs({ fx: { opacity: 'toggle'} });
			$("#footer input").labelify({text: "label", labelledClass: "labelinside"});
		});