				document.write('<td>');
					document.write('<ul>');
						document.write('<li><a href="../index.html" accesskey="1" title="">Home</a></li>');
						
						if (document.getElementById("exp"))
					{
						document.write('<li class="active"><a href="../exp/hospice.html" accesskey="3" title="">Experience the Difference</a></li>');
						
					}
				else	
					{
						document.write('<li><a href="../exp/hospice.html" accesskey="3" title="">Experience the Difference</a></li>');
					}
					
					
						
						if (document.getElementById("volunteer"))
					{
						document.write('<li class="active"><a href="../volunteer/heart.html" accesskey="3" title="">Volunteer</a></li>');
						
					}
				else	
					{
						document.write('<li><a href="../volunteer/heart.html" accesskey="3" title="">Volunteer</a></li>');
					}
					
					
						document.write('<li><a href="http://www.nghhc.com/jobs/benefits.html" accesskey="3" title="This will redirect to Nightingale Home Healthcare Jobs site.">Jobs</a></li>');
						
					
					
					
						
						if (document.getElementById("about"))
					{
						document.write('<li class="active"><a href="../about/mission.html" accesskey="3" title="">About Us</a></li>');
						
					}
				else	
					{
						document.write('<li><a href="../about/mission.html" accesskey="3" title="">About Us</a></li>');
					}
						
						
						
					if (document.getElementById("contactus"))
					{
						document.write('<li class="active"><a href="../about/contact.html" accesskey="3" title="">Contact</a></li>');
						
					}
				else	
					{
						document.write('<li><a href="../about/contact.html" accesskey="3" title="">Contact</a></li>');
					}
						
						
					document.write('</ul>');
				document.write('</td>');
