<!--
function bunker(where) {
  fbit = '.s';
  prefix = 'locum_';
  mbit = 'ht';
  allwhere = prefix  + where + '_templ2' + fbit + mbit + 'ml';
  top.location = allwhere;
}
   
//-->