Conditions Treated With Acupuncture

•    Low back pain
•    Neck pain
•    Sciatica
•    Tennis elbow
•    Knee pain
•    Periarthritis of the shoulder
•    Sprains
•    Facial pain (including craniomandibular disorders)
•    Headache
•    Dental pain
•    Tempromandibular (TMJ) dysfunction
•    Rheumatoid arthritis

•    Induction of labor

•    Correction of malposition of fetus (breech presentation)
•    Morning  sickness
•    Nausea and vomiting
•    Postoperative pain
•    Stroke
•    Essential hypertension
•    Primary hypotension
•    Renal colic
•    Leucopenia
•    Adverse reactions to radiation or chemotherapy

•    Allergic rhinitis, including hay fever

•    Biliary colic
•    Depression (including depressive neurosis and depression following stroke)
•    Acute bacillary dysentery
•    Primary dysmenorrhea
•    Acute epigastralgia
•    Peptic ulcer
•    Acute and chronic gastritis    



x
(function() { function getUTMs() { var p = new URLSearchParams(window.location.search); return { source: p.get('utm_source') || '', medium: p.get('utm_medium') || '', campaign: p.get('utm_campaign') || '', gclid: p.get('gclid') || '' }; } function saveOrLoadUTMs() { var u = getUTMs(); var hasData = u.source || u.medium || u.campaign || u.gclid; if (hasData) { sessionStorage.setItem('ssa_utms', JSON.stringify(u)); return u; } var saved = sessionStorage.getItem('ssa_utms'); return saved ? JSON.parse(saved) : u; } function fillFields(u) { var map = { 'utm-source': u.source, 'utm-medium': u.medium, 'utm-campaign': u.campaign, 'field-gclid': u.gclid }; for (var name in map) { if (!map[name]) continue; var el = document.querySelector('input[name="' + name + '"]'); if (el && el.value === '') { el.value = map[name]; el.dispatchEvent(new Event('input', { bubbles: true })); el.dispatchEvent(new Event('change', { bubbles: true })); } } } var utms = saveOrLoadUTMs(); var observer = new MutationObserver(function() { fillFields(utms); }); observer.observe(document.body, { childList: true, subtree: true }); setTimeout(function() { observer.disconnect(); }, 30000); fillFields(utms); })();