<% function repString(thisVal) thisVal=replace(thisVal,"<","") thisVal=replace(thisVal,">","") thisVal=replace(thisVal,"-","") thisVal=replace(thisVal,"_","") thisVal=replace(thisVal,",","") thisVal=replace(thisVal,";","") thisVal=replace(thisVal,"'","") thisVal=replace(thisVal,"(","") thisVal=replace(thisVal,")","") thisVal=replace(thisVal,"javascript","") repString=thisVal end function %>