Type.registerNamespace('SpottedScript.Pages.HotForums');
SpottedScript.Pages.HotForums.View=function(clientId){SpottedScript.Pages.HotForums.View.initializeBase(this,[clientId]);this.clientId=clientId;}
SpottedScript.Pages.HotForums.View.prototype={clientId:null,get_panelBoardList:function(){return document.getElementById(this.clientId+'_PanelBoardList');},get_boardPlacePanel:function(){return document.getElementById(this.clientId+'_BoardPlacePanel');},get_boardEventPanel:function(){return document.getElementById(this.clientId+'_BoardEventPanel');},get_boardThreadPanel:function(){return document.getElementById(this.clientId+'_BoardThreadPanel');},get_boardDataGrid:function(){return document.getElementById(this.clientId+'_BoardDataGrid');},get_boardPlaceDataGrid:function(){return document.getElementById(this.clientId+'_BoardPlaceDataGrid');},get_boardEventDataGrid:function(){return document.getElementById(this.clientId+'_BoardEventDataGrid');},get_boardThreadDataGrid:function(){return document.getElementById(this.clientId+'_BoardThreadDataGrid');},get_hotTopicsHomeCountryLink:function(){return document.getElementById(this.clientId+'_HotTopicsHomeCountryLink');},get_hotTopicsCountryLink:function(){return document.getElementById(this.clientId+'_HotTopicsCountryLink');},get_hotTopicsCountryPanel:function(){return document.getElementById(this.clientId+'_HotTopicsCountryPanel');},get_hotTopicsWorldwidePanel:function(){return document.getElementById(this.clientId+'_HotTopicsWorldwidePanel');},get_h11:function(){return document.getElementById(this.clientId+'_H11');},get_genericContainerPage:function(){return document.getElementById(this.clientId+'_GenericContainerPage');}}
SpottedScript.Pages.HotForums.View.registerClass('SpottedScript.Pages.HotForums.View',SpottedScript.DsiUserControl.View);
