	jQuery(function() {		jQuery('ul#main_nav span').css('opacity','1');		jQuery('ul#main_nav span').hover(function () {        jQuery(this).stop(true, false).animate({opacity: 0}, {duration: 200})},		function() {        jQuery(this).stop(true, false).animate({opacity: 1}, {duration: 200})})		})			jQuery(function(){jQuery("#breadCrumb0").jBreadCrumb();jQuery("#breadCrumb1").jBreadCrumb();})
