document.observe('dom:loaded', function () {
   if(location.hash.indexOf('print') != -1) $('printsheet').writeAttribute('media', false);
});