if(typeof _Default == "undefined") _Default={};
_Default_class = function() {};
Object.extend(_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	logout: function() {
		return this.invoke("logout", {}, this.logout.getArguments().slice(0));
	},
	terminateSession: function() {
		return this.invoke("terminateSession", {}, this.terminateSession.getArguments().slice(0));
	},
	updateStatus: function(strStatus) {
		return this.invoke("updateStatus", {"strStatus":strStatus}, this.updateStatus.getArguments().slice(1));
	},
	sendIletisim: function(strEmail, strBody) {
		return this.invoke("sendIletisim", {"strEmail":strEmail, "strBody":strBody}, this.sendIletisim.getArguments().slice(2));
	},
	updateLastProcessDate: function(strAction) {
		return this.invoke("updateLastProcessDate", {"strAction":strAction}, this.updateLastProcessDate.getArguments().slice(1));
	},
	isUserConnected: function() {
		return this.invoke("isUserConnected", {}, this.isUserConnected.getArguments().slice(0));
	},
	loadFikir: function(fikirID, userID) {
		return this.invoke("loadFikir", {"fikirID":fikirID, "userID":userID}, this.loadFikir.getArguments().slice(2));
	},
	loadOnlineUsers: function() {
		return this.invoke("loadOnlineUsers", {}, this.loadOnlineUsers.getArguments().slice(0));
	},
	loadActiveFikir: function() {
		return this.invoke("loadActiveFikir", {}, this.loadActiveFikir.getArguments().slice(0));
	},
	loadComments: function(fikirID) {
		return this.invoke("loadComments", {"fikirID":fikirID}, this.loadComments.getArguments().slice(1));
	},
	login: function(strNick, strPass, strRemember, strMod) {
		return this.invoke("login", {"strNick":strNick, "strPass":strPass, "strRemember":strRemember, "strMod":strMod}, this.login.getArguments().slice(4));
	},
	readFile: function(fileName, passCode) {
		return this.invoke("readFile", {"fileName":fileName, "passCode":passCode}, this.readFile.getArguments().slice(2));
	},
	loadCategories: function() {
		return this.invoke("loadCategories", {}, this.loadCategories.getArguments().slice(0));
	},
	loadCategoryTree: function() {
		return this.invoke("loadCategoryTree", {}, this.loadCategoryTree.getArguments().slice(0));
	},
	loadLastFikirs: function() {
		return this.invoke("loadLastFikirs", {}, this.loadLastFikirs.getArguments().slice(0));
	},
	loadRating: function() {
		return this.invoke("loadRating", {}, this.loadRating.getArguments().slice(0));
	},
	loadTopRead: function() {
		return this.invoke("loadTopRead", {}, this.loadTopRead.getArguments().slice(0));
	},
	loadBabas: function() {
		return this.invoke("loadBabas", {}, this.loadBabas.getArguments().slice(0));
	},
	loadSiralama: function() {
		return this.invoke("loadSiralama", {}, this.loadSiralama.getArguments().slice(0));
	},
	saveFikir: function(strTitle, strCategory, strOwner, strBody, strEmail, strCizim) {
		return this.invoke("saveFikir", {"strTitle":strTitle, "strCategory":strCategory, "strOwner":strOwner, "strBody":strBody, "strEmail":strEmail, "strCizim":strCizim}, this.saveFikir.getArguments().slice(6));
	},
	saveYorum: function(strFikirID, strFikirYorum) {
		return this.invoke("saveYorum", {"strFikirID":strFikirID, "strFikirYorum":strFikirYorum}, this.saveYorum.getArguments().slice(2));
	},
	saveFikirBabasi: function(strName, strSurname, strEmail, strNick, strPass, strYear, strMeslek, strCinsiyet, strInvitationCode) {
		return this.invoke("saveFikirBabasi", {"strName":strName, "strSurname":strSurname, "strEmail":strEmail, "strNick":strNick, "strPass":strPass, "strYear":strYear, "strMeslek":strMeslek, "strCinsiyet":strCinsiyet, "strInvitationCode":strInvitationCode}, this.saveFikirBabasi.getArguments().slice(9));
	},
	loadFikirAndComment: function(fikirID, commentID) {
		return this.invoke("loadFikirAndComment", {"fikirID":fikirID, "commentID":commentID}, this.loadFikirAndComment.getArguments().slice(2));
	},
	suggestAFriend: function(email, toName, mailBody) {
		return this.invoke("suggestAFriend", {"email":email, "toName":toName, "mailBody":mailBody}, this.suggestAFriend.getArguments().slice(3));
	},
	rate: function(entryType, fikirID, commentID, rating) {
		return this.invoke("rate", {"entryType":entryType, "fikirID":fikirID, "commentID":commentID, "rating":rating}, this.rate.getArguments().slice(4));
	},
	rateObject: function(onayVal, objectID, objectType) {
		return this.invoke("rateObject", {"onayVal":onayVal, "objectID":objectID, "objectType":objectType}, this.rateObject.getArguments().slice(3));
	},
	checkUserName: function(strNick) {
		return this.invoke("checkUserName", {"strNick":strNick}, this.checkUserName.getArguments().slice(1));
	},
	loadFikirs: function(userID, categoryID, sortID) {
		return this.invoke("loadFikirs", {"userID":userID, "categoryID":categoryID, "sortID":sortID}, this.loadFikirs.getArguments().slice(3));
	},
	loadBekleyenFikirs: function(flagWhere) {
		return this.invoke("loadBekleyenFikirs", {"flagWhere":flagWhere}, this.loadBekleyenFikirs.getArguments().slice(1));
	},
	loadBekleyenUyeler: function() {
		return this.invoke("loadBekleyenUyeler", {}, this.loadBekleyenUyeler.getArguments().slice(0));
	},
	loadRastgeleFikirs: function() {
		return this.invoke("loadRastgeleFikirs", {}, this.loadRastgeleFikirs.getArguments().slice(0));
	},
	loadEntry: function(fikirID, commentID) {
		return this.invoke("loadEntry", {"fikirID":fikirID, "commentID":commentID}, this.loadEntry.getArguments().slice(2));
	},
	updateEntry: function(fikirID, commentID, newEntryTitle, newEntryBody) {
		return this.invoke("updateEntry", {"fikirID":fikirID, "commentID":commentID, "newEntryTitle":newEntryTitle, "newEntryBody":newEntryBody}, this.updateEntry.getArguments().slice(4));
	},
	sendPassword: function(strEmail) {
		return this.invoke("sendPassword", {"strEmail":strEmail}, this.sendPassword.getArguments().slice(1));
	},
	sendInvitation: function(strEmail, userID) {
		return this.invoke("sendInvitation", {"strEmail":strEmail, "userID":userID}, this.sendInvitation.getArguments().slice(2));
	},
	checkInvitationCode: function(code) {
		return this.invoke("checkInvitationCode", {"code":code}, this.checkInvitationCode.getArguments().slice(1));
	},
	confirmAccount: function(code) {
		return this.invoke("confirmAccount", {"code":code}, this.confirmAccount.getArguments().slice(1));
	},
	loadAccountDetails: function() {
		return this.invoke("loadAccountDetails", {}, this.loadAccountDetails.getArguments().slice(0));
	},
	loadUserInfo: function(userID) {
		return this.invoke("loadUserInfo", {"userID":userID}, this.loadUserInfo.getArguments().slice(1));
	},
	getUserProfile: function() {
		return this.invoke("getUserProfile", {}, this.getUserProfile.getArguments().slice(0));
	},
	profileUpdate: function(strName, strSurname, strEmail, strYear, strMeslek, strCinsiyet) {
		return this.invoke("profileUpdate", {"strName":strName, "strSurname":strSurname, "strEmail":strEmail, "strYear":strYear, "strMeslek":strMeslek, "strCinsiyet":strCinsiyet}, this.profileUpdate.getArguments().slice(6));
	},
	addBuddy: function(pmUserNick) {
		return this.invoke("addBuddy", {"pmUserNick":pmUserNick}, this.addBuddy.getArguments().slice(1));
	},
	pmSend: function(pmUserNick, pmTitle, pmBody, pmSaveUser) {
		return this.invoke("pmSend", {"pmUserNick":pmUserNick, "pmTitle":pmTitle, "pmBody":pmBody, "pmSaveUser":pmSaveUser}, this.pmSend.getArguments().slice(4));
	},
	pm_loadPMs: function(pmType) {
		return this.invoke("pm_loadPMs", {"pmType":pmType}, this.pm_loadPMs.getArguments().slice(1));
	},
	pm_readPM: function(pmID) {
		return this.invoke("pm_readPM", {"pmID":pmID}, this.pm_readPM.getArguments().slice(1));
	},
	pm_loadBuddy: function() {
		return this.invoke("pm_loadBuddy", {}, this.pm_loadBuddy.getArguments().slice(0));
	},
	pm_Delete: function(msgType, msgArray) {
		return this.invoke("pm_Delete", {"msgType":msgType, "msgArray":msgArray}, this.pm_Delete.getArguments().slice(2));
	},
	pm_buddyDelete: function(buddyArray) {
		return this.invoke("pm_buddyDelete", {"buddyArray":buddyArray}, this.pm_buddyDelete.getArguments().slice(1));
	},
	getDetails: function() {
		return this.invoke("getDetails", {}, this.getDetails.getArguments().slice(0));
	},
	editorReport: function(reportType, objectID) {
		return this.invoke("editorReport", {"reportType":reportType, "objectID":objectID}, this.editorReport.getArguments().slice(2));
	},
	adminConfirmObject: function(objectID) {
		return this.invoke("adminConfirmObject", {"objectID":objectID}, this.adminConfirmObject.getArguments().slice(1));
	},
	adminDeleteObject: function(objectID, objectType) {
		return this.invoke("adminDeleteObject", {"objectID":objectID, "objectType":objectType}, this.adminDeleteObject.getArguments().slice(2));
	},
	deleteEntry: function(fikirID, commentID) {
		return this.invoke("deleteEntry", {"fikirID":fikirID, "commentID":commentID}, this.deleteEntry.getArguments().slice(2));
	},
	lockUnLockFikir: function(fikirID, lockStatus) {
		return this.invoke("lockUnLockFikir", {"fikirID":fikirID, "lockStatus":lockStatus}, this.lockUnLockFikir.getArguments().slice(2));
	},
	setHomePage: function(fikirID) {
		return this.invoke("setHomePage", {"fikirID":fikirID}, this.setHomePage.getArguments().slice(1));
	},
	search: function(strSearch) {
		return this.invoke("search", {"strSearch":strSearch}, this.search.getArguments().slice(1));
	},
	pageDataSet: function(pageWhat, pageNumber, pageSize, q1, q2, q3) {
		return this.invoke("pageDataSet", {"pageWhat":pageWhat, "pageNumber":pageNumber, "pageSize":pageSize, "q1":q1, "q2":q2, "q3":q3}, this.pageDataSet.getArguments().slice(6));
	},
	url: '/ajaxpro/_Default,App_Web_cveiuczv.ashx'
}));
_Default = new _Default_class();

