// add the print box if Javascript is enabled

$(document).ready(function(){
  $(" <div />" )
   .attr( "id", "printOuter")
   .addClass( "header" )
   .html( "<h2>print</h2><div id='print'><p class='printPage'><a href='javascript:print()' >Print this page</a></p></div>")
   .prependTo( jQuery( "#utilitiesAndResources" ));
});  