//
// (c) John McCallum, 2005
//
// This fills in the menu entry of the window it is included
// from. It can be carried out more programmatically or, as
// here just by filling in a string which contains the html
// you want to be displayed.
//

//
// In the following not that " have been escaped to become \"
//

msg_text  = "<table cellpadding=\"0\" cellspacing=\"0\" width=\"180\">"
msg_text += " <tbody>"
msg_text += "  <tr> "
msg_text += "   <td align=\"center\"><hr><b>News</b><hr>"
msg_text += "    <table bgcolor=\"#FFFFFF\" bordercolor=\"#FFFFFF\" border=\"0\" "
msg_text += "    	cellpadding=\"4\" cellspacing=\"0\" width=\"180\">"

msg_text += "      <tr> "										    
msg_text += "       <td align=\"center\">"
msg_text += "        <a href=\"AnnConf.html\"><img src=\"images/Mini/AnnConf2012-mini.jpg\" border=\"0\" title=\"The Falls of Inversnaid\"></a>"
msg_text += "       </td> "										    
msg_text += "      </tr> "
msg_text += "      <tr> "										    
msg_text += "        <td align=\"left\">"
msg_text += "        <small>"  		    
msg_text += "        A programme and booking form for the 2012 Annual Conference, <a href=\"AnnConf.html\"><i>Crossing the Highland Line in the 19th Century: cross-currents in Scottish writing</i></a>, is now available."
msg_text += "        </small>"					    
msg_text += "       </td> "										    
msg_text += "      </tr> "
msg_text += "      <tr> "										    
msg_text += "        <td align=\"left\">"
msg_text += "        <small>"  		    
msg_text += "        &nbsp;"
msg_text += "        </small>"					    
msg_text += "       </td> "										    
msg_text += "      </tr> "

msg_text += "      <tr> "										    
msg_text += "       <td align=\"center\">"
msg_text += "        <a href=\"Cuillin.html\"><img src=\"images/Mini/Cuillin-mini.jpg\" border=\"0\" title=\"An Cuilithionn 1939\"></a>"
msg_text += "       </td> "										    
msg_text += "      </tr> "
msg_text += "      <tr> "										    
msg_text += "        <td align=\"left\">"
msg_text += "        <small>"  		    
msg_text += "        Christopher Whyte&rsquo;s new edition of <a href=\"Cuillin.html\">Sorley MacLean&rsquo;s <i>An Cuilithionn</i></a> was shortlisted for the <a href=\"http://www.saltiresociety.org.uk/4282\" target=\"_blank\">Scottish Book of the Year</a> award 2011."
msg_text += "        </small>"					    
msg_text += "       </td> "										    
msg_text += "      </tr> "
msg_text += "      <tr> "										    
msg_text += "        <td align=\"left\">"
msg_text += "        <small>"  		    
msg_text += "        &nbsp;"
msg_text += "        </small>"					    
msg_text += "       </td> "										    
msg_text += "      </tr> "

msg_text += "      <tr> "										    
msg_text += "       <td align=\"center\">"
msg_text += "        <a href=\"Scotnotes.html\"><img src=\"images/Mini/LatestSN-mini.gif\" border=\"0\" title=\"Scotnotes study guides\"></a>"
msg_text += "       </td> "										    
msg_text += "      </tr> "
msg_text += "      <tr> "										    
msg_text += "        <td align=\"left\">"
msg_text += "        <small>"  		    
msg_text += "        Two new <a href=\"Scotnotes.html\">Scotnotes</a> study guides, on <a href=\"SN29.html\">Bill Forsyth&rsquo;s <i>Local Hero</i></a> and <a href=\"SN30.html\"><i>The Poetry of Sorley MacLean</i></a>, have been published."
msg_text += "        </small>"					    
msg_text += "       </td> "										    
msg_text += "      </tr> "
msg_text += "      <tr> "										    
msg_text += "        <td align=\"left\">"
msg_text += "        <small>"  		    
msg_text += "        &nbsp;"
msg_text += "        </small>"					    
msg_text += "       </td> "										    
msg_text += "      </tr> "

msg_text += "      <tr> "										    
msg_text += "       <td align=\"center\">"
msg_text += "        <a href=\"Literary_Scotland.html\"><img src=\"images/Mini/Literary_Scotland-mini.jpg\" border=\"0\" title=\"Literary Scotland: A Traveller's Guide\"></a>"
msg_text += "       </td> "										    
msg_text += "      </tr> "
msg_text += "      <tr> "										    
msg_text += "        <td align=\"left\">"
msg_text += "        <small>"  		    
msg_text += "        <a href=\"Literary_Scotland.html\"><i>Literary Scotland: A Traveller&rsquo;s Guide</i></a>, produced in association with <a href=\"http://www.visitscotland.com/\" target=\"_blank\">VisitScotland</a>, is available as a <b>FREE</b> download."
msg_text += "        </small>"					    
msg_text += "       </td> "										    
msg_text += "      </tr> "
msg_text += "      <tr> "										    
msg_text += "        <td align=\"left\">"
msg_text += "        <small>"  		    
msg_text += "        &nbsp;"
msg_text += "        </small>"					    
msg_text += "       </td> "										    
msg_text += "      </tr> "

msg_text += "      <tr> "										    
msg_text += "       <td align=\"center\">"
msg_text += "        <a href=\"WISL.html\"><img src=\"images/Mini/WISL-mini.jpg\" border=\"0\" title=\"What is Scottish Literature?\"></a>"
msg_text += "       </td> "										    
msg_text += "      </tr> "
msg_text += "      <tr> "										    
msg_text += "        <td align=\"left\">"
msg_text += "        <small>"  		    
msg_text += "        <a href=\"WISL.html\"><i>What is Scottish Literature?</i></a>, an overview of Scotland&rsquo;s literary culture with an introduction to her best-known writers, poets and playwrights, is available as a <b>FREE</b> download."
msg_text += "        </small>"					    
msg_text += "       </td> "										    
msg_text += "      </tr> "
msg_text += "      <tr> "										    
msg_text += "        <td align=\"left\">"
msg_text += "        <small>"  		    
msg_text += "        &nbsp;"
msg_text += "        </small>"					    
msg_text += "       </td> "										    
msg_text += "      </tr> "

msg_text += "     </tbody>"
msg_text += "    </table>"
msg_text += "   </td>"
msg_text += "  </tr> "
msg_text += " </tbody>"
msg_text += "</table>" 

//
// And now let's plug this into the gap ing the web page
//

var x=document.getElementById("news")

x.innerHTML = msg_text

