var Common=function() {
Common.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Common.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Common._staticInstance.get_path();},
GetGames:function(_Date,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGames',false,{_Date:_Date},succeededCallback,failedCallback,userContext); },
GetSponsors:function(_Type,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSponsors',false,{_Type:_Type},succeededCallback,failedCallback,userContext); },
GetBulletinMessage:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBulletinMessage',false,{},succeededCallback,failedCallback,userContext); },
SetBulletinMessage:function(_Message,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetBulletinMessage',false,{_Message:_Message},succeededCallback,failedCallback,userContext); },
GetContactInformation:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetContactInformation',false,{},succeededCallback,failedCallback,userContext); },
GetStandings:function(_SeasonID,_LeagueID,_DivisionID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetStandings',false,{_SeasonID:_SeasonID,_LeagueID:_LeagueID,_DivisionID:_DivisionID},succeededCallback,failedCallback,userContext); },
GetPostingDisclaimer:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPostingDisclaimer',false,{},succeededCallback,failedCallback,userContext); },
SetPostingDisclaimer:function(_Message,_ValidPeriod,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetPostingDisclaimer',false,{_Message:_Message,_ValidPeriod:_ValidPeriod},succeededCallback,failedCallback,userContext); },
GetRules:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRules',false,{},succeededCallback,failedCallback,userContext); },
SetRules:function(_Message,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetRules',false,{_Message:_Message},succeededCallback,failedCallback,userContext); }}
Common.registerClass('Common',Sys.Net.WebServiceProxy);
Common._staticInstance = new Common();
Common.set_path = function(value) { Common._staticInstance.set_path(value); }
Common.get_path = function() { return Common._staticInstance.get_path(); }
Common.set_timeout = function(value) { Common._staticInstance.set_timeout(value); }
Common.get_timeout = function() { return Common._staticInstance.get_timeout(); }
Common.set_defaultUserContext = function(value) { Common._staticInstance.set_defaultUserContext(value); }
Common.get_defaultUserContext = function() { return Common._staticInstance.get_defaultUserContext(); }
Common.set_defaultSucceededCallback = function(value) { Common._staticInstance.set_defaultSucceededCallback(value); }
Common.get_defaultSucceededCallback = function() { return Common._staticInstance.get_defaultSucceededCallback(); }
Common.set_defaultFailedCallback = function(value) { Common._staticInstance.set_defaultFailedCallback(value); }
Common.get_defaultFailedCallback = function() { return Common._staticInstance.get_defaultFailedCallback(); }
Common.set_path("/WebServices/Common.asmx");
Common.GetGames= function(_Date,onSuccess,onFailed,userContext) {Common._staticInstance.GetGames(_Date,onSuccess,onFailed,userContext); }
Common.GetSponsors= function(_Type,onSuccess,onFailed,userContext) {Common._staticInstance.GetSponsors(_Type,onSuccess,onFailed,userContext); }
Common.GetBulletinMessage= function(onSuccess,onFailed,userContext) {Common._staticInstance.GetBulletinMessage(onSuccess,onFailed,userContext); }
Common.SetBulletinMessage= function(_Message,onSuccess,onFailed,userContext) {Common._staticInstance.SetBulletinMessage(_Message,onSuccess,onFailed,userContext); }
Common.GetContactInformation= function(onSuccess,onFailed,userContext) {Common._staticInstance.GetContactInformation(onSuccess,onFailed,userContext); }
Common.GetStandings= function(_SeasonID,_LeagueID,_DivisionID,onSuccess,onFailed,userContext) {Common._staticInstance.GetStandings(_SeasonID,_LeagueID,_DivisionID,onSuccess,onFailed,userContext); }
Common.GetPostingDisclaimer= function(onSuccess,onFailed,userContext) {Common._staticInstance.GetPostingDisclaimer(onSuccess,onFailed,userContext); }
Common.SetPostingDisclaimer= function(_Message,_ValidPeriod,onSuccess,onFailed,userContext) {Common._staticInstance.SetPostingDisclaimer(_Message,_ValidPeriod,onSuccess,onFailed,userContext); }
Common.GetRules= function(onSuccess,onFailed,userContext) {Common._staticInstance.GetRules(onSuccess,onFailed,userContext); }
Common.SetRules= function(_Message,onSuccess,onFailed,userContext) {Common._staticInstance.SetRules(_Message,onSuccess,onFailed,userContext); }

