protected void LaunchArticle(int iArticleID)
        {
            string sFileName = q.ArticleFileName(iArticleID);

            string sPathDefault = "https://MGMQuotation.MGMTransformer.com//MGMQuotation//Did-You-Know//";
            string sPathFull    = sPathDefault + sFileName;


            // Open PDF in another browser.
            ResponseHelper.Redirect(sPathFull, "_blank", "");
        }