function showPog()
{//show pogode
date = new Date();
s_date = now.getYear() + "." + now.getMonth()+1 + "." +now.getDate();
document.write('<b><font color="red"><img src=http://w.wp.pl/p/pogoda/i/general/country/POL/forecast/'+  now.getYear() + "." + nameMonth[now.getMonth()] + "." + nameDate[now.getDate()-1] +  "." + "png" +'></font></b>' );
}
