
$(document).ready(



	function() { 
        $("ul.sf-navbar").superfish({
			pathClass:  'current',
			autoArrows:  false 
        });
		
	$("a.readOnline").fancybox({
				'width'				: '90%',
				'height'			: '90%',
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
			
    
			
	//$(".date").datepicker({ dateFormat: 'yy-mm-dd', changeMonth: true, changeYear: true, yearRange: '1980:2010'  });
	
	
	
	
	
	
});



