// JavaScript Document
var hc = '';
hc += '		<table width="100%" border="0" cellspacing="0" cellpadding="0">';
hc += '			<tr valign="top">';
hc += '				<td align="left" width="100%" valign="top" style="line-height: 10px"><a href="/index.html"><img src="/images/header_logo.jpg" alt="Bariatric Associates" width="544" height="82"></a></td>';
hc += '			</tr>';
hc += '		</table>';

document.write(hc);
