ForumThread = {
  URL : '_JSON_ForumThread.php',
  name : 'ForumThread',
  top_thread : function(){KISS.rpc.apply(this, new Array('top_thread',arguments));},
  elite_thread : function(){KISS.rpc.apply(this, new Array('elite_thread',arguments));}
}
Message_List = {
  URL : '_JSON_Message_List.php',
  name : 'Message_List',
  _remove : function(){KISS.rpc.apply(this, new Array('_remove',arguments));}
}
Forum_Post = {
  URL : '_JSON_Forum_Post.php',
  name : 'Forum_Post',
  add_thread : function(){KISS.rpc.apply(this, new Array('add_thread',arguments));}
}
AJAX_BlogSetting = {
  URL : '_JSON_AJAX_BlogSetting.php',
  name : 'AJAX_BlogSetting',
  saveLayout : function(){KISS.rpc.apply(this, new Array('saveLayout',arguments));},
  checkBlogTitle : function(){KISS.rpc.apply(this, new Array('checkBlogTitle',arguments));},
  checkDomain : function(){KISS.rpc.apply(this, new Array('checkDomain',arguments));}
}
AJAX_Catalog = {
  URL : '_JSON_AJAX_Catalog.php',
  name : 'AJAX_Catalog',
  getCatalog : function(){KISS.rpc.apply(this, new Array('getCatalog',arguments));},
  addNewCatalog : function(){KISS.rpc.apply(this, new Array('addNewCatalog',arguments));}
}
AJAX_Comment = {
  URL : '_JSON_AJAX_Comment.php',
  name : 'AJAX_Comment',
  deleteComment : function(){KISS.rpc.apply(this, new Array('deleteComment',arguments));},
  inserUserComment : function(){KISS.rpc.apply(this, new Array('inserUserComment',arguments));},
  deleteCommentList : function(){KISS.rpc.apply(this, new Array('deleteCommentList',arguments));},
  getCommentList : function(){KISS.rpc.apply(this, new Array('getCommentList',arguments));}
}
AJAX_Family = {
  URL : '_JSON_AJAX_Family.php',
  name : 'AJAX_Family',
  chain : function(){KISS.rpc.apply(this, new Array('chain',arguments));},
  unchain : function(){KISS.rpc.apply(this, new Array('unchain',arguments));},
  set_admin : function(){KISS.rpc.apply(this, new Array('set_admin',arguments));},
  unset_admin : function(){KISS.rpc.apply(this, new Array('unset_admin',arguments));},
  join_family : function(){KISS.rpc.apply(this, new Array('join_family',arguments));},
  quit_family : function(){KISS.rpc.apply(this, new Array('quit_family',arguments));}
}
AJAX_FormValidate = {
  URL : '_JSON_AJAX_FormValidate.php',
  name : 'AJAX_FormValidate',
  vUser : function(){KISS.rpc.apply(this, new Array('vUser',arguments));},
  vPass : function(){KISS.rpc.apply(this, new Array('vPass',arguments));},
  vPassRepeat : function(){KISS.rpc.apply(this, new Array('vPassRepeat',arguments));},
  vEmail : function(){KISS.rpc.apply(this, new Array('vEmail',arguments));},
  vCity : function(){KISS.rpc.apply(this, new Array('vCity',arguments));},
  vImgCode : function(){KISS.rpc.apply(this, new Array('vImgCode',arguments));},
  vSex : function(){KISS.rpc.apply(this, new Array('vSex',arguments));}
}
AJAX_Forum = {
  URL : '_JSON_AJAX_Forum.php',
  name : 'AJAX_Forum',
  add_thread : function(){KISS.rpc.apply(this, new Array('add_thread',arguments));},
  add_reply : function(){KISS.rpc.apply(this, new Array('add_reply',arguments));},
  add_forum : function(){KISS.rpc.apply(this, new Array('add_forum',arguments));},
  modify_forum : function(){KISS.rpc.apply(this, new Array('modify_forum',arguments));},
  remove_post : function(){KISS.rpc.apply(this, new Array('remove_post',arguments));},
  remove_forum : function(){KISS.rpc.apply(this, new Array('remove_forum',arguments));}
}
AJAX_LabelBlog = {
  URL : '_JSON_AJAX_LabelBlog.php',
  name : 'AJAX_LabelBlog',
  dealWithLabel : function(){KISS.rpc.apply(this, new Array('dealWithLabel',arguments));}
}
AJAX_Link = {
  URL : '_JSON_AJAX_Link.php',
  name : 'AJAX_Link',
  addlink : function(){KISS.rpc.apply(this, new Array('addlink',arguments));}
}
AJAX_User = {
  URL : '/_JSON_AJAX_User.php',
  name : 'AJAX_User',
  login : function(){KISS.rpc.apply(this, new Array('login',arguments));},
  get_status : function(){KISS.rpc.apply(this, new Array('get_status',arguments));},
  logout : function(){KISS.rpc.apply(this, new Array('logout',arguments));},
  sign : function(){KISS.rpc.apply(this, new Array('sign',arguments));},
  add_friend : function(){KISS.rpc.apply(this, new Array('add_friend',arguments));},
  displayDialog : function () {KISS.rpc.apply(this, new Array('displayDialog',arguments));}//对话窗口用的AJAX函数--Tony.Chen
}

Admin_Authentication = {
  URL : '_JSON_Admin_Authentication.php',
  name : 'Admin_Authentication',
  audit : function(){KISS.rpc.apply(this, new Array('audit',arguments));},
  remove : function(){KISS.rpc.apply(this, new Array('remove',arguments));}
}
Admin_Expert = {
  URL : '_JSON_Admin_Expert.php',
  name : 'Admin_Expert',
  audit : function(){KISS.rpc.apply(this, new Array('audit',arguments));},
  remove : function(){KISS.rpc.apply(this, new Array('remove',arguments));}
}
Manage_Friend = {
  URL : '_JSON_Manage_Friend.php',
  name : 'Manage_Friend',
  remove_friend : function(){KISS.rpc.apply(this, new Array('remove_friend',arguments));}
}
ShowSuit = {
  URL : '_JSON_ShowSuit.php',
  name : 'ShowSuit',
  updateScore : function(){KISS.rpc.apply(this, new Array('updateScore',arguments));}
}
Show_SuitUpload = {
  URL : '_JSON_Show_SuitUpload.php',
  name : 'Show_SuitUpload',
  cutClothFromSuit : function(){KISS.rpc.apply(this, new Array('cutClothFromSuit',arguments));},
  deleteCloth : function(){KISS.rpc.apply(this, new Array('deleteCloth',arguments));},
  updateClothInfo : function(){KISS.rpc.apply(this, new Array('updateClothInfo',arguments));}
}
AJAX_ShowFavorite = {
  URL : '_JSON_AJAX_ShowFavorite.php',
  name : 'AJAX_ShowFavorite',
  addToFavorite : function(){KISS.rpc.apply(this, new Array('addToFavorite',arguments));},
  removeFromFavorite : function(){KISS.rpc.apply(this, new Array('removeFromFavorite',arguments));}
}
AJAX_ShowSuit = {
  URL : '_JSON_AJAX_ShowSuit.php',
  name : 'AJAX_ShowSuit',
  deleteSuit : function(){KISS.rpc.apply(this, new Array('deleteSuit',arguments));},
  joinGame : function(){KISS.rpc.apply(this, new Array('joinGame',arguments));}
}
AJAX_ShowCloth = {
  URL : '_JSON_AJAX_ShowCloth.php',
  name : 'AJAX_ShowCloth',
  deleteCloth : function(){KISS.rpc.apply(this, new Array('deleteCloth',arguments));}
}
AJAX_Award = {
  URL : '_JSON_AJAX_Award.php',
  name : 'AJAX_Award',
  inserExchangeLog : function(){KISS.rpc.apply(this, new Array('inserExchangeLog',arguments));}
}
AJAX_ShowFavoriteFolder = {
  URL : '_JSON_AJAX_ShowFavoriteFolder.php',
  name : 'AJAX_ShowFavoriteFolder',
  getFavoriteFolder : function(){KISS.rpc.apply(this, new Array('getFavoriteFolder',arguments));},
  joinFavoriteFolder : function(){KISS.rpc.apply(this, new Array('joinFavoriteFolder',arguments));},
  delFavoriteFolder : function(){KISS.rpc.apply(this, new Array('delFavoriteFolder',arguments));},
  addFavoriteFolder : function(){KISS.rpc.apply(this, new Array('addFavoriteFolder',arguments));}
}
Manage_ClothFolder = {
  URL : '_JSON_Manage_ClothFolder.php',
  name : 'Manage_ClothFolder',
  remove_cloth : function(){KISS.rpc.apply(this, new Array('remove_cloth',arguments));}
}
AJAX_SystemMessage = {
  URL : '_JSON_AJAX_SystemMessage.php',
  name : 'AJAX_SystemMessage',
  deleteMessageById : function(){KISS.rpc.apply(this, new Array('deleteMessageById',arguments));},
  showMessageByUserId : function(){KISS.rpc.apply(this, new Array('showMessageByUserId',arguments));}
}

AJAX_Fashion ={
	URL : '/_JSON_AJAX_Fashion.php',
  	name : 'AJAX_Fashion',
  	displayDialog : function(){KISS.rpc.apply(this, new Array('displayDialog',arguments));},
  	setCompanyNameByUserId : function(){KISS.rpc.apply(this, new Array('setCompanyNameByUserId',arguments));},
  	setEmployeeHonor : function(){KISS.rpc.apply(this, new Array('setEmployeeHonor',arguments));},
  	getRanking : function(){KISS.rpc.apply(this, new Array('getRanking',arguments));}
}
/*杂志AJAX*/
AJAX_Mag={
	URL : '/_JSON_AJAX_Mag.php',
  	name : 'AJAX_Mag',
  	getColumnList : function(){KISS.rpc.apply(this, new Array('getColumnList',arguments));},
	getModelByUserId : function(){KISS.rpc.apply(this, new Array('getModelByUserId',arguments));}
}