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