﻿// JScript File

function newsTxt () {
return("<p style='text-align: center; padding: 1px; font-size: 12pt; font-weight:bold; border-bottom:#D4E2EE \
medium outset; border-right: #D4E2EE medium outset; border-top: #D4E2EE medium outset; \
border-left: #D4E2EE medium outset;'><a href='http://plwc.org'target='blank'>Information for Patients</a></p><hr />\
<p style='text-align: center; padding: 1px; font-size: 12pt; font-weight:bold; border-bottom:#D4E2EE \
medium outset; border-right: #D4E2EE medium outset; border-top: #D4E2EE medium outset; \
border-left: #D4E2EE medium outset;'><a href= '../archives.html'> Educational Meeting Archives\
</a><br /></p><hr />\
<p style='text-align: center; padding: 1px; font-size: 12pt; font-weight:bold; border-bottom:#D4E2EE \
medium outset; border-right: #D4E2EE medium outset; border-top: #D4E2EE medium outset; \
border-left: #D4E2EE medium outset;'>  <a href='http://www.mecme.org/' target='_blank'> Register for Educational Meetings</a> \
</p>\
<p style='text-align:center;'><br /><br /><u>March 20, 2009</u><br /><br />\
 <a href='http://www.mecme.org/site/display.php?crs_id=6979' target='_blank'>MEETING HIGHLIGHTS OF THE ASH 2008, SAN ANTONIO BREAST CANCER SYMPOSIUM 2<br/> \
</a><br /><br />\
<u>May 8, 2009</u><br />\
<a href='http://www.mecme.org/site/display.php?crs_id=7509' target='_blank'>4th Annual <br/>New York Cancer Consortium<sup>&#174;</sup><br /> Developmental Therapeutics Symposium<br /></a></p> \
")
}

function top () {
document.write('<div id="header"> \
   New York Cancer Consortium <sup>&#174;</sup><p>Advancing Patient Care Through Research and Education</p><br/><br/></div>\
		 	<div id="navbar"> \
				<a href="../default.html" class="button">&nbsp;Home&nbsp;</a> \
				<a href="../memberlist.html" class="button">&nbsp;Member Directory&nbsp;</a> \
		 		<a href="../openproto.php" class="button">&nbsp;Active Protocol List&nbsp;</a> \
				<a href="../closeproto.php" class="button">&nbsp;Completed Protocol List&nbsp;</a> \
		 		<a href="../coordcenter.html" class="button">&nbsp;Coordinating Center&nbsp;&nbsp;</a> \
		 	</div>')
		 	}
			
function footer() {
	document.write('<div id="footer"> \
			<p>New York Cancer Consortium<sup>&#174;</sup> Coordinating Center <br /> \
			   Montefiore Medical Center-Weiler Division <br /> \
			   1825 Eastchester Road, 2 South, Rm. 47, Bronx, NY 10461 <br /> \
			   Phone 718-904-2730  Fax 718-822-0335<br /> \
				<a href="mailto:nycc@montefiore.org">Email: nycc@montefiore.org</a> <br /> \
<a href="http://www.newyorkcancerconsortium.org">www.newyorkcancerconsortium.org</a><br />\
<a href="http://plwc.org" class="button">&nbsp;&nbsp;&nbsp;&nbsp;Information for Patients&nbsp;&nbsp;&nbsp;&nbsp;</a> \
<a href="http://newyorkcancerconsortium.org/archives.html" class="button">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Educational Meeting Archives&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a> \
<a href="/Intra" class="button">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Members&nbsp;Only&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a> \
</p> \
</div>')
}
