function checkUser(){
  var results = document.cookie.match ("current-petervella-user");
  if ( results ) window.location="../../index-current.html";
  else  window.location="../../index.html";
}
