")}document.write('text = "'+text+'"
'),document.write('jQuery.trim(text) = "'+trim(text)+'"
'),document.write('my trim(text) = "'+trim2(text)+'"
'),text.search(/\s/g)>-1&&(document.write("replacing \\s with #
"),searchFor(/\s/g,text)),text.search(/\u00A0+/g)>-1&&(document.write("replacing \\u00A0 with #
"),searchFor(/\u00A0+/g,text)),text.search(/ +/g)>-1&&(document.write("replacing   with #
"),searchFor(/ +/g,text)),text.search(/z+/g)>-1&&(document.write("replacing z at with #
"),searchFor(/z+/g,text)),text.search(String.fromCharCode(160))>-1&&(document.write("replacing String.fromCharCode(160) at with *
"),searchFor(String.fromCharCode(160),text));