<% function fnReplace1(strText) if strText <> "" AND isNull(strText)=FALSE then strText=Replace(strText,","," ") end if fnReplace1=strText end function %>