<script language="javascript"> String.prototype.Trim = function() { return this.replace(/(^\s*)|(\s*$)/g, ""); } </script>