
jQuery(function(){jQuery('#global_nav .sub_nav').hide();jQuery('#global_nav li').hoverIntent(function(){jQuery('.sub_nav',this).fadeIn('fast');$(this).addClass('hover-mode');},function(){jQuery('.sub_nav',this).hide();jQuery(this).removeClass('hover-mode');});jQuery('.landing_block').hoverIntent(function(){jQuery('.landing_block_title',this).hide();jQuery('.excerpt_block',this).fadeIn('fast');},function(){jQuery('.landing_block_title',this).fadeIn('fast');jQuery('.excerpt_block',this).fadeOut('fast');})
jQuery('.answer').hide();jQuery('.list_trigger').click(function(){var list_item_id = jQuery(this).attr('rel');var answer_class=".answer-"+list_item_id;jQuery(answer_class).slideToggle('fast');});jQuery('a.fancybox').fancybox({'overlayColor':'#000','titleShow':false});});
