var tickerTitleArray = new Array();var tickerUrlArray = new Array();var tickerIndex = 0;tickerTitleArray[0] = 'Olympics Arizona for their 2009 Summer Games';tickerUrlArray[0] = '~/about-cortiva/press-releases/090316/45/Olympics-Arizona-for-their-2009-Summer-Games.aspx';tickerTitleArray[1] = 'Cortiva Institute – Chicago celebrates 25 years of Chicago Marathon massage.';tickerUrlArray[1] = '~/about-cortiva/press-releases/081114/43/Cortiva-Institute-Chicago-celebrates-25-years-of-Chicago-Marathon-massage-.aspx';tickerTitleArray[2] = 'Virtual conference brings best minds in massage to your living room.';tickerUrlArray[2] = '~/about-cortiva/press-releases/081104/42/Virtual-conference-brings-best-minds-in-massage-to-your-living-room-.aspx';tickerTitleArray[3] = 'Cortiva Commemorates Constitution Day 2008';tickerUrlArray[3] = '~/about-cortiva/news/080912/41/Cortiva-Commemorates-Constitution-Day-2008.aspx';tickerTitleArray[4] = 'Maintaining Personal Safety When Performing Outcall Massage';tickerUrlArray[4] = '~/about-cortiva/articles/080708/38/Maintaining-Personal-Safety-When-Performing-Outcall-Massage.aspx';tickerTitleArray[5] = 'CORTIVA INSTITUTE-TUCSON — HEADED TO MARS?';tickerUrlArray[5] = '~/about-cortiva/press-releases/080701/39/CORTIVA-INSTITUTE-TUCSON-HEADED-TO-MARS-.aspx';tickerTitleArray[6] = 'With students’ convenience in mind, Cortiva Institute – Pennsylvania School of Muscle Therapy moves Back to King of Prussia this July';tickerUrlArray[6] = '~/about-cortiva/press-releases/080618/36/With-students-convenience-in-mind-Cortiva-Institute-Pennsylvania-School-of-Muscle-Therapy-moves-Back-to-King-of-Prussia-this-July.aspx';tickerTitleArray[7] = 'Cortiva Institute - Chicago Blends Business Savvy with Inspiration at “Managing Your Spa in a Changing Environment” Conference';tickerUrlArray[7] = '~/about-cortiva/press-releases/080611/37/Cortiva-Institute-Chicago-Blends-Business-Savvy-with-Inspiration-at-Managing-Your-Spa-in-a-Changing-Environment-Conference.aspx';tickerTitleArray[8] = 'TWO NEW SCHOLARSHIP PROGRAMS at Cortiva Institute for 2008!';tickerUrlArray[8] = '~/about-cortiva/news/080519/33/TWO-NEW-SCHOLARSHIP-PROGRAMS-at-Cortiva-Institute-for-2008-.aspx';tickerTitleArray[9] = 'Cortiva Institute is coming home to King of Prussia this July!';tickerUrlArray[9] = '~/about-cortiva/news/080519/34/Cortiva-Institute-is-coming-home-to-King-of-Prussia-this-July-.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);}