﻿function indexCheck() {
    $.post("/makehtml.aspx?s=" + new Date(), {}, function(msg) {

    });
}

function zhidaoindexCheck() {
    $.post("/zhidao/bd_makehtml.aspx?ml=zhidao&s=" + new Date(), {}, function(msg) {

    });
}

function dtindexCheck() {
    $.post("/dating/dt_html.aspx?ml=dating&=" + new Date(), {}, function(msg) {

    });
}
