var lang = new Array(); lang['home'] = 'Home'; lang['about_us'] = 'About Us'; lang['goals'] = 'Goals'; lang['history'] = 'History'; lang['faq'] = 'F.A.Q.'; lang['structure'] = 'Structure'; lang['funding'] = 'Funding'; lang['blog'] = 'Blog'; lang['locations'] = 'Locations'; lang['events'] = 'Events'; lang['concerts'] = 'Concerts'; lang['festivals'] = 'Festivals'; lang['competitions'] = 'Competitions'; lang['music_schools'] = 'Music Schools'; lang['education'] = 'Education'; lang['sct_exam'] = 'SCT Exam Info'; lang['ttct_exam'] = 'TTCT Exam Info'; lang['comhra'] = 'Comhrá Gaeilge'; lang['the_music'] = 'The Music'; lang['audio'] = 'Audio'; lang['video'] = 'Video'; lang['photography'] = 'Photography'; lang['sheet_music'] = 'Sheet Music'; lang['treoir'] = 'Treoir'; lang['annual_report'] = 'Annual Report'; lang['cothromaiocht'] = 'Cothromaíocht'; lang['press_room'] = 'Press Room'; lang['downloads'] = 'Downloads'; lang['shop'] = 'Shop'; lang['links'] = 'Links'; lang['search'] = 'Search'; lang['go'] = 'Go'; lang['advanced_search'] = 'Advanced Search'; lang['contact_us'] = 'Contact Us'; lang['newsletter_and_feeds'] = 'Newsletter & Feeds'; lang['glossary'] = 'Glossary'; lang['site_map'] = 'Site Map'; lang['copyright'] = 'Copyright'; lang['terms_of_use'] = 'Terms of Use'; lang['privacy_policy'] = 'Privacy Policy'; lang['hosted_by'] = 'Hosted By'; lang['we_promote'] = 'We promote traditional Irish music and culture around the world'; lang['learn_more'] = 'Learn more about us'; lang['forstudents'] = 'For Students and Educators'; lang['see_edutational_resources'] = 'See our educational resources'; lang['forvisitors'] = 'For Visitors'; lang['browse_events'] = 'Browse Events by Time and Location'; lang['formusicians'] = 'For Musicians'; lang['find_music'] = 'Find Audio, Sheet Music, and More'; lang['forjournalists'] = 'For Journalists'; lang['read_press'] = 'Read Press Releases and Download Press Materials'; lang['from_our_blog'] = 'From Our Blog'; lang['read_more'] = 'Read More'; lang['read_more_blog_posts'] = 'Read More Blog Posts'; lang['video_clip_of_the_day'] = 'Video Clip of the Day'; lang['watch_it_now'] = 'Watch it now!'; lang['find_a_branch_near_you'] = 'Find a Branch Near You'; lang['hundreds_of_branches'] = 'There are hundreds of Comhaltas branches in the world.'; lang['find_yours'] = 'Find yours!'; lang['upcoming_events'] = 'Upcoming Events'; lang['see_more_events'] = 'See more events'; lang['radio_programme'] = 'Radio Programme'; lang['keywords'] = 'Keywords'; lang['category_archives'] = 'Category Archives'; lang['monthly_archives'] = 'Monthly Archives'; lang['rss_feed_title'] = 'RSS Feed'; lang['rss_feed'] = 'RSS Feed'; lang['what_is_this'] = 'What is this?'; lang['posted_by'] = 'Posted By'; lang['in'] = 'in'; lang['comments'] = 'Comments'; lang['leave_a_comment'] = '[Leave A Comment]'; lang['name'] = 'Name'; lang['required'] = 'Required'; lang['news'] = 'News'; lang['choose_a_province'] = 'Choose a province'; lang['view_province_details'] = 'View Province Details'; lang['choose_a_region'] = 'Choose a region'; lang['view_region_details'] = 'View Region Details'; lang['choose_a_branch'] = 'Choose a branch'; lang['contact'] = 'Contact'; lang['regular_meetings'] = 'Regular Meetings'; lang['committee'] = 'Committee'; lang['recent_photos'] = 'Recent Photos'; lang['features'] = 'Features'; lang['performance_hall'] = 'Performance Hall'; lang['classroom'] = 'Classroom'; lang['archive'] = 'Archive'; lang['bar'] = 'Bar'; lang['restaurant_cafe'] = 'Restaurant/Café'; lang['conference_room'] = 'Conference Room'; lang['recording_studio'] = 'Recording Studio'; lang['photos'] = 'Photos'; lang['see_more_photos'] = 'See More Photos'; lang['regional_centers'] = 'Regional Centers'; lang['regional_centres'] = 'Regional Centres'; lang['view'] = 'View'; lang['details'] = 'Details'; lang['date'] = 'Date'; lang['time'] = 'Time'; lang['admission'] = 'Admission'; lang['location'] = 'Location'; lang['branch'] = 'Branch'; lang['address'] = 'Address'; lang['town'] = 'Town'; lang['county'] = 'County'; lang['country'] = 'Country'; lang['phone'] = 'Phone'; lang['email'] = 'Email'; lang['web'] = 'Web'; lang['instructor'] = 'Instructor'; lang['instruments'] = 'Instruments'; lang['add_this_event'] = 'Add this Event to your Calendar'; lang['our_next_concert'] = 'Our Next Concert'; lang['see_more_concerts'] = 'See More Concerts'; lang['our_next_festival'] = 'Our Next Festival'; lang['see_more_festivals'] = 'See More Festivals'; lang['our_next_competition'] = 'Our Next Competition'; lang['see_more_competitions'] = 'See More Competitions'; lang['our_next_stage_session'] = 'Our Next Stage Session'; lang['see_more_stage_sessions'] = 'See More Stage Sessions'; lang['recent_audio'] = 'Recent Audio'; lang['see_more_audio'] = 'See More Audio'; lang['recent_video'] = 'Recent Video'; lang['see_more_video'] = 'See More Video'; lang['recent_photography'] = 'Recent Photography'; lang['see_more_photography'] = 'See More Photography'; lang['recent_sheet_music'] = 'Recent Sheet Music'; lang['see_more_sheet_music'] = 'See More Sheet Music'; lang['w_go'] = 'go_button.gif'; lang['w_submit'] = 'submit_button.gif'; lang['w_search'] = 'search_button.gif'; lang['back_to_top'] = 'Back To Top'; lang['words_and_phrases'] = 'Words and Phrases'; lang['search_for_exact_phrase'] = 'Search for exact phrase'; lang['search_for_any_word'] = 'Search for any word'; lang['search_for_all_words'] = 'Search for all words'; lang['descriptions_and_titles'] = 'Descriptions and Titles'; lang['search_for_descriptions_and_titles'] = 'Search for descriptions and titles'; lang['search_only_descriptions'] = 'Search only descriptions'; lang['search_only_titles'] = 'Search only titles'; lang['areas_to_search'] = 'Areas to Search'; lang['branch_locator'] = 'Branch Locator'; lang['looking_for_a_branch'] = 'Looking for a Branch or Regional Centre? Try our Branch Locator.'; lang['whats_on_the_minds'] = 'See what’s on the minds of other visitors in our Frequently Asked Questions.'; lang['still_cant_find'] = 'Still can’t find what you’re looking for?'; lang['contact_with_questions'] = 'Contact us with your question!'; function L( key ) { if(lang[key]) { return lang[key]; } else { return ''; } }