<!--
function writeHTMLasJS(){
var strVar="";
strVar += "            <div align=\"center\">";
strVar += "            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse; border-color:#111111;\" width=\"100%\" id=\"AutoNumber7\">";
strVar += "				<tr>";
strVar += "				<td colspan=\"2\" height=\"40\"><\/td>";
strVar += "				<\/tr>";
strVar += "              <tr>";
strVar += "                <td width=\"60%\">&nbsp;<\/td>";
strVar += "                <td width=\"40%\" align=\"right\"><span class=\"bluetop\">Healthy Body, Healthy Mind, Healthy Finances<br>";
strVar += " 								    (630) 560-9781 | <a href=\"http:\/\/www.addthis.com\/bookmark.php\" class=\"blue\" onclick=\"return addthis_sendto()\" onmouseover=\"return addthis_open(this, '', '[URL]', '[TITLE]')\" onmouseout=\"addthis_close()\"><u>Bookmark or Share<\/u><\/a>";
strVar += "                                    <\/span>";
strVar += "            <\/td>";
strVar += "              <\/tr>";
strVar += "            <\/table>";
strVar += "            <\/div>";
document.write(strVar);
}
writeHTMLasJS();
//-->