﻿$(document).ready(function() {
    //$("(a.More).attr(href) =='" + url + "'").css("border", "9px solid red");

//.UnderBarStart .UnderBar .UnderBarLeft
    $("a.editContent").each(function() {
    $(this).attr('href', $(this).attr('href') + $(this).closest(".UnderBarStart,.UnderBar,.UnderBarLeft").width());        
    });
});

