imports System.Web.UI.HtmlControls
Dim OverviewLink1 as HtmlAnchor = new HtmlAnchor()
Dim OverviewLink2 as HtmlAnchor = new HtmlAnchor()
Dim state As HttpApplicationState = HttpContext.Current.Application("blog-1-1")
OverviewLink1.HRef = state
OverviewLink2.HRef = HttpContext.Current.Application("blog-1-1")