/*
	::::: Top logo on all webpage :::::
*/

// Clients

document.write('<DIV id=section1 style="MARGIN: 0px"> ');

document.write('<TABLE bgcolor="#a5db57" cellSpacing=0 cellPadding=0 width=200 height=80 border=0>');
document.write('<tr><td align="center"><a href="http://www.training-hipaa.net"><img src="../images/NewLogo.jpg" width="115" height="80" border="0"></a></td>');
document.write('</tr></table>');