
function get_frase()
{
  var h=(new Date()).getHours();
  if (h > 2  && h < 23) return ("Prosze kompendium w tlumaczeniu na jezyk polski!");
  if (h > 22 || h < 3 ) return ("Prosze kompendium w tlumaczeniu na jezyk polski!");
}
