function echeck9985445(str) { var at="@" var dot="." var lat=str.indexOf(at) var lstr=str.length var ldot=str.indexOf(dot) if (str.indexOf(at)==-1){ alert("Invalid E-mail Address"); return false; } if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){ alert("Invalid E-mail Address"); return false; } if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){ alert("Invalid E-mail Address"); return false; } if (str.indexOf(at,(lat+1))!=-1){ alert("Invalid E-mail Adddress"); return false; } if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){ alert("Invalid E-mail Address"); return false; } if (str.indexOf(dot,(lat+2))==-1){ alert("Invalid E-mail Address"); return false; } if (str.indexOf(" ")!=-1){ alert("Invalid E-mail Address"); return false; } return true; } function getComments9985445() { var Comments = ""; Comments = prompt ("Please enter any comments you have",""); return(Comments); } function ValidateForm9985445(){ var askEmail = ""; var reqID = ""; var didIt = 0; var i = 0; var askComments = ""; var reqComments = ""; var pemailID = ""; var Comments = ""; for (i=0;itable.survey9985445 td { border-width: 0px; border-color: #000099; border-style: solid; }') document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln('
What\'s your favorite search engine?
'); document.writeln(' Google.com
'); document.writeln(' Altavista.com
'); document.writeln(' MSN.com
'); document.writeln(' Yahoo.com
'); document.writeln(' Ask.com
'); document.writeln('
');