<!--
 function conf(link, text) {
  if (confirm(text)) {
   window.location.href=link;
  }
 }
//-->
