									document.write('<ul>');
					if (document.getElementById("hospice"))
					{
						document.write('<li class="first active"><a href="hospice.html">What is Hospice</a></li>');
						
					}
				else	
					{
						document.write('<li class="first"><a href="hospice.html">What is Hospice</a></li>');
					}
					
					
					if (document.getElementById("benefit"))
					{				
						document.write('<li class="active"><a href="benefit.html">How do patients benefit?</a></li>');
					}
				else	
					{
					document.write('<li><a href="benefit.html">How do patients benefit?</a></li>');
					}					
										
										
					if (document.getElementById("services"))
					{				
						document.write('<li class="active"><a href="services.html">Services</a></li>');
					}
				else	
					{
					document.write('<li><a href="services.html">Services</a></li>');
					}							
										
					
					if (document.getElementById("charged"))
					{				
						document.write('<li class="active"><a href="charged.html">Will I be charged?</a></li>');
					}
				else	
					{
					document.write('<li><a href="charged.html">Will I be charged?</a></li>');
					}		
									
										
					if (document.getElementById("faq"))
					{				
						document.write('<li class="active"><a href="faq.html">FAQs</a></li>');
					}
				else	
					{
					document.write('<li><a href="faq.html">FAQs</a></li>');
					}		
					
					
					if (document.getElementById("fact"))
					{				
						document.write('<li class="active"><a href="fact.html">Facts vs Fiction</a></li>');
					}
				else	
					{
					document.write('<li><a href="fact.html">Facts vs Fiction</a></li>');
					}	
					
					
					document.write('<li><a href="../images/hospice_oct08.pdf" target="_new">Download Brochure</a></li>');	
										
									
									document.write('</ul>');
									
									

