today = new Date();
if (today.getDay()==0){
  document.write("Ananias'");
} else { 
  document.write("Viggos");
}


