<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->


document.write(' <style>td, select, textarea, input {font-family: verdana;font-size: 8pt;}p {font-family: verdana;font-size: 8pt;margin: 7;}.required {color: red;font-weight: bold;}.heading {font-size: 10pt;font-weight: bold;color: #FFFFFF;}</style> ');

document.write(' <form action="http://ategymail.com/send/users/form.php?FormID=7" method="post" name="frmSS" onSubmit="return CheckSS()"><table bgcolor="#666699" border=1 bordercolor="white" width="300" cellspacing="0" cellpadding="0"><tr><td height="20" align="center"><p class="heading">&nbsp;Coupons and Special Events</p></td></tr><tr><td valign="top" align="center"><p><span class="required">*</span> First Name:&nbsp;&nbsp;&nbsp;&nbsp; <input style="font-family: Verdana; font-size: 8pt" value="" id="Fields[1]" name="Fields[1]" type="text" size="20" maxlength="100"></p><p><span class="required">*</span> Last Name:&nbsp;&nbsp;&nbsp;&nbsp; <input style="font-family: Verdana; font-size: 8pt" value="" id="Fields[2]" name="Fields[2]" type="text" size="20" maxlength="100"></p><p><span class="required">*</span>Email Address: <input type="text" name="Email" value="" size="20"></p><input type="hidden" name="SelectLists[5]" value="YES"><p><span class="required">*</span> Preferred Format:   <p><select name="Format"><option value="1">Text</option><option value="2" SELECTED>HTML</option></select></p><input type="hidden" name="FormCode" value="abd967ff3599ecb076ec7887715a47ca"><p><input type="submit" value="Subscribe"><br>&nbsp;</p></td></tr></table></form> ');

document.write(' <script language="JavaScript"> // check multi checkboxes based on the name passed in.  function CheckMultiple(name) { theFrm = document.frmSS; for (var i=0; i < theFrm.length; i++) { fldObj = theFrm.elements[i]; var fieldnamecheck=fldObj.name.indexOf(name); if (fieldnamecheck != -1) { if (fldObj.checked) { return true; } } } return false; 	} function CheckSS() { theFrm = document.frmSS;  hasDot = theFrm.Email.value.indexOf(".");  hasAt = theFrm.Email.value.indexOf("@"); if (hasDot == -1 || hasAt == -1) { alert("Please enter a valid email address."); theFrm.Email.focus(); theFrm.Email.select(); return false; }return true; } </script>');

//  End -->