
	  $(document).ready(function(){
			$("#tab_nav li").hover(
				function(){ $("ul", this).fadeIn("fast"); }, 
				function() { } 
			);
	  	if (document.all) {
				$("#tab_nav li").hoverClass ("sfHover");
			}
	  });
	  
		$.fn.hoverClass = function(c) {
			return this.each(function(){
				$(this).hover( 
					function() { $(this).addClass(c);  },
					function() { $(this).removeClass(c); }
				);
			});
		};	  


 $(document).ready(function() {
     $('#slider').iFadeSlide({
		field: $('#slider li a img'),
		icocon: $('#flashnvanum'),
		outTime:300,
		inTime: 200
		});
   });

 function killerrors() { return true; } window.onerror = killerrors; 
