addNamespace("radio");
radio.index_class = Class.create();
radio.index_class.prototype = (new AjaxPro.Request()).extend({
	puzsjzSave: function(strTITLE, strNAME, strLSFS, strNR, strIP, callback) {
		return this.invoke("puzsjzSave", {"strTITLE":strTITLE, "strNAME":strNAME, "strLSFS":strLSFS, "strNR":strNR, "strIP":strIP}, callback);
	},
	prDG: function(callback) {
		return this.invoke("prDG", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/radio.index,radio.ashx";
	}
})
radio.index = new radio.index_class();

