//<!--
function pytanko(link,tekst)
{
  if (confirm(tekst))
  {location.href = link;}
}
//-->
