function FormatWiki(textArea) { var formatter = new WikiFormatter(); textArea.value = formatter.format(textArea.value); textArea.focus(); } document.write('');