$(document).ready(function(){
			$('.tTip').betterTooltip({speed: 150, delay: 300});
			$("ul#ticker01").liScroll();
			$(".iframe").fancybox({
				'width'				: '50%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
		});
