﻿function Links_Click(LinkID) {
    try {
        Portal.IncrementLinkVisit(LinkID, null, null, null, null);
    }
    catch (e) {
    }
}
//function News_Click(NewsID) {
//    try {
//        Portal.IncrementNewsVisit(NewsID, null, null, null, null);
//    }
//    catch (e) {
//        alert("error");
//    }
//}
