//KERRO KAVERILLE
function kerro(){
  document.forms["tellfriend"].urlis.value=document.location.href;
  document.forms["tellfriend"].redirectlink.value=document.location.href;
  document.forms["tellfriend"].submit();
}
