function zoovldte(formName){ if(formName.email){ if (formName.email.value.search(/^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/) == -1){ alert("Email address is invalid."); return false; } } else { alert("There is no email address field within the form."); return false; } } document.write('<style> #zoofrm{ 	font-family:arial; 	font-size:11px;  	line-height:17px; 	color:#333333; 	text-align:left; } #zooinpt{ 	font-family:arial, helvetica, sans-serif; 	font-size:11px;  	font-weight:300; 	background-color:#ffffff; 	padding:3px 0px 0px 3px; 	color:#333333; 	border:1px solid #557755; 	margin:0 0 2px 0; 	height:16px; 	line-height:12px; } #zoosbmt{ 	border-right:#acb5b5 3px double; 	border-top:#c4cccc 3px double; 	background-color:#f6f6f6; 	border-left:#acb5b5 3px double; 	border-bottom:#6f7777 3px double; 	font-family:Arial, Helvetica, sans-serif; 	font-size:11px; 	color:#000; } </style><div id="zoofrm" style="width:90%;padding:5px;"><form style="margin:0;display:inline;" action="http://www.zookoda.com/go/?41565F425D5D4B575A5A46535F41" method="post" onsubmit="return zoovldte(this);"><div style="width:100%;">Email Address</div><div style="width:100%;"><input id="zooinpt" type="text" name="email" value="" style="width:95%;"></div><div><input id="zoosbmt" type="submit" value="Subscribe" onmouseover="javascript:style.background=\'#FFDD55\'; javascript:style.cursor=\'hand\';" onmouseout="javascript:style.background=\'#fff\';"></div></form></div><div style="both:clear;font-family:arial;font-size:10px;color:#333">Powered By - <a href="http://www.zookoda.com/?utm_source=email%2Bsignup&utm_medium=email%2Bsignup">Zookoda</a></div>');