Public Class index
Inherits System.Web.UI.Page
Public strTitle As String
Public funCenter As New funMut
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
strTitle = funCenter.GetTitle()
'Response.Redirect("comingsoon.aspx")
'Response.Redirect("preview.aspx")
Response.Redirect("home.aspx")
'If strTitle = "a" Then
' strTitle = "1"
'ElseIf strTitle = "b" Then
' strTitle = "2"
'End If
End Sub
End Class