day = new Date()
hr = day.getHours()
theday = day.getDay()
if (((theday == 1)||(theday == 2)||(theday == 3)||(theday == 4)||(theday == 5)||(theday == 6)) && ((hr == 0)||(hr == 1)||(hr == 2)||(hr == 3)||(hr == 4)||(hr == 5)||(hr == 6)||(hr == 7)||(hr == 8)))
{
document.write("<img src='site/off_line.gif'>")
}
if (((theday == 1)||(theday == 2)||(theday == 3)||(theday == 4)||(theday == 5)) && ((hr == 8)||(hr == 9)||(hr == 10)||(hr == 11)||(hr == 12)||(hr == 13)||(hr == 14)||(hr == 15)||(hr == 16)||(hr == 17)||(hr == 18)||(hr == 19)||(hr == 20)))
{
document.write("<img src='site/on_line.gif'>")
}
if (((theday == 1)||(theday == 2)||(theday == 3)||(theday == 4)||(theday == 5)) && ((hr == 21)||(hr == 22)||(hr == 23)))
{
document.write("<img src='site/off_line.gif'>")
}
if (((theday == 6)) && ((hr == 8)||(hr == 9)||(hr == 10)||(hr == 11)||(hr == 12)||(hr == 13)||(hr == 14)||(hr == 15)))
{
document.write("<img src='site/on_line.gif'>")
}
if (((theday == 6)) && ((hr == 16)||(hr == 17)||(hr == 18)||(hr == 19)||(hr == 20)||(hr == 21)||(hr == 22)||(hr == 23)))
{
document.write("<img src='site/off_line.gif'>")
}
if (((theday == 6)) && ((hr == 0)||(hr == 1)||(hr == 2)||(hr == 3)||(hr == 4)||(hr == 5)||(hr == 6)||(hr == 7)))
{
document.write("<img src='site/off_line.gif'>")
}
if (((theday == 0)) && ((hr == 0)||(hr == 1)||(hr == 2)||(hr == 3)||(hr == 4)||(hr == 5)||(hr == 6)||(hr == 7)||(hr == 8)||(hr == 9)||(hr == 10)||(hr == 11)||(hr == 12)||(hr == 13)||(hr == 14)||(hr == 15)||(hr == 16)||(hr == 17)||(hr == 18)||(hr == 19)||(hr == 20)||(hr == 21)||(hr == 22)||(hr == 23)))
{
document.write("<img src='site/off_line.gif'>")
}

