
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TEMPLATE VERSION: 2008 Internet Templates version 1.0
SCRIPT VERSION:  1.0 
FILE LOCATION: /2008_templates/scripts/display_printPage.js
DESCRIPTION: This script inserts the 'Printer Version' button widget into the page HTML code
DATE of LAST EDIT: September 16, 2008 
CHANGE LOG: 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

document.write("<div id='print'>");
document.write("<a href='javascript:doPrint();'>Printer Version</a> <a href='javascript:doPrint();'><img src='" + sSiteRoot + "2008_templates/images/icons/print.gif' alt='Print this page' width='18' height='15'></a>");
document.write("</div>");