﻿$(function() {
    if (typeof (_have_article_no) != 'undefined'
        && typeof (_article_no) != 'undefined'
        && _have_article_no == '1'
        && _article_no != ''
        && _article_no != '0') {
        var MemberId = getcookie('CtvMemberID');
        $.get("js/Hits/PlusArticleHits.ashx", { no: _article_no, mid: MemberId });
    }
});
