/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FILE LOCATION: /2008_templates/scripts/display_printPage.js
DESCRIPTION: This script writes the 'Printer Version' button to the page
DATE of LAST EDIT: August 20, 2008 
CHANGE LOG: 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
var sSiteRoot = window.location.protocol + "//" + window.location.host + "/";
document.write("<div id='print' style='margin-right:5px;'>");
document.write("<a href='javascript:doPrint();'><img src='" + sSiteRoot + "images/printer.gif' alt='Print this page' width='38' height='55' border='0'></a>");
document.write("</div>");