| 
<?php// Example banner
 
 return <<<EOF
 <!-- Example Banner -->
 <header>
 <a href="https://www.bartonphillips.com"><img src="../images/blp-image.png"></a>
 $mainTitle
 <noscript>
 <p style='color: red; background-color: #FFE4E1; padding: 10px'>
 Your browser either does not support <b>JavaScripts</b> or you have JavaScripts disabled, in either case your browsing
 experience will be significantly impaired. If your browser supports JavaScripts but you have it disabled consider enabaling
 JavaScripts conditionally if your browser supports that. Sorry for the inconvienence.</p>
 </noscript>
 </header>
 EOF;
 
 |