//---------------------------------------------------------------------//
// fxFooter() - displays text navigation links and copyright info
//---------------------------------------------------------------------//

function fxContact(){
	document.write("\n" + 
		"<td colspan='2' valign='top' bgcolor='#cccccc' width='168' height='100%' border='0' class='bodytext'>" +
		"<center>" + 
		"<br>Maryland Coalition for Inclusive Education Inc.<BR>" + 
		"7484 Candlewood Road, <br>Suite R. Hanover, MD  21076<BR>" + 
		"phone.410.859.5400<br>toll free 1.800.899.8837<Br> " +
		"fax.410.859.1509<br>email.<a href='mailto:mcie@mcie.org'>mcie@mcie.org</a>" + 
		"</center>" + 
		"<br>" +
		"</td>")
}
//---------------------------------------------------------------------//
// fxFooter() - displays text navigation links and copyright info
//---------------------------------------------------------------------//

function fxFooter(){
	document.write("\n" + 
		"<tr height='1%' bgcolor='#ffffff'>" + 
		"<td align='center' colspan='3' valign='top' class='bodytext'>" + 
		"<a href='index.asp'>Home</a>  |  " + 
		"<a href='services.asp'>Services</a>   |  " + 
		"<a href='conf_events.asp'>Conferences and Events</a>   |  " + 
		"<a href='how_help.asp'>How You Can Help</a>   |  " + 
		"<a href='staff.asp'>Staff</a>   |  " + 
		"<a href='pubs.asp'>Publications</a>   |  " + 
		"<a href='links.asp'>Links</a>   |  " + 
		"<a href='maillist.asp'>Mailing List</a> " + 
		"<br><br>" + 
		"<center>" + 
		"<br>Designer: <a href='http://www.jwhowarddesign.com' target='blank'>www.jwhowarddesign.com</a>" + 
		"</center>" + 
		"<br>" + 
		"</td>" + 
		"</tr>")
}

//---------------------------------------------------------------------//
// fxNews() - displays news bits at the top of sub pages.
//---------------------------------------------------------------------//
function fxNews(){
	document.write("\n" + 
		"<tr height='1%' bgcolor='#ffffff'>" + 
		"<tr><td valign='top' colspan='6'><img src='images/spacer.gif' height='3' border='0'></td></tr>" + 
		"<tr>" + 
		"<td valign='top'><img src='images/spacer.gif' height='3' width='5' border='0'></td>" + 
		"<td valign='top'><img src='images/sub_arrow.gif' width='16' height='64'></td>" + 
		"<td valign='top' width='50%' class='listtext'>" + 
		"<b><font color='#0066CC'><%=title%>:<br></font></b>" + 
		"<b><i>Embrace the Spirit!&nbsp;</i></b>" + 
		"May 15th at the Maryland Hall for the Creative Arts." + 
		"<br>" + 
		"<a href='may_15th_event.asp'>Learn More...<br><br></a>" + 
		"<td valign='top'><img src='images/spacer.gif' height='3' width='5' border='0'></td>" + 
		"<td valign='top'><img src='images/sub_arrow.gif' width='16' height='64'></td>" + 
		"<td valign='top' width='50%' class='listtext'>" + 
		"<b><font color='#0066CC'>SUMMER INSTITUTE ON AUTISM:<br></font></b>" + 
		"July 13,14,15th at the Radisson Hotel in Annapolis." +  
		"Register on line:" + 
		"<br>" + 						
		"<a href='july_13th_event.asp'>Learn More...<br></a>" + 
		"</td>" + 
		"</tr>")
}