// JavaScript Document
//<![CDATA[
		$(document).ready(function() {
			$("#nav ul").superfish({ delay: 400, animation: { height: "show" }, speed: "fast", autoArrows: false });
			$("ul#tabs").tabs({ fxSlide: false, fxFade: false, fxSpeed: "fast" });
			$("ul#ticker01").liScroll({ travelocity: 0.04 });
		});
	//]]> 



