if(typeof Web == "undefined") Web={};
if(typeof Web.flink == "undefined") Web.flink={};
if(typeof Web.flink.Morelink == "undefined") Web.flink.Morelink={};
Web.flink.Morelink_class = function() {};
Object.extend(Web.flink.Morelink_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SaveLinkClick: function(fromSiteid, toSiteid) {
		return this.invoke("SaveLinkClick", {"fromSiteid":fromSiteid, "toSiteid":toSiteid}, this.SaveLinkClick.getArguments().slice(2));
	},
	url: '/ajaxpro/Web.flink.Morelink,Web.ashx'
}));
Web.flink.Morelink = new Web.flink.Morelink_class();

