private void GetMonthlyContributors()
        {
            stringMonth = utils.FullyQualifiedMonthName(DateTime.Now.Month);
            uc_TopMonthlyContributors Contributors = (uc_TopMonthlyContributors)LoadControl("~/uc_TopMonthlyContributors.ascx");

            topTenContributors.Controls.Add(Contributors);
        }
        protected void Page_Load(object sender, EventArgs e)
        {
            LoadEnquireForm();
            uc_TopMonthlyContributors Contributors = (uc_TopMonthlyContributors)LoadControl("~/uc_TopMonthlyContributors.ascx");

            topTenContributors.Controls.Add(Contributors);
            LoadTopEarningVideos();
            LoadLasteBLogs();
            loadAds();
            loadTopStories();
        }
        protected void Page_Load(object sender, EventArgs e)
        {
            videoGallery = Galleries.GetGallery(Galleries.GalleryType.Video, 8);
            imageGallery = Galleries.GetGallery(Galleries.GalleryType.Image, 8);
            latestBlogs  = library.GetLatestCompletedArticles(4);
            stringMonth  = utils.FullyQualifiedMonthName(DateTime.Now.Month);
            uc_TopMonthlyContributors Contributors = (uc_TopMonthlyContributors)LoadControl("~/uc_TopMonthlyContributors.ascx");

            topTenContributors.Controls.Add(Contributors);
            LoadTopEarningVideos();
            loadAds();
            loadTopStories();
        }
        private void LoadLatestMonthlyContributors()
        {
            uc_TopMonthlyContributors contributors = (uc_TopMonthlyContributors)LoadControl("~/uc_TopMonthlyContributors.ascx");

            monthlyTopContributors.Controls.Add(contributors);
        }