// Beginning of common.js for nwwellness.com

// July 3, 2003



// Bottom of page links: l

if (counter==1){ctr="_counter"}

else {ctr=""}

s="&nbsp; <b>&#149;</b>&nbsp; ";

l="<tr><td align=center>";

l+="<table cellpadding=7>";

l+="<tr><td align=center>";

if (brType=="WebTV"){l+="<font size=2 "}

else {l+="<font size=4 "}

l+="color='#0000cc'>";

l+="<a href='#top'>Top</a>";

l+=s+"<a href='index"+ctr+".html'>Home</a>";

if (page!="contact"){l+=s+"<a href='contact"+ctr+".html'>Contact Info</a>"}

if (page!="schedule"){l+=s+"<a href='schedule"+ctr+".html'>Schedule</a>"}

if (page!="faqs"){l+=s+"<a href='faqs"+ctr+".html'>FAQs</a>"}

l+="<br>";

if (page!="bone"){l+="<a href='bone"+ctr+".html'>Bone Density</a>"}

if (page=="bone" || page=="cholesterol"){} else {l+=s}

if (page!="cholesterol"){l+="<a href='cholesterol"+ctr+".html'>Cholesterol/Lipid</a>"}

if (page!="glucose"){l+=s+"<a href='glucose"+ctr+".html'>Glucose</a>"}

l+="<br>";

if (page!="psa"){l+="<a href='psa"+ctr+".html'>Prostate</a>"}

if (page=="psa" || page=="tsh"){} else {l+=s}

if (page!="tsh"){l+="<a href='tsh"+ctr+".html'>Thyroid</a>"}

if (page!="hemaglobin_ac"){l+=s+"<a href='hemaglobin_ac"+ctr+".html'>Hemoglobin A-1C</a>"}

l+="<p>";

l+="Copyight &copy; 2000-2003. Northwest Wellness. All Rights Reserved.";

l+="</table>";



// End