Cody,
1.) Please note that what you have to specify is the HTML code for a text fragment, not a complete HTML page. This means that you should remove the following lines:
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled 1</title>
2.) DisclaimIt will only process inline images when specified in an IMG tag. The tag 'imagedata' is not supported. You have an IMG tag specified, but only optional (<![if !vml]>).
Remove the conditional IMG expression and replace the 'imagedata' tag with an IMG tag, which may look like:
<img border="0" width="192" height="192" src="images/logo.jpg" alt="Description: CLFCR Logo" />
Note that the parameter 'v:shapes="_x0000_i1025"' which occurs in your current IMG tag must also be removed.
-Franz