/*<![CDATA[*/
$(document).ready(function()
{
	// Prep the Class Notes tooltip
	$('#leftCol a').tooltip({ 
		track: false,
		delay: 0,
		showURL: true,
		showBody: " - ",
		fade: 100
	});
});
/*]]>*/