// cached javascript var StationClass = { GetAccessAcountSQL:function(StationIndex,IfHomePage,callback,context){return new ajax_request(this.url + '?_method=GetAccessAcountSQL&_session=r','StationIndex=' + enc(StationIndex)+ '\r\nIfHomePage=' + enc(IfHomePage),callback, context);}, GetNewsReadSQL:function(NewsIndex,StationIndex,callback,context){return new ajax_request(this.url + '?_method=GetNewsReadSQL&_session=r','NewsIndex=' + enc(NewsIndex)+ '\r\nStationIndex=' + enc(StationIndex),callback, context);}, GetKindNewsLinkSQL:function(KindIndex,NewsIndex,callback,context){return new ajax_request(this.url + '?_method=GetKindNewsLinkSQL&_session=r','KindIndex=' + enc(KindIndex)+ '\r\nNewsIndex=' + enc(NewsIndex),callback, context);}, GetCellSQL:function(CellIndex,callback,context){return new ajax_request(this.url + '?_method=GetCellSQL&_session=r','CellIndex=' + enc(CellIndex),callback, context);}, url:'/ajax/Starland.AutoWeb.Station.StationClass,Starland.AutoWeb.Station.ashx' }