



function banner() {

	document.write ('<table class=frame cellspacing=0px align=center><tr>');


	document.write ('<!-- NOTE: left column, logo  -->');
	document.write ('<th width=200px class=logo>');
	document.write ('<img class=logo src="./image/logo_179x72.gif">');
	document.write ('</th>');

	document.write ('<td class=banner align=center><br><font color=#ccaa55>BUSINESS MANAGEMENT FOR ENDOVASCULAR CENTERS</font></td>');

	document.write ('</tr>');
	document.write ('</table>');

}


