$(document).ready(function() {
    $("#access ul li").after("<li class=\"star\"></li>");
    $("#access ul li:last-child").remove();
})
