function linkfinder_start(text) {
   return "<" + text +">";
   }

function linkfinder_end(text) {
   return "<" +text+">";
   }
