// JavaScript Document

var mode = location.search.substring(1);
if (mode == "print") {
  document.write('<link rel="stylesheet" href="/css/print.css" type="text/css">');
}
