if(typeof JackLinks == "undefined") JackLinks={};
if(typeof JackLinks.Page == "undefined") JackLinks.Page={};
JackLinks.Page_class = function() {};
Object.extend(JackLinks.Page_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FlashInit: function() {
		return this.invoke("FlashInit", {}, this.FlashInit.getArguments().slice(0));
	},
	FlashInit: function(CurrentSubChannel) {
		return this.invoke("FlashInit", {"CurrentSubChannel":CurrentSubChannel}, this.FlashInit.getArguments().slice(1));
	},
	PageSearch: function(SearchTerm) {
		return this.invoke("PageSearch", {"SearchTerm":SearchTerm}, this.PageSearch.getArguments().slice(1));
	},
	FlashAssetRetrieve: function(AssetID) {
		return this.invoke("FlashAssetRetrieve", {"AssetID":AssetID}, this.FlashAssetRetrieve.getArguments().slice(1));
	},
	PageRetrieve: function(Page) {
		return this.invoke("PageRetrieve", {"Page":Page}, this.PageRetrieve.getArguments().slice(1));
	},
	ModalPageRetrieve: function(PageFilename) {
		return this.invoke("ModalPageRetrieve", {"PageFilename":PageFilename}, this.ModalPageRetrieve.getArguments().slice(1));
	},
	FeedItemsRetrieve: function(FeedID, Column) {
		return this.invoke("FeedItemsRetrieve", {"FeedID":FeedID, "Column":Column}, this.FeedItemsRetrieve.getArguments().slice(2));
	},
	url: '/ajaxpro/JackLinks.Page,JackLinksSite_deploy.ashx'
}));
JackLinks.Page = new JackLinks.Page_class();


