function logAggView(aggId) {
    $.get("/_contentelements/program/handlers/aggregateitemlogviews.ashx", { item: aggId });
}
