var tickerTitleArray = new Array();var tickerUrlArray = new Array();var tickerIndex = 0;tickerTitleArray[0] = 'Living in Balance: Listen to Your Body';tickerUrlArray[0] = '~/about-cortiva/articles/080331/20/Living-in-Balance-Listen-to-Your-Body.aspx';tickerTitleArray[1] = 'Massaging for a Cure - Cortiva Institute Donates All Proceeds from Full Day of Massage to Benefit American Cancer Society';tickerUrlArray[1] = '~/about-cortiva/press-releases/080222/19/Massaging-for-a-Cure-Cortiva-Institute-Donates-All-Proceeds-from-Full-Day-of-Massage-to-Benefit-American-Cancer-Society.aspx';tickerTitleArray[2] = 'Taking Care of Yourself, by Ben Benjamin';tickerUrlArray[2] = '~/about-cortiva/articles/080201/30/Taking-Care-of-Yourself-by-Ben-Benjamin.aspx';tickerTitleArray[3] = '2008 Massage Therapy Industry Fact Sheet';tickerUrlArray[3] = '~/about-cortiva/articles/071231/21/2008-Massage-Therapy-Industry-Fact-Sheet.aspx';tickerTitleArray[4] = 'Internship Launched By MOHG\'s Spa Arm';tickerUrlArray[4] = '~/about-cortiva/news/071112/29/Internship-Launched-By-MOHG-s-Spa-Arm.aspx';tickerTitleArray[5] = 'Cortiva Institute - Chicago School of Massage Therapy volunteers at LaSalle Bank Marathon';tickerUrlArray[5] = '~/about-cortiva/news/071015/28/Cortiva-Institute-Chicago-School-of-Massage-Therapy-volunteers-at-LaSalle-Bank-Marathon.aspx';tickerTitleArray[6] = 'Diverse Experience of Cortiva Institute Experts will Contribute Strong Presence at AMTA Convention';tickerUrlArray[6] = '~/about-cortiva/press-releases/070927/18/Diverse-Experience-of-Cortiva-Institute-Experts-will-Contribute-Strong-Presence-at-AMTA-Convention.aspx';tickerTitleArray[7] = 'Cortiva Institute Forges Alliance with Continuing Education Specialist The Upledger Institute';tickerUrlArray[7] = '~/about-cortiva/press-releases/070924/17/Cortiva-Institute-Forges-Alliance-with-Continuing-Education-Specialist-The-Upledger-Institute.aspx';tickerTitleArray[8] = 'Need to Knead Out Some Knots?';tickerUrlArray[8] = '~/about-cortiva/news/070830/27/Need-to-Knead-Out-Some-Knots-.aspx';tickerTitleArray[9] = 'Cortiva Institute - Pennsylvania School Of Muscle Therapy Invited To Provide Sports Massage At Major Lacrosse League Championship On August 25-26, 2007';tickerUrlArray[9] = '~/about-cortiva/press-releases/070821/16/Cortiva-Institute-Pennsylvania-School-Of-Muscle-Therapy-Invited-To-Provide-Sports-Massage-At-Major-Lacrosse-League-Championship-On-August-25-26-2007.aspx';function startTickerChange(){tickerIndex = (tickerIndex + 1) % tickerTitleArray.length;document.getElementById('whats-new-ticker-text').innerHTML = tickerTitleArray[tickerIndex];setTimeout('startTickerChange();', 3000);}function initTicker(){document.getElementById('whats-new-ticker-text').innerHTML = tickerTitleArray[tickerIndex];setTimeout('startTickerChange();', 3000);}