protected void Page_Load( object sender, EventArgs e )
 {
     BLL.Game BllGame = new BLL.Game();
     fullUrl = BllGame.GetDownUrl("dianxindown");
     smallUrl = BllGame.GetDownUrl("wangtongdown");
     //if( !string.IsNullOrEmpty( UserLoginInfo.UserID ) )
     //{
     //     loginId.Visible = false;
     //}
 }
 protected void Page_Load(object sender, EventArgs e)
 {
     BLL.Game BllGame = new BLL.Game();
     fullUrl  = BllGame.GetDownUrl("dianxindown");
     smallUrl = BllGame.GetDownUrl("wangtongdown");
     //if( !string.IsNullOrEmpty( UserLoginInfo.UserID ) )
     //{
     //     loginId.Visible = false;
     //}
 }