﻿function updateCount(link, modulName) {
    $.post("/Moduls/" + modulName + "/update.ashx", { ID: $(link).attr('BannerID'), ModulName: modulName });
    return true;
}
