$(function() {
	$("td").removeAttr("nowrap");
	
	
	// add first and last classes to various elements
	$(".subnavblock, .footlinksblock").each( function() {
		$(this).children("li:last").addClass("last");
		$(this).children("li:first").addClass("first");
	});

});
