var TodayFMAjaxMethods=function() {
TodayFMAjaxMethods.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
TodayFMAjaxMethods.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return TodayFMAjaxMethods._staticInstance.get_path();},
GetCurrentHighlights:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCurrentHighlights',false,{},succeededCallback,failedCallback,userContext); },
GetNewsItemContent:function(contId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetNewsItemContent',false,{contId:contId},succeededCallback,failedCallback,userContext); }}
TodayFMAjaxMethods.registerClass('TodayFMAjaxMethods',Sys.Net.WebServiceProxy);
TodayFMAjaxMethods._staticInstance = new TodayFMAjaxMethods();
TodayFMAjaxMethods.set_path = function(value) { TodayFMAjaxMethods._staticInstance.set_path(value); }
TodayFMAjaxMethods.get_path = function() { return TodayFMAjaxMethods._staticInstance.get_path(); }
TodayFMAjaxMethods.set_timeout = function(value) { TodayFMAjaxMethods._staticInstance.set_timeout(value); }
TodayFMAjaxMethods.get_timeout = function() { return TodayFMAjaxMethods._staticInstance.get_timeout(); }
TodayFMAjaxMethods.set_defaultUserContext = function(value) { TodayFMAjaxMethods._staticInstance.set_defaultUserContext(value); }
TodayFMAjaxMethods.get_defaultUserContext = function() { return TodayFMAjaxMethods._staticInstance.get_defaultUserContext(); }
TodayFMAjaxMethods.set_defaultSucceededCallback = function(value) { TodayFMAjaxMethods._staticInstance.set_defaultSucceededCallback(value); }
TodayFMAjaxMethods.get_defaultSucceededCallback = function() { return TodayFMAjaxMethods._staticInstance.get_defaultSucceededCallback(); }
TodayFMAjaxMethods.set_defaultFailedCallback = function(value) { TodayFMAjaxMethods._staticInstance.set_defaultFailedCallback(value); }
TodayFMAjaxMethods.get_defaultFailedCallback = function() { return TodayFMAjaxMethods._staticInstance.get_defaultFailedCallback(); }
TodayFMAjaxMethods.set_path("/TodayFMAjaxMethods.asmx");
TodayFMAjaxMethods.GetCurrentHighlights= function(onSuccess,onFailed,userContext) {TodayFMAjaxMethods._staticInstance.GetCurrentHighlights(onSuccess,onFailed,userContext); }
TodayFMAjaxMethods.GetNewsItemContent= function(contId,onSuccess,onFailed,userContext) {TodayFMAjaxMethods._staticInstance.GetNewsItemContent(contId,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Arekibo.TodayFM.WebClasses');
if (typeof(Arekibo.TodayFM.WebClasses.WebHighlight) === 'undefined') {
Arekibo.TodayFM.WebClasses.WebHighlight=gtc("Arekibo.TodayFM.WebClasses.WebHighlight");
Arekibo.TodayFM.WebClasses.WebHighlight.registerClass('Arekibo.TodayFM.WebClasses.WebHighlight');
}
