//************************************************ 
//* Customizable region b file - this file can be 
//* modified to hold client page footer.
//*
//* This region is the bottom of the html page.
//*
//* NOTE: DO NOT DELETE THIS FILE.
//*	  You may modify this file or you may
//*	  remove its functionality by deleting all
//*	  lines following the first line:
//*	  'document.write('<!--begin region_b-->');'
//*
//************************************************ 
document.write('<!-- begin region_b -->');
document.write('<table width=800 border=0 cellspacing=0 cellpadding=0 align=center>');
document.write('<tr><td colspan=5><img src="/img/clear.gif" width=1 height=20></td></tr>');
document.write('<tr>');
document.write('	<td colspan=5 align=center class=bottom_nav>');
document.write('		<a href="/content/content.asp?id=a3022_4658" class="bottom_nav">Contact Us</a>');
document.write('		&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('		<a href="/privacy.pdf" class="bottom_nav">Privacy Statement</a>');
document.write('		&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('		<a href="/content/sitemap.asp" class=nav_bottom>Site Map</a>');
document.write('		&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('		<a href="/img/Copyright_and_Legal_Information_2_13_07.pdf" class="bottom_nav">Copyright and Legal</a>');
document.write('		<br><br>');
document.write('		5145 N. California Ave, Chicago, IL 60625&nbsp;');
document.write('		&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('		773.878.8200');
document.write('		&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('		TTY&nbsp;773.907.3044');
document.write('		<br><br>');
document.write('		&copy; 2003 - 2007 Swedish Covenant Hospital');
document.write('	</td>');
document.write('</tr>');
document.write('</table>');
document.write('<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">');
document.write('</script>');
document.write('<script type="text/javascript">');
document.write('_uacct = "UA-2090097-1";');
document.write('urchinTracker();');
document.write('</script>');
document.write('<!-- end region_b -->');
