// JavaScript Document
$(function() { 
	$("#nav li:last-child a").addClass("last");
	//$("div.featCat:even").addClass("last");
});