document.write("")
now = new Date()
 
if (now.getDay() == 1)
document.write("godz. <b>14<sup>oo</sup> - 17<sup>3o</sup></b>")

if (now.getDay() == 2)
document.write("godz. <b>13<sup>oo</sup> - 17<sup>3o</sup></b>")

if (now.getDay() == 3)
document.write("godz. <b>13<sup>oo</sup> - 17<sup>oo</sup></b>")

if (now.getDay() == 4)
document.write("godz. <b>11<sup>oo</sup> - 15<sup>oo</sup></b>")

if (now.getDay() == 5)
document.write("<b><span style='color:red;' title='gabinet nieczynny'>gabinet nieczynny</span></b>")

if (now.getDay() == 6)
document.write("<b><span style='color:red;' title='gabinet nieczynny'>gabinet nieczynny</span></b>")

if (now.getDay() == 0)
document.write("<b><span style='color:red;' title='gabinet nieczynny'>gabinet nieczynny</span></b>")

document.write("")