<!-- 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=/global/5728.asp?ref=";
    var ppe = " target=_blank class=text-sm><img src=/images/Global/icon_print_g.gif alt=Printer friendly></a> &nbsp;";
    document.write(ppb + window.location.href + ppe);   

    ppe = " target=_blank class=text-sm>Printer Friendly</a>";
    document.write(ppb + window.location.href + ppe);   

 //end -->
