setInterval( $.proxy(this.get({ "cmd" : this.cmd },clb), this), this.time)
$.ajax({type: 'GET',url: this.url, data : d, success : callback, error: ajerror, context: this });