Represent a WEBSPELLCHECKER static auto create mechanism.
Example
<script>
window.WEBSPELLCHECKER_CONFIG = {
serviceId: 'Your current service ID',
serviceProtocol: 'https',
serviceHost: 'svc.webspellchecker.net',
servicePath: 'spellcheck31/script/ssrv.cgi',
servicePort: '443',
lang: 'en_US'
};
</script>
<textarea data-wsc-autocreate="true" type="text">Some text.</textarea>