function echeck9357822(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 getComments9357822() { var Comments = ""; Comments = prompt ("Please enter any comments you have",""); return(Comments); } function ValidateForm9357822(){ var askEmail = "1"; var reqID = ""; var didIt = 0; var i = 0; var askComments = "1"; var reqComments = ""; var pemailID = ""; var Comments = ""; for (i=0;itable.survey9357822 td { border-width: 1px; border-color: #660033; 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? Votes
'); document.writeln(' Google.com 54.55%
'); document.writeln(' Altavista.com 9.09%
'); document.writeln(' MSN.com 9.09%
'); document.writeln(' Yahoo.com 18.18%
'); document.writeln(' Ask.com 9.09%
'); document.writeln('
');