If you just want to set aside some text, it might be easier to use the CSS display property.
<div id='test' style='display: none;'>
Some words.
</div>
<script type='text/javascript'>
// Then just access the contents of that div like this
document.getElementById('test').innerHTML;
</script>
The text in the <div> isn't visible in CSS capable browsers.
Regards,
Rich
--
[
http://www.smilingsouls.net]
[
http://pear.php.net/Mail_IMAP] A PHP/C-Client/PEAR solution for webmail