// Client stub for the Main PHP Class
function Main(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Main';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Main.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	hello: function() { return this.dispatcher.doCall('hello',arguments); },
	adddynamiccontent: function() { return this.dispatcher.doCall('adddynamiccontent',arguments); },
	remdynamiccontent: function() { return this.dispatcher.doCall('remdynamiccontent',arguments); },
	sortuj: function() { return this.dispatcher.doCall('sortuj',arguments); },
	getdynamiccontent: function() { return this.dispatcher.doCall('getdynamiccontent',arguments); },
	singleuploader: function() { return this.dispatcher.doCall('singleuploader',arguments); },
	sorter: function() { return this.dispatcher.doCall('sorter',arguments); },
	dosorter: function() { return this.dispatcher.doCall('dosorter',arguments); }
}

// Client stub for the Baza PHP Class
function Baza(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Baza';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Baza.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	jmpnext: function() { return this.dispatcher.doCall('jmpnext',arguments); },
	jmpprev: function() { return this.dispatcher.doCall('jmpprev',arguments); },
	jmpfirst: function() { return this.dispatcher.doCall('jmpfirst',arguments); },
	jmplast: function() { return this.dispatcher.doCall('jmplast',arguments); }
}

// Client stub for the Static_sites PHP Class
function Static_sites(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Static_sites';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Static_sites.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showsites: function() { return this.dispatcher.doCall('showsites',arguments); },
	addsite: function() { return this.dispatcher.doCall('addsite',arguments); },
	doaddsite: function() { return this.dispatcher.doCall('doaddsite',arguments); },
	locksite: function() { return this.dispatcher.doCall('locksite',arguments); },
	unlocksite: function() { return this.dispatcher.doCall('unlocksite',arguments); },
	editsite: function() { return this.dispatcher.doCall('editsite',arguments); },
	doeditsite: function() { return this.dispatcher.doCall('doeditsite',arguments); },
	remsite: function() { return this.dispatcher.doCall('remsite',arguments); },
	filtersites: function() { return this.dispatcher.doCall('filtersites',arguments); },
	manageposition: function() { return this.dispatcher.doCall('manageposition',arguments); },
	domanageposition: function() { return this.dispatcher.doCall('domanageposition',arguments); },
	setmainpage: function() { return this.dispatcher.doCall('setmainpage',arguments); },
	dosetmainpage: function() { return this.dispatcher.doCall('dosetmainpage',arguments); }
}

// Client stub for the Newscat PHP Class
function Newscat(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Newscat';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Newscat.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	addnewscat: function() { return this.dispatcher.doCall('addnewscat',arguments); },
	doaddnewscat: function() { return this.dispatcher.doCall('doaddnewscat',arguments); },
	locknewscat: function() { return this.dispatcher.doCall('locknewscat',arguments); },
	unlocknewscat: function() { return this.dispatcher.doCall('unlocknewscat',arguments); },
	editnewscat: function() { return this.dispatcher.doCall('editnewscat',arguments); },
	doeditnewscat: function() { return this.dispatcher.doCall('doeditnewscat',arguments); },
	remnewscat: function() { return this.dispatcher.doCall('remnewscat',arguments); }
}

// Client stub for the News PHP Class
function News(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'News';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
News.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	shownews: function() { return this.dispatcher.doCall('shownews',arguments); },
	jmpshownews: function() { return this.dispatcher.doCall('jmpshownews',arguments); },
	shownews_reload: function() { return this.dispatcher.doCall('shownews_reload',arguments); },
	addnews: function() { return this.dispatcher.doCall('addnews',arguments); },
	doaddnews: function() { return this.dispatcher.doCall('doaddnews',arguments); },
	locknews: function() { return this.dispatcher.doCall('locknews',arguments); },
	unlocknews: function() { return this.dispatcher.doCall('unlocknews',arguments); },
	editnews: function() { return this.dispatcher.doCall('editnews',arguments); },
	doeditnews: function() { return this.dispatcher.doCall('doeditnews',arguments); },
	remnews: function() { return this.dispatcher.doCall('remnews',arguments); }
}

// Client stub for the Kursycat PHP Class
function Kursycat(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Kursycat';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Kursycat.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	addkursycat: function() { return this.dispatcher.doCall('addkursycat',arguments); },
	doaddkursycat: function() { return this.dispatcher.doCall('doaddkursycat',arguments); },
	lockkursycat: function() { return this.dispatcher.doCall('lockkursycat',arguments); },
	unlockkursycat: function() { return this.dispatcher.doCall('unlockkursycat',arguments); },
	editkursycat: function() { return this.dispatcher.doCall('editkursycat',arguments); },
	doeditkursycat: function() { return this.dispatcher.doCall('doeditkursycat',arguments); },
	remkursycat: function() { return this.dispatcher.doCall('remkursycat',arguments); }
}

// Client stub for the Kursy PHP Class
function Kursy(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Kursy';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Kursy.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showkursy: function() { return this.dispatcher.doCall('showkursy',arguments); },
	jmpshowkursy: function() { return this.dispatcher.doCall('jmpshowkursy',arguments); },
	showkursy_reload: function() { return this.dispatcher.doCall('showkursy_reload',arguments); },
	addkursy: function() { return this.dispatcher.doCall('addkursy',arguments); },
	doaddkursy: function() { return this.dispatcher.doCall('doaddkursy',arguments); },
	lockkursy: function() { return this.dispatcher.doCall('lockkursy',arguments); },
	unlockkursy: function() { return this.dispatcher.doCall('unlockkursy',arguments); },
	editkursy: function() { return this.dispatcher.doCall('editkursy',arguments); },
	doeditkursy: function() { return this.dispatcher.doCall('doeditkursy',arguments); },
	remkursy: function() { return this.dispatcher.doCall('remkursy',arguments); }
}

// Client stub for the Adscat PHP Class
function Adscat(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Adscat';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Adscat.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	addadscat: function() { return this.dispatcher.doCall('addadscat',arguments); },
	doaddadscat: function() { return this.dispatcher.doCall('doaddadscat',arguments); },
	lockadscat: function() { return this.dispatcher.doCall('lockadscat',arguments); },
	unlockadscat: function() { return this.dispatcher.doCall('unlockadscat',arguments); },
	editadscat: function() { return this.dispatcher.doCall('editadscat',arguments); },
	doeditadscat: function() { return this.dispatcher.doCall('doeditadscat',arguments); },
	remadscat: function() { return this.dispatcher.doCall('remadscat',arguments); }
}

// Client stub for the Ads PHP Class
function Ads(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Ads';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Ads.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showads: function() { return this.dispatcher.doCall('showads',arguments); },
	jmpshowads: function() { return this.dispatcher.doCall('jmpshowads',arguments); },
	showads_reload: function() { return this.dispatcher.doCall('showads_reload',arguments); },
	addads: function() { return this.dispatcher.doCall('addads',arguments); },
	doaddads: function() { return this.dispatcher.doCall('doaddads',arguments); },
	lockads: function() { return this.dispatcher.doCall('lockads',arguments); },
	unlockads: function() { return this.dispatcher.doCall('unlockads',arguments); },
	editads: function() { return this.dispatcher.doCall('editads',arguments); },
	doeditads: function() { return this.dispatcher.doCall('doeditads',arguments); },
	remads: function() { return this.dispatcher.doCall('remads',arguments); }
}

// Client stub for the Resourcescat PHP Class
function Resourcescat(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Resourcescat';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Resourcescat.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	addresourcescat: function() { return this.dispatcher.doCall('addresourcescat',arguments); },
	doaddresourcescat: function() { return this.dispatcher.doCall('doaddresourcescat',arguments); },
	lockresourcescat: function() { return this.dispatcher.doCall('lockresourcescat',arguments); },
	unlockresourcescat: function() { return this.dispatcher.doCall('unlockresourcescat',arguments); },
	editresourcescat: function() { return this.dispatcher.doCall('editresourcescat',arguments); },
	doeditresourcescat: function() { return this.dispatcher.doCall('doeditresourcescat',arguments); },
	remresourcescat: function() { return this.dispatcher.doCall('remresourcescat',arguments); }
}

// Client stub for the Resources PHP Class
function Resources(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Resources';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Resources.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showresources: function() { return this.dispatcher.doCall('showresources',arguments); },
	jmpshowresources: function() { return this.dispatcher.doCall('jmpshowresources',arguments); },
	showresources_reload: function() { return this.dispatcher.doCall('showresources_reload',arguments); },
	addresources: function() { return this.dispatcher.doCall('addresources',arguments); },
	doaddresources: function() { return this.dispatcher.doCall('doaddresources',arguments); },
	lockresources: function() { return this.dispatcher.doCall('lockresources',arguments); },
	unlockresources: function() { return this.dispatcher.doCall('unlockresources',arguments); },
	editresources: function() { return this.dispatcher.doCall('editresources',arguments); },
	doeditresources: function() { return this.dispatcher.doCall('doeditresources',arguments); },
	remresources: function() { return this.dispatcher.doCall('remresources',arguments); }
}

// Client stub for the Galscat PHP Class
function Galscat(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Galscat';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Galscat.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	addgalscat: function() { return this.dispatcher.doCall('addgalscat',arguments); },
	doaddgalscat: function() { return this.dispatcher.doCall('doaddgalscat',arguments); },
	lockgalscat: function() { return this.dispatcher.doCall('lockgalscat',arguments); },
	unlockgalscat: function() { return this.dispatcher.doCall('unlockgalscat',arguments); },
	editgalscat: function() { return this.dispatcher.doCall('editgalscat',arguments); },
	doeditgalscat: function() { return this.dispatcher.doCall('doeditgalscat',arguments); },
	remgalscat: function() { return this.dispatcher.doCall('remgalscat',arguments); },
	uploader: function() { return this.dispatcher.doCall('uploader',arguments); }
}

// Client stub for the Gals PHP Class
function Gals(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Gals';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Gals.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showgals: function() { return this.dispatcher.doCall('showgals',arguments); },
	jmpshowgals: function() { return this.dispatcher.doCall('jmpshowgals',arguments); },
	showgals_reload: function() { return this.dispatcher.doCall('showgals_reload',arguments); },
	lockgals: function() { return this.dispatcher.doCall('lockgals',arguments); },
	unlockgals: function() { return this.dispatcher.doCall('unlockgals',arguments); },
	editgals: function() { return this.dispatcher.doCall('editgals',arguments); },
	doeditgals: function() { return this.dispatcher.doCall('doeditgals',arguments); },
	remgals: function() { return this.dispatcher.doCall('remgals',arguments); }
}

// Client stub for the Downloadscat PHP Class
function Downloadscat(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Downloadscat';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Downloadscat.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	adddownloadscat: function() { return this.dispatcher.doCall('adddownloadscat',arguments); },
	doadddownloadscat: function() { return this.dispatcher.doCall('doadddownloadscat',arguments); },
	lockdownloadscat: function() { return this.dispatcher.doCall('lockdownloadscat',arguments); },
	unlockdownloadscat: function() { return this.dispatcher.doCall('unlockdownloadscat',arguments); },
	editdownloadscat: function() { return this.dispatcher.doCall('editdownloadscat',arguments); },
	doeditdownloadscat: function() { return this.dispatcher.doCall('doeditdownloadscat',arguments); },
	remdownloadscat: function() { return this.dispatcher.doCall('remdownloadscat',arguments); },
	filesuploader: function() { return this.dispatcher.doCall('filesuploader',arguments); }
}

// Client stub for the Downloads PHP Class
function Downloads(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Downloads';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Downloads.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showdownloads: function() { return this.dispatcher.doCall('showdownloads',arguments); },
	jmpshowdownloads: function() { return this.dispatcher.doCall('jmpshowdownloads',arguments); },
	showdownloads_reload: function() { return this.dispatcher.doCall('showdownloads_reload',arguments); },
	lockdownloads: function() { return this.dispatcher.doCall('lockdownloads',arguments); },
	unlockdownloads: function() { return this.dispatcher.doCall('unlockdownloads',arguments); },
	editdownloads: function() { return this.dispatcher.doCall('editdownloads',arguments); },
	doeditdownloads: function() { return this.dispatcher.doCall('doeditdownloads',arguments); },
	remdownloads: function() { return this.dispatcher.doCall('remdownloads',arguments); }
}

// Client stub for the Menus PHP Class
function Menus(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Menus';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Menus.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showmenus: function() { return this.dispatcher.doCall('showmenus',arguments); },
	addmenu: function() { return this.dispatcher.doCall('addmenu',arguments); },
	doaddmenu: function() { return this.dispatcher.doCall('doaddmenu',arguments); },
	lockmenu: function() { return this.dispatcher.doCall('lockmenu',arguments); },
	unlockmenu: function() { return this.dispatcher.doCall('unlockmenu',arguments); },
	editmenu: function() { return this.dispatcher.doCall('editmenu',arguments); },
	doeditmenu: function() { return this.dispatcher.doCall('doeditmenu',arguments); },
	remmenu: function() { return this.dispatcher.doCall('remmenu',arguments); },
	addlink: function() { return this.dispatcher.doCall('addlink',arguments); },
	remlink: function() { return this.dispatcher.doCall('remlink',arguments); },
	addexternal: function() { return this.dispatcher.doCall('addexternal',arguments); },
	sortuj: function() { return this.dispatcher.doCall('sortuj',arguments); },
	getlink: function() { return this.dispatcher.doCall('getlink',arguments); },
	cutitem: function() { return this.dispatcher.doCall('cutitem',arguments); },
	uncutitem: function() { return this.dispatcher.doCall('uncutitem',arguments); }
}

// Client stub for the Wstawki PHP Class
function Wstawki(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Wstawki';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Wstawki.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showwstawki: function() { return this.dispatcher.doCall('showwstawki',arguments); },
	addwstawka: function() { return this.dispatcher.doCall('addwstawka',arguments); },
	doaddwstawka: function() { return this.dispatcher.doCall('doaddwstawka',arguments); },
	lockwstawka: function() { return this.dispatcher.doCall('lockwstawka',arguments); },
	unlockwstawka: function() { return this.dispatcher.doCall('unlockwstawka',arguments); },
	editwstawka: function() { return this.dispatcher.doCall('editwstawka',arguments); },
	doeditwstawka: function() { return this.dispatcher.doCall('doeditwstawka',arguments); },
	remwstawka: function() { return this.dispatcher.doCall('remwstawka',arguments); }
}

// Client stub for the Dwstawki PHP Class
function Dwstawki(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Dwstawki';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Dwstawki.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showdwstawki: function() { return this.dispatcher.doCall('showdwstawki',arguments); },
	adddwstawka: function() { return this.dispatcher.doCall('adddwstawka',arguments); },
	doadddwstawka: function() { return this.dispatcher.doCall('doadddwstawka',arguments); },
	lockdwstawka: function() { return this.dispatcher.doCall('lockdwstawka',arguments); },
	unlockdwstawka: function() { return this.dispatcher.doCall('unlockdwstawka',arguments); },
	editdwstawka: function() { return this.dispatcher.doCall('editdwstawka',arguments); },
	doeditdwstawka: function() { return this.dispatcher.doCall('doeditdwstawka',arguments); },
	remdwstawka: function() { return this.dispatcher.doCall('remdwstawka',arguments); }
}

// Client stub for the Templates PHP Class
function Templates(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Templates';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Templates.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showtemplates: function() { return this.dispatcher.doCall('showtemplates',arguments); },
	addtemplate: function() { return this.dispatcher.doCall('addtemplate',arguments); },
	doaddtemplate: function() { return this.dispatcher.doCall('doaddtemplate',arguments); },
	locktemplate: function() { return this.dispatcher.doCall('locktemplate',arguments); },
	unlocktemplate: function() { return this.dispatcher.doCall('unlocktemplate',arguments); },
	edittemplate: function() { return this.dispatcher.doCall('edittemplate',arguments); },
	doedittemplate: function() { return this.dispatcher.doCall('doedittemplate',arguments); },
	remtemplate: function() { return this.dispatcher.doCall('remtemplate',arguments); }
}

// Client stub for the Scripts PHP Class
function Scripts(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Scripts';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Scripts.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showscripts: function() { return this.dispatcher.doCall('showscripts',arguments); },
	addscript: function() { return this.dispatcher.doCall('addscript',arguments); },
	doaddscript: function() { return this.dispatcher.doCall('doaddscript',arguments); },
	lockscript: function() { return this.dispatcher.doCall('lockscript',arguments); },
	unlockscript: function() { return this.dispatcher.doCall('unlockscript',arguments); },
	editscript: function() { return this.dispatcher.doCall('editscript',arguments); },
	doeditscript: function() { return this.dispatcher.doCall('doeditscript',arguments); },
	remscript: function() { return this.dispatcher.doCall('remscript',arguments); }
}

// Client stub for the Newsletters PHP Class
function Newsletters(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Newsletters';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Newsletters.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	shownewsletters: function() { return this.dispatcher.doCall('shownewsletters',arguments); },
	addnewsletter: function() { return this.dispatcher.doCall('addnewsletter',arguments); },
	doaddnewsletter: function() { return this.dispatcher.doCall('doaddnewsletter',arguments); },
	editnewsletter: function() { return this.dispatcher.doCall('editnewsletter',arguments); },
	doeditnewsletter: function() { return this.dispatcher.doCall('doeditnewsletter',arguments); },
	remnewsletter: function() { return this.dispatcher.doCall('remnewsletter',arguments); },
	sendnewsletter: function() { return this.dispatcher.doCall('sendnewsletter',arguments); }
}

// Client stub for the Subscribbers PHP Class
function Subscribbers(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Subscribbers';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Subscribbers.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showsubscribbers: function() { return this.dispatcher.doCall('showsubscribbers',arguments); },
	locksubscribber: function() { return this.dispatcher.doCall('locksubscribber',arguments); },
	unlocksubscribber: function() { return this.dispatcher.doCall('unlocksubscribber',arguments); },
	remsubscribber: function() { return this.dispatcher.doCall('remsubscribber',arguments); }
}

// Client stub for the Peoplecat PHP Class
function Peoplecat(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Peoplecat';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Peoplecat.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	addpeoplecat: function() { return this.dispatcher.doCall('addpeoplecat',arguments); },
	doaddpeoplecat: function() { return this.dispatcher.doCall('doaddpeoplecat',arguments); },
	lockpeoplecat: function() { return this.dispatcher.doCall('lockpeoplecat',arguments); },
	unlockpeoplecat: function() { return this.dispatcher.doCall('unlockpeoplecat',arguments); },
	editpeoplecat: function() { return this.dispatcher.doCall('editpeoplecat',arguments); },
	doeditpeoplecat: function() { return this.dispatcher.doCall('doeditpeoplecat',arguments); },
	rempeoplecat: function() { return this.dispatcher.doCall('rempeoplecat',arguments); },
	peopleuploader: function() { return this.dispatcher.doCall('peopleuploader',arguments); }
}

// Client stub for the People PHP Class
function People(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'People';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
People.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showpeople: function() { return this.dispatcher.doCall('showpeople',arguments); },
	jmpshowpeople: function() { return this.dispatcher.doCall('jmpshowpeople',arguments); },
	showpeople_reload: function() { return this.dispatcher.doCall('showpeople_reload',arguments); },
	addpeople: function() { return this.dispatcher.doCall('addpeople',arguments); },
	doaddpeople: function() { return this.dispatcher.doCall('doaddpeople',arguments); },
	lockpeople: function() { return this.dispatcher.doCall('lockpeople',arguments); },
	unlockpeople: function() { return this.dispatcher.doCall('unlockpeople',arguments); },
	editpeople: function() { return this.dispatcher.doCall('editpeople',arguments); },
	doeditpeople: function() { return this.dispatcher.doCall('doeditpeople',arguments); },
	rempeople: function() { return this.dispatcher.doCall('rempeople',arguments); }
}

// Client stub for the Peoplegals PHP Class
function Peoplegals(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Peoplegals';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Peoplegals.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showpeoplegals: function() { return this.dispatcher.doCall('showpeoplegals',arguments); },
	jmpshowpeoplegals: function() { return this.dispatcher.doCall('jmpshowpeoplegals',arguments); },
	showpeoplegals_reload: function() { return this.dispatcher.doCall('showpeoplegals_reload',arguments); },
	lockpeoplegals: function() { return this.dispatcher.doCall('lockpeoplegals',arguments); },
	unlockpeoplegals: function() { return this.dispatcher.doCall('unlockpeoplegals',arguments); },
	editpeoplegals: function() { return this.dispatcher.doCall('editpeoplegals',arguments); },
	doeditpeoplegals: function() { return this.dispatcher.doCall('doeditpeoplegals',arguments); },
	rempeoplegals: function() { return this.dispatcher.doCall('rempeoplegals',arguments); }
}

// Client stub for the Admins PHP Class
function Admins(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Admins';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Admins.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showadmins: function() { return this.dispatcher.doCall('showadmins',arguments); },
	jmpshowadmins: function() { return this.dispatcher.doCall('jmpshowadmins',arguments); },
	addadmins: function() { return this.dispatcher.doCall('addadmins',arguments); },
	doaddadmins: function() { return this.dispatcher.doCall('doaddadmins',arguments); },
	lockadmins: function() { return this.dispatcher.doCall('lockadmins',arguments); },
	unlockadmins: function() { return this.dispatcher.doCall('unlockadmins',arguments); },
	editadmins: function() { return this.dispatcher.doCall('editadmins',arguments); },
	doeditadmins: function() { return this.dispatcher.doCall('doeditadmins',arguments); },
	remadmins: function() { return this.dispatcher.doCall('remadmins',arguments); }
}

// Client stub for the Settings PHP Class
function Settings(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Settings';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Settings.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showsettings: function() { return this.dispatcher.doCall('showsettings',arguments); },
	savesettings: function() { return this.dispatcher.doCall('savesettings',arguments); }
}

// Client stub for the Password PHP Class
function Password(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Password';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Password.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	changepassword: function() { return this.dispatcher.doCall('changepassword',arguments); },
	dochangepassword: function() { return this.dispatcher.doCall('dochangepassword',arguments); }
}

// Client stub for the Login PHP Class
function Login(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Login';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Login.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	showloginform: function() { return this.dispatcher.doCall('showloginform',arguments); },
	dologin: function() { return this.dispatcher.doCall('dologin',arguments); },
	showcontrols: function() { return this.dispatcher.doCall('showcontrols',arguments); },
	showtopbar: function() { return this.dispatcher.doCall('showtopbar',arguments); },
	logout: function() { return this.dispatcher.doCall('logout',arguments); },
	retrievepasswordform: function() { return this.dispatcher.doCall('retrievepasswordform',arguments); },
	doretrieve: function() { return this.dispatcher.doCall('doretrieve',arguments); }
}

// Client stub for the Engine PHP Class
function Engine(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Engine';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Engine.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	listcategory: function() { return this.dispatcher.doCall('listcategory',arguments); },
	searchservice: function() { return this.dispatcher.doCall('searchservice',arguments); },
	adduserad: function() { return this.dispatcher.doCall('adduserad',arguments); }
}

// Client stub for the Email PHP Class
function Email(callback) {
	mode = 'sync';
	if (callback) { mode = 'async'; }
	this.className = 'Email';
	this.dispatcher = new HTML_AJAX_Dispatcher(this.className,mode,callback,'/admin/auto_server.php?','JSON');
}
Email.prototype  = {
	Sync: function() { this.dispatcher.Sync(); }, 
	Async: function(callback) { this.dispatcher.Async(callback); },
	sendEmail: function() { return this.dispatcher.doCall('sendEmail',arguments); }
}

