function ohNotice(){var textvalue ="<p style=\"margin:0;padding:0 0 0 1em;background-color:#CCCCCC\">Chiyo Linden Office Hour</p>";textvalue +="<p style=\"margin:0 1em 0 0;text-align:right;\">Monday and Friday</p>";textvalue +="<p style=\"margin:0 1em 0 0;text-align:right;\">21:00 - 22:00 (JST) </p>";document.getElementById("officehourtable").innerHTML = textvalue;setTimeout("ohNotice()",30000);}