// News Banner
// This document puts the news banner inline with the page it is included on
// to make this page appear in an html document, include the following command in the <head>:
// <script type="text/javascript" src="NewsBanner.js"> <//script> (one slash please)
// In the main body, put the following text where you want the banner to appear
//  
// <script type="text/javascript">
// make_news_banner();
// <//script> (one slash please)

// This function contains html text. You need to escape all " (use \" instead of ") and all
// newlines must be preceded by a backslash at the last character of the line (\)

function make_news_banner() {
document.write("\
<table bgcolor=\"#666699\">\
  <tr><td>\
  <span class=\"style3 style2\">News and Events      </span></td>\
</tr><tr><td class=\"stylegray\">\
\
<table>\
<tr><td>\
  <p><font color=\"#000000\"><span class=\"MsoNormal\"><a href=\"/bulletin.htm\"  ><strong>Weekly Bulletin</strong></a><br>\
   <a href=\"/content/monthlyreminders.html\" target=\"MainFrame\" ><strong>Refrigerator Reminder</strong></a> <br>\
        <a href=\"/content/Menu.html\"><strong> Lunch Menu</strong></a></span></font>  \
		</p> \
		<!--<a href=\"http://jostensyearbooks.com?REF=A01055431\" ><img src=\"/content/images/buybook.jpg\" ></a><br> -->\
</td><td>\
    <p align=\"left\" class=\"MsoNormal\">\
\
<!-- News goes here -->\
The Fall <a href=\"http://ravensports.com/\" target=\"_blank\" ><strong>Athletic Schedule</strong></a> is now available.<BR>\
The <a href=\"/content/Handbook.html\" ><strong>Daily Bell Schedule</strong></a> is now available online.<br>\
\
<!-- News goes above -->\
\
 <!--   <font color=\"#000000\">It's time to order a <a href=\"/content/Yearbook.html\" target=\"MainFrame\"><strong>yearbook</strong>!</a></font><br> -->\
    <font color=\"#000000\">Don't miss these <a href=\"/content/volunteers.html\" target=\"MainFrame\">\
	<strong>Volunteer Opportunities...</strong></a> Check back often! </font><br>\
	<font color=\"#000000\">Support your school! See the latest <a href=\"/content/FundRaising.html\" target=\"MainFrame\">\
	<strong>Fundraising Opportunities...</strong></a><br>\
<font color=\"#000000\">Buy and Sell your  textbooks <a href=\"/content/bookstore.html\" target=\"MainFrame\"><strong>here!</strong></a></font><br>\
<font color=\"#000000\">Track college applications, SAT Prep courses, scholarship searches at <a href=\"http://connection.naviance.com/stthomasmp\"><strong>Naviance: Family Connection</strong><\a>.</font><br><br>\
<table><tr><td>\
	  <img src=\"/content/images/Edvantagethumb.jpg\" width=\"150\" height=\"72\"></td><td>Do you shop online? Here is an opportunity to earn funds in your child's name that could help with their Senior Trip.  <a href=\"/content/Edvantage Registration Instructions.pdf\" target=\"_blank\"><strong>Register</strong></a> for the Edvantage Program, then earn rebates from hundreds of merchants.\
	  See the <a href=\"http://www.EdvantageProgram.com/WCV/SaintThomasMorePrep\" target=\"MainFrame\">\
	  <strong>Edvantage Program</strong></a> site for more details and the merchant list &ndash; ask your family and friends to participate as well! </p>\
	  </td></tr></table>\
	</td></tr></table>\
<p align=\"center\"><font color=\"#000000\">Please click <em>Weekly Bulletin</em> above for important information for this week.</font></p>\
</td></tr></table>\
			  ");
}


//<table bgcolor="#666699">
//  <tr><td>
//  <span class="style3 style2">News and Events      </span></td>
//</tr><tr><td class="stylegray">
//
//<table>
//<tr><td>
//  <p><font color="#000000"><span class="MsoNormal"><a href="/bulletin.htm" target="MainFrame" ><strong>Weekly Bulletin</strong></a><br>
//        <a href="/content/monthlyreminders.html" target="MainFrame" ><strong>Refrigerator Reminder</strong></a> <br>
//        <a href="/content/Menu.html" target="MainFrame"><strong> Lunch Menu</strong></a></span></font> </p>
//</td><td>
//    <p align="left" class="MsoNormal"><font color="#000000">Order <a href="/content/casapulla.html" target="MainFrame"><strong>Casapulla Subs</strong></a> now!</font></p>
//    <p align="left" class="MsoNormal"><font color="#000000">It's time to order a <a href="/content/Yearbook.html" target="MainFrame"><strong>yearbook</strong>!</a></font></p>
//    <p align="left" class="MsoNormal"><font color="#000000">Don't miss these <a href="volunteers.html" target="MainFrame"><strong>Volunteer Opportunities...</strong></a> Check back often! </font></p>
//    <p align="left" class="MsoNormal style2">NEW! Check out the <a href="http://www.EdvantageProgram.com/WCV/SaintThomasMorePrep" target="MainFrame"><strong>Edvantage Program</strong></a>&ndash; online shopping that earns rebates for a student's Senior Trip.</p>
//	</td></tr></table>
//<p align="center"><font color="#000000">Please   click <em>Weekly Bulletin</em> above for important information for this week.</font></p>
//</td></tr></table>
