function showName()
{//show current name
date = new Date();
m = date.getMonth() + 1;
d = date.getDate();
document.write("<font color='white'>" + names[m][d] + "</font>");
}

function showSw()
{//show current name
date = new Date();
m = date.getMonth() + 1;
d = date.getDate();
document.write("<b><font color='red'>" + sw[m][d] + "</font></b>");
}



function showFoto()
{//show faze
date = new Date();
m = date.getMonth() + 1;
d = date.getDate();

document.write('<b><font color="red"><img src=luna/'+ faze[m][d] +'.gif></font></b>' );
}

function showWs()
{//show up
date = new Date();
m = date.getMonth() + 1;
d = date.getDate();
document.write("<font color='teal'><b>&#1074;&#1086;&#1089;&#1090;&#1086;&#1082; &#1089;&#1086;&#1083;&#1085;&#1094;&#1072;: </b></font><font color='black'>" + ws[m][d] + "</font>");
}

function showZs()
{//show down
date = new Date();
m = date.getMonth() + 1;
d = date.getDate();
document.write("<font color='teal'><b>&#1079;&#1072;&#1087;&#1072;&#1076 &#1089;&#1086;&#1083;&#1085;&#1094;&#1072;:  </b></font><font color='black'>" + zs[m][d] + "</font>");
}