var p=document.getElementsByTagName("link");
var c=0;
while (c < p.length)
 {
 t = p[c].href;
  if(t == "http://"+location.hostname+"/css/kk/print.css")
  {
  p[c].href = "http://www.kansalliskirjasto.fi/attachments/5ATKTVg5V/5LcGV3lRU/Files/CurrentFile/print_etusivu.css";
  }
  else
  {
  c++;
  }
 }
