<!-- hide from old browsers
// ppb and ppe are the start and end of the dynamic link
// window.location.href will refer to the current URL of the page
// it's nice to make it open in a new window too!  i.e. target=_blank
var ppb = "<a href=printpage.asp?ref=";
var ppe = " target=_blank class=linkCopyright>Print This Page</a>";
document.write(ppb + window.location.href + ppe);
//end -->
