﻿//whendownload
var DowlLoadServerUrl = "/Service/DownLoadCount.aspx";

function updown() {
    $.get(DowlLoadServerUrl, null, function(d) {
        return true;
    })

}