I have JavaScript code and below line has problem.
if ((hr==20)) document.write(\"Good Night\"); document.getElementById(\'Night).style.display=\'\' <
if ((hr==20)) document.write(\"Good Night\"); document.getElementById(\'Night).style.display=\'\'
Your missing a ' after night. right here getElementById('Night