Web.Document.GetElementById("navbar_username").SetAttribute("value", userName.Text)
Web.Document.GetElementById("navbar_password").SetAttribute("value", passWord.Text)
For Each Element As HtmlElement In Web.Document.All 'fuck u mpgh for not having an id for the login button
If Element.GetAttribute("value") = "Log in" Then
Element.InvokeMember("click")
End If
Next
'put this in webbrowser_doc completed
If Web.Url.ToString = "http://www.mpgh.net/forum/" Then
If Web.DocumentTex*****ntains("My Mood") And Web.DocumentTex*****ntains("You last visited") Then
'o hai there we are logged in, time to steal ja infoz0rs
End If
End If