﻿// JScript File
function TIO() {
    this.post = function(pURL, pOption, pFuncName) {
        $.post(pURL, pOption, pFuncName);
    }
}


