function dayLight(c,d){var a=document.getElementById(c),b=document.getElementById(d);if(b&&b.checked){a.style.color="#50c151";return}else{a.style.color="#333333";return}};
