<HTML> <!-- ARCHIVE by FORTUNECITY.ws --> <HEAD> Enter text in these boxes. If you type a 'bad' word, the censor box will list all the occurances of the 'bad' word. <SCRIPT language="JavaScript" > <!-- function findBadWords(form) { var txt = form.inText.value; var pattern=/shit|damm|darn|stupid|bad/ig if (txt.search(pattern) == -1) { //no bad words found text="No bad words. Good kid"; } else { text = txt.match(pattern); } document.samsform.outText.value = text; //replace inText bad words with XXX var newstring=txt.replace(pattern,"XXX"); document.samsform.inText.value=newstring; } // --> </SCRIPT> </HEAD> <BODY ><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-47423994-1', 'fortunecity.ws'); ga('send', 'pageview'); </script> <center> <br> <div> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </div> </center> <center> <br> <div style="height:5px"></div> </center> <CENTER> <P><STRONG>Type text in these boxes. If you type a 'bad' word, the censor box will list all the occu rances of the 'bad' word.</STRONG></P> <FORM NAME="form2" ENCTYPE="multipart/form-data" METHOD=post> <TEXTAREA NAME="inText" COLS="30" ROWS="10">type shitty words, dammit!</TEXTAREA> <TEXTAREA NAME="outText" COLS="30" ROWS="10">censor</TEXTAREA> <BR><INPUT TYPE="button" VALUE="Check for 'bad' words." onclick="findBadWords(this.form)"> </FORM> </CENTER> </BODY> <!-- ARCHIVE by FORTUNECITY.ws --> <center> <div> <br> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250&cache=0"></script> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250"></script> </div> <br> <br> </center> </HTML>