//Nomensa jquery plugins file
//author: nomensa
//website: http://www.nomensa.com

// LAST CLASS ADDITION - adds a class of last to the last li in a list
(function(b){jQuery.fn.nomLast=function(){return this.each(function(){b("li:last-child").addClass("last")})}})(jQuery);






