  function placeMonth() {
    var cMonth = new Array("January", "February", "March", "April", "May",
                           "June", "July", "August", "September", "October", 
                           "November", "December");
    var lTime = new Date();
    document.getElementById("headerdate").innerHTML = 
     cMonth[lTime.getMonth()] + " " + lTime.getFullYear();
  }

/*  Note the onclick="target='_blank';"
  <div id="splash1" class="splashtext">
    <h2>Resources for playwrights</h2>
    <p class="splashtext2" onclick="javascript:hideSplash()"><span style="background-color: rgb(102,131,154); cursor:pointer; color: rgb(102,0,51);">Close this window</span></p>
    <p class="splashtext2"><a href="http://www.primarycreations.org.uk" onclick="target='_blank';" title="Link to Primary Creations - opens new tab or window">Primary Creations</a> run courses in writing for the screen.  They also provide a script reading service.<br /><br />
    "I found the sessions very useful and went to three or four over a two year period," says John Waterhouse, who has had a couple of plays performed recently at Salford Arts Theatre.</p>
    <p class="splashtext2">John also recommends <a href="http://www.contact-theatre.org/whats-on/events/565/scriptworks.htm" onclick="target='_blank';" title="Link to Scriptworks at the Contact Theatre - opens a new tab or window">Scriptworks</a> at the Contact Theatre - have your play read by actors then discussed by the actors and other writers.</p>
    <p class="splashtext2"><a href="http://www.newplaysnw.co.uk/" onclick="target='_blank';" title="Link to NorthWerst Playwrights - opens new tab or window">North West Playwrights</a> offer support for playwrights and script reading services.<br /><br />
    "Very good," says Ruth Estevez, and she should know;  she's written scripts for Bob the Builder!</p>
    <p class="splashtext2">Northern Spirit Creative announces the <a href="http://www.northernspiritcreative.co.uk/index.php?option=com_content&amp;view=section&amp;layout=blog&amp;id=19&amp;Itemid=15" onclick="target='_blank';" title="Link to Northen Spirit Creative - opens a new tab or window">NSC Theatre Awards</a> in Leeds - an opportunity for writers, actors and directors.</p>
    <p class="splashtext2" onclick="javascript:hideSplash()"><span style="background-color: rgb(102,131,154); cursor:pointer; color: rgb(102,0,51);">Close this window</span></p>
  </div>
*/
