var str = ""

str += "<a href=\"../index.html\">Home</a> &#160;&#160;|&#160;&#160;"
str += "<a href=\"../transport.html\">Courtesy Transportation</a> &#160;&#160;|&#160;&#160;"
str += "<a href=\"../pt/ptindex.html\">Physical Therapy</a> &#160;&#160;|&#160;&#160;"
str += "<a href=\"chiroindex.html\">Chiropractic Services</a> &#160;&#160;|&#160;&#160;"
str += "<a href=\"../spinal/sdindex.html\">Spinal Decompression</a> &#160;&#160;|&#160;&#160;"
str += "<a href=\"../patients.html\">New Patients</a> &#160;&#160;|&#160;&#160;"
str += "<a href=\"../insurance.html\">Insurance</a> &#160;&#160;|&#160;&#160;"
str += "<a href=\"../contact/contact.php\">Contact Us</a> &#160;&#160;"

document.write(str);