									document.write('<ul>');
					if (document.getElementById("heart"))
					{
						document.write('<li class="first active"><a href="heart.html">Heart of Hospice</a></li>');
						
					}
				else	
					{
						document.write('<li class="first"><a href="heart.html">Heart of Hospice</a></li>');
					}
					
					
					if (document.getElementById("role"))
					{				
						document.write('<li class="active"><a href="role.html">Role as a Volunteer</a></li>');
					}
				else	
					{
					document.write('<li><a href="role.html">Role as a Volunteer</a></li>');
					}					
										
										
					if (document.getElementById("cando"))
					{				
						document.write('<li class="active"><a href="cando.html">What You can do</a></li>');
					}
				else	
					{
					document.write('<li><a href="cando.html">What You can do</a></li>');
					}							
										
					
					if (document.getElementById("cannotdo"))
					{				
						document.write('<li class="active"><a href="cannotdo.html">What You cannot do</a></li>');
					}
				else	
					{
					document.write('<li><a href="cannotdo.html">What You cannot do</a></li>');
					}		
									
										
					if (document.getElementById("how"))
					{				
						document.write('<li class="active"><a href="how.html">How do I become a volunteer</a></li>');
					}
				else	
					{
					document.write('<li><a href="how.html">How do I become a volunteer</a></li>');
					}			
										
					document.write('<li><a href="../images/volunteer_oct08.pdf" target="_new">Download Brochure</a></li>');	
					
									
									document.write('</ul>');
									

										
