﻿$(document).ready(function () {
    $("ul.linkListPuff").each(function () {
        $(this).children("li:last").addClass("last");
    });
});
