document.write('<script language="JavaScript1.1" type="text/javascript">function ClearInput() {var x = document.getElementById("newsEmail").value;if (x == "your email address" ) {document.getElementById("newsEmail").value = "";}}function checkEmail() {var errorMessage = "Please enter your e-mail address!";var errorMessage2 = "Please enter a valid e-mail address!";var x = document.getElementById("newsEmail").value;if (x == "your email address" ) {alert(errorMessage);return false;}else if (x == "" ) {alert(errorMessage);return false;}else if ((x.indexOf("@") == -1) || (x.indexOf(".") == -1)) {alert(errorMessage2);return false;}else {return true;}}</script><div style="width:190px;height:210px;border-style:solid;border-width:1px;border-color:darkred;color:black;background-image:url(https://www.dastore.com/addemail/images/background.jpg);margin-bottom:4px;text-align:left;"><form id="newsForm" name="newsForm" method="post" action="https://www.dastore.com/addemail/addemail.aspx" onSubmit="return checkEmail()"><div style="text-align:center;font-family:verdana; font-size:12pt; font-weight:bold; margin-top:10px;">Sign-up Today!</div><div><ul style="font-family:arial; font-size:10pt; margin-left:25px; margin-top:12px; margin-bottom:15px; padding-left:0px;"><li>New product updates</li><li>Exclusive email offers & coupons</li><li>Drawings & Prizes</li><li>Special promotions</li></ul></div><div style="text-align:center;"><input type="text" name="newsEmail" id="newsEmail" SIZE="22" MAXLENGTH="50" value="your email address" onClick="ClearInput()" style="border-color:#666666; border-width:1px; border-style:solid;height:22px;" /></div><div style="margin-top:5px; text-align:right; margin-right:11px;"><input name="Submit" type="image" border="0" src="https://www.dastore.com/addemail/images/submit.gif" /></div></form></div>');