if($hour<=4||$hour>=20) $css="night.css"; elseif($hour>4&&$hour<12) $css="morning.css"; elseif($hour>=12&&$hour<20) $css="day.css";