document.documentElement.className = "js";

$(function(){
		//add enhanced class to body CSS del box
		$('body').addClass('jq-enhanced');
		$('#jq-intro li').hover(
			function(){$(this).find('div.jq-checkpointSubhead:hidden').fadeIn(500);},
			function(){$(this).find('div.jq-checkpointSubhead:visible').fadeOut(500);}
		); 		
});
