#include <array.au3>
#include <IE.au3>
#include <Inet.au3>
dim $ga[100]
; Create a browser window and navigate to hotmail
$oIE = _IECreate ("http://www.realitylapse.com",0,0)
; Get pointers to the login form and username, password, and signin fields
$o_form = _IEFormGetObjByName ($oIE, "speedForm")
$o_login = _IEFormElementGetObjByName ($o_form, "username")
$o_password = _IEFormElementGetObjByName ($o_form, "password")
$o_signin = _IEFormElementGetObjByName ($o_form, "Submi