//----------------------------------------------------------------// ICGLink, Inc. - Jay RtheURL = document.location + "x"; theHistory = document.referrer;if ((theURL.indexOf("dealers.html") > -1) || (theURL.indexOf("DLR") > -1) || (theHistory.indexOf("DLR") > -1) || (theHistory.indexOf("dealers.html") > -1)) {// dealer img...document.write(" <a href='dealers.html'><img src='images/dealers.jpg' width='187' height='111' border='0'></a> ");// DEALER links....document.write(" <p class='textRt2b'><a href='electrotherapy-stimulation-units.html#DLR'>Units and Specifications</a></p> ");document.write(" <p class='textRt2b'><a href='private-labeling.html#DLR'>Private Labeling</a></p> ");document.write(" <p class='textRt2b'><a href='pricing-sample-request.html#DLR'>Pricing / Sample Requests</a></p> ");document.write(" <p class='textRt2b'><a href='3rd-party-billing.html#DLR'>Third Party Billing</a></p> ");}if ((theURL.indexOf("clinicians") > -1) || (theURL.indexOf("CLN") > -1) || (theHistory.indexOf("CLN") > -1) || (theHistory.indexOf("clinicians") > -1)) {// clinician img...document.write(" <a href='clinicians-physicians.html'><img src='images/clinicians.jpg' width='187' height='120' border='0'></a> ");// CLINICIAN links....document.write(" <p class='textRt2b'><a href='electrotherapy-stimulation-units.html#CLN'>Units and Specifications</a></p> ");document.write(" <p class='textRt2b'><a href='clinicians-physicians-patient.html'>Patient Setup</a></p> ");document.write(" <p class='textRt2b'><a href='clinicians-physicicians-electrodeplacement.html'>Electrode Placement</a></p> ");document.write(" <p class='textRt2b'><a href='http://www.stimsupply.com/cgi-bin/search.pl/theratechShop?CATEGORY=TENS'>Available Electrodes</a></p> ");document.write(" <p class='textRt2b'><a href='HotCold.html'>Hot / Cold Packs</a></p> ");document.write(" <p class='textRt2b'><a href='clinicians-physicians-skincare.html'>Skin Care Tips</a></p> ");}// IF NEITHER DLR OR CLN......if ((theURL.indexOf("DLR") < 0) && (theURL.indexOf("dealers.html") < 0) && (theHistory.indexOf("DLR") < 0) &&  (theHistory.indexOf("dealers.html") < 0) && (theURL.indexOf("CLN") < 0) && (theHistory.indexOf("CLN") < 0) && (theHistory.indexOf("clinicians") < 0) &&  (theURL.indexOf("clinicians") < 0)) {// dealer clinicians link...document.write(" <img src='images/dealer-clinicians.jpg' width='187' height='215' border='0' usemap='#DealerClinicianMap'> ");document.write(" <map name='DealerClinicianMap'> ");document.write("   <area shape='rect' coords='68,33,159,87' href='dealers.html'> ");document.write("   <area shape='rect' coords='15,131,108,182' href='clinicians-physicians.html'> ");document.write(" </map> ");// TENS links....document.write(" <p class='textRt2b'><a href='TENS-What.html'>What Is TENS?</a></p> ");document.write(" <p class='textRt2b'><a href='TENS-How.html'>How Does TENS Work?</a></p> ");document.write(" <p class='textRt2b'><a href='TENS-Effective.html'>How Effective is TENS?</a></p> ");document.write(" <p class='textRt2b'><a href='TENS-When.html'>When was TENS Discovered?</a></p> ");document.write(" <p class='textRt2b'><a href='TENS-Where.html'>Where are TENS Devices Available?</a></p> ");}