
document.write('<ul >');

document.write('<li><a href="latest_news.html" title="our latest news &amp; events">Our Latest News</a></li>');

document.write('<li><a href="video.html" title="Interview with Mediazone">Interview with Mediazone</a></li>');

document.write('<li><a href="code_of_ethics.html" title="Our Code of Ethics">Our Code of Ethics</a></li>');
			   
document.write('<li><a href="gallery_photo.html" title="view patient photos before &amp; after">Before &amp; After Pictures</a> </li>');
			   
document.write('<li><a href="gallery_testimonies.html" title="patient testimony">Patient Testimony</a></li>');

document.write('<li><a href="gallery_story.html" title="hair transplant story" >Hair Transplant Story</a> </li>');

document.write('<li><a href="reference.html" title="a list of reference">Sources of Information</a></li>');

document.write('<li><a href="link.html" title="link to useful source">Useful Links</a></li>');

document.write('</ul >');


