document.write('<table width="197" height="29" border="0" cellpadding="0" cellspacing="0" background="images/AAA_Img_18.jpg">')
document.write('<tr><th width="19" scope="col">&nbsp;</th>')
document.write('<th width="153" scope="col"><div align="left" class="MenuTitle">Newsletter')
document.write('</div></th>')
document.write('<th width="25" scope="col">&nbsp;</th>')
document.write('</tr></table>')
document.write('<table width="197" border="0" cellpadding="0" cellspacing="0" background="images/AAA_MenuService.jpg">')
document.write('<tr><th width="24" scope="col">&nbsp;</th>')
document.write('<th width="156" align="left" scope="col">')
document.write('<img src="images/AAA_SpacerTop.gif">')
document.write('<span class="ContentText"><br>Signup for special offers and exclusive invitations.<br></span>')
document.write('<form name="myform2" method="post" action="emailsignup.asp">')
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" height="30">')

 function doClear(theText) {
     if (theText.value == theText.defaultValue) {
         theText.value = ""
     }
 }

document.write('<tr><td valign="bottom" align="right" class="EmailClub"><input name="Email" size="13" type="text" value="email" class="ContentText" id="Email" onFocus="doClear(this)"/></td>')
document.write('<td valign="bottom" width="50" align="left" class="EmailClub"><input type="image" src="GoButton_Out.gif" name="b1" id="submitBtn2" onMouseOver="mouseOver()" onMouseOut="mouseOut()" alt="Submit Button" title="Submit Button" width="43" height="25" align="right" /></td>')
document.write('</tr></table>')
document.write('</form>')


  var frmvalidator  = new Validator("myform2");
  
  frmvalidator.addValidation("Email","maxlen=60");
  frmvalidator.addValidation("Email","req","Please enter your Email (You@YourDomain.com).");
  frmvalidator.addValidation("Email","email");

        
document.write('<img src="images/AAA_SpacerTop.gif">')           
document.write('</th><th width="26" scope="col">&nbsp;</th></tr>')
document.write('</table>')


