//////////////////////////////////////////////////////////////////////////////////
// This is the Javascript page for the banner image on all pages//
//////////////////////////////////////////////////////////////////////////////////

// Clients

document.write('<DIV id=section1 style="MARGIN: 0px"> ');

document.write('<TABLE bgcolor="#ffffff" cellSpacing=0 cellPadding=0 width=766 height=245 border=0>');
document.write('<TR><td><img src="../images/banner.jpg" width="766" height="245"></td>');
document.write('</TR></TABLE></DIV>');
