Forum Moderators: open
<script type="text/javascript">
var message = new Array('January text', 'February text', 'March text');
var rightnow = new Date();
document.write(message[rightnow.getMonth()]);
</script>
Weeks, seasons and astrological voodoo are not incorporated into the JavaScript date object, so that will be thougher to accomplish. You'll need lists. However I'm sure someone will have scripted it before...