// Navigation Links JavaScript Document
// by Thomas Fischer
// Webmaster Community Bridges Integrated Healthcare
// Caro, MI
// Created 07.10.2007

function navLinks() {
	document.write('<a href="index.html" title="Senior Care Connect Homepage">Home</a>');
	document.write('<a href="locations.htm" title="Locations">Locations</a>')
	document.write('<a href="events.htm" title="Events">Events</a>');
	document.write('<a href="seniorNetwork.htm" title="Senior Care Connect">Senior Care Connect</a>');
	document.write('<a href="naturoeval.htm" title="Request for Naturopathic Evaluation">Naturopathic Evaluation</a>');
	document.write('<a href="assistedLiving.htm" title="Request for information on assisted living">Assisted Living</a>');
	document.write('<a href="medEquip.htm" title="Request for medical equipment">Medical Equipment</a>');
	document.write('<a href="home.htm" title="Request for home healthcare services">Home Healthcare Services</a>');
	document.write('<a href="mobile.htm" title="Request for mobile physician services">Mobile Physician Services </a>');
	document.write('<a href="medication.htm" title="Low Cost Medication">Low Cost Medication</a>');
	document.write('<a href="diabeticsupply.htm" title="Diabetic supplies">Diabetic Supplies</a>');
	document.write('<a href="respiratorysupply.htm" title="Respiratory Supplies">Respiratory Supplies</a>');
	document.write('<a href="classes.htm" title="Classes for Seniors">Classes for Seniors</a>');
	document.write('<a href="groups.htm" title="Health Support Groups">Health Support Groups</a>');
	document.write('<a href="links.htm" title="Links">Links</a>');
	document.write('<a href="contact.htm" title="Contact Us">Contact Us</a>');
	document.write('<a href="privacy.htm" title="Privacy Statement">Privacy Statement</a>');
	document.write('<a href="http://www.communitybridgesihc.com/cbm_main.html" target="_blank">On line consultations</a><br />');
	document.write('Ibraham Ahmed ND PHD RN<br />Naturopathic Care<br />');
	document.write('Office and Mobile Visits<br />313-815-8767<br />');
	document.write('ibrahamahmed@aol.com<br />');
	document.write('Member of:<br />');
	document.write('American Holistic Health association<br />American Holistic Medical Association<br />');
	document.write('American Academy of Home Care Physicians<br />National Association for Holistic Aromatherapy<br />');
	document.write('American Holistic Nurses Association<br />American Tai Chi Association<br />');
	document.write('World Martial Arts College<br />');
	document.write('American Naturopathic Medical Association<br />');
	document.write('International Society of Naturopathic Physicians<br />');
	document.write('<div align="center" style="border-top:1px solid #333; margin-top:5px;"><b>	Pharmacy Rx Delivered</b><br>');
	document.write('313-724-1111</div>');
    				   
}