// Begin Analytics
$(document).ready( function() {
	$('#Picture3A').bind('click', function() { pageTracker._trackPageview('/downloads/index.html'); } );
	$('#Text1Link2').bind('click', function() { pageTracker._trackPageview('/downloads/the_column_2011.html'); } );
	$('#Text1Link3').bind('click', function() { pageTracker._trackPageview('/downloads/jump_2010.html'); } );
});
// End Analytics

// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
});

// End XHTML adjustment


