document.writeln('<table background="http://www.celebrity-websites.com/cwlites.gif" width="153" height="150" border="0" cellpadding="0" align="center">');
document.writeln('<tr bgcolor="#84c6FF">'); 
document.writeln('<td valign="top">'); 
document.writeln('<!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --> ');

function FrontPage_Form1_Validator(theForm)
{

if (theForm.Name.value == "")
{
alert("Please enter a value for the \"Name\" field.");
theForm.Name.focus();
return (false);
}

if (theForm.Name.value.length > 40)
{
alert("Please enter at most 40 characters in the \"Name\" field.");
theForm.Name.focus();
return (false);
}

if (theForm.Email.value == "")
{
alert("Please enter a value for the \"Email\" field.");
theForm.Email.focus();
return (false);
}

if (theForm.Email.value.length > 40)
{
alert("Please enter at most 40 characters in the \"Email\" field.");
theForm.Email.focus();
return (false);
}
return (true);
}

document.writeln('<!--webbot BOT="GeneratedScript" endspan -->'); 
document.writeln('<form method="POST" action="http://www.earthnewsletter.com/_vti_bin/shtml.dll/opt_in.html" onSubmit="return FrontPage_Form1_Validator(this)" name="FrontPage_Form1" webbot-action="--WEBBOT-SELF--">');
document.writeln('<!--webbot bot="SaveResults" U-File="http://www.earthnewsletter.com/thelist.html" S-Format="HTML/BR" S-Label-Fields="TRUE" B-Reverse-Chronology="TRUE" S-Builtin-Fields="Date Time REMOTE_NAME REMOTE_USER HTTP_USER_AGENT" startspan -->'); 
document.writeln('<input type="hidden" name="VTI-GROUP" value="0">');
document.writeln('<!--webbot bot="SaveResults" endspan i-checksum="43374" -->');
document.writeln('<br><center><b><font face="Arial, Helvetica, sans-serif" size="2" color="#FFFFFF">Join Our eMail List</font></b>');
document.writeln('<center><font size="2" face="arial, helvetica" color="#FFFFFF"></font></center>');
document.writeln('<p align="center"><b><font face="Arial, Helvetica, sans-serif" size="2" color="#FFFFFF">Lovearth Network<BR> Monthly Newsletter</font></b>');
document.writeln('<p><center><b><font size="2" face="arial, helvetica" color="#FFFFFF"> All eMail addresses<br>are kept confidential </font></b></center>');
document.writeln('<p><center> <!--webbot bot="Validation" S-Display-Name="Name" B-Value-Required="TRUE" I-Maximum-Length="40" -->'); 
document.writeln('<font size="1" face="arial, helvetica" color="#FFFFFF">Name</font>'); 
document.writeln('<input type="text" name="Name" size="11" maxlength="40"><br');
document.writeln('<!--webbot bot="Validation" S-Display-Name="Email" B-Value-Required="TRUE" I-Maximum-Length="40" -->'); 
document.writeln('<font size="1" face="arial, helvetica" color="#FFFFFF">eMail</font>'); 
document.writeln('<input type="text" name="Email" size="11" maxlength="40"><br><br>');
document.writeln('<input type="submit" value="Subscribe" name="submit "></center></form>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</center>');



