I am new to programming. I'm looking to become a script kitty and I want to learn how to create a script that will automatically load an email address into an account that I will create on the fly for the website eventful.com
<!-- START: USER-LOGIN-STATUS -->
<div id="user-panel" class="logged-out">
<ul><li class="sign-in last"><a href="http://eventful.com/signin" id="user-panel-signin" rel="nofollow">Sign in</a></li> </ul>
<div class="field-container">
<label for="inp-user-panel-username" class="">
<span class="field-name">Username</span>
<input type="text" name="username" id="inp-user-panel-username" value="" tabindex="1" /></label>
</div>
<div class="field-container">
<label for="inp-user-panel-password" class="">
<span class="field-name">Password</span>
<input type="password" name="password" id="inp-user-panel-password" tabindex="2" /></label>
<a href="http://eventful.com/forgot?"
id="user-panel-forgot" tabindex="3" rel="nofollow">Forgot your password?</a>
</div>
<div class="buttons">
<button tabindex="4" id="btn-user-panel-signin" type="submit" class=""><span>Sign in</span> </button>
<span id="btn-user-panel-cancel" class="fakelink">Cancel</span>
</div>
<div id="fb-login-box">
<p>Not a member? <a href="/join" title="Join Eventful">Join</a> or</p>
<a href="/join" title="Connect with Facebook" id="fb-login-button">Connect with Facebook</a>
</div>
</form>