// Welcome to your jquery.base file ... place awesome jquery stuff here to help spruce up / fix / whatever your site. A link to this file has already been placed in each masterpage

$(function() {
	// HAVE FUN!
	$("td").removeAttr("nowrap");
	/*$("#footer ul, .subnavblock, .footlinksblock").each( function() {
		$(this).children("li:last").addClass("li_last");
		$(this).children("li:first").addClass("li_first");
	});*/
});

