<div id="original-content">
<h2><a name="top">This is a heading</a></h2>
<h3>This is a sub-heading</h3>
<p>A paragraph may contain <a href="http://google.com/">Hyperlinks</a> or other elements such as:</p>
<ul>
<li>List items</li>
<li>Words with <span style="color:green">span styles</span> applied</li>
<li>etc.</li>
</ul>
<p>You may also have form elements within tables, such as:</p>
<table>
<tr>
<td>Input Text</td>
<td><input type="text" value="input text would belong here" /></td>
</tr>
<tr>
<td>Radio Buttons:</td>
<td>
<label><input type="radio" name="radio1" /> Radio option 1</label><br />
<label><input type="radio" name="radio1" /> Radio option 2</label>
<label><input type="radio" name="radio1" /> Radio option 3</label>
</td>
</tr>
<tr>
<td>Textarea</td>
<td><textarea name="text">Some piece of text area text would belong here.</textarea></td>
</tr>
</table>
</div>
<p>Short words that should just work:</p>
<ul>
<li>hard</li>
<li>work</li>
</ul>
<p>Words this make trip up on:</p>
<ul>
<li>peel</li>
<li>seek</li>
</ul>
<p>Words it needs to have exceptions for:</p>
<ul>
<li>feeling</li>
<li>cookies</li>
</ul>
</body>