var zm_data = "8 lipca 2010";
var zm_data2 = "2010-07-08";

function wypisz_date(){
  document.write(zm_data);
}
