Owasco museum to host Easter Egg Scavenger Hunt (2024)

Back to homepage

Subscriber Login

Please subscribe to keep reading. You can cancel at any time.

Loading&hellp;

'; } else { var sFallBack = 'Click here to subscribe'; } $('#lee-services-list .loading').hide(); $('#lee-services-list').html('

'+sFallBack+'

'); $('.lee-featured-subscription').html(sFallBack); } function lee_formatPackage(oService){ try { var bOnlyModal = true; var oSettings = lee_getPackageSettings(oService.HomeMembership); var newService = {}; if(parseInt(oService.WebFeatureFG) === 2) return false; if(oService.WebStartPrice != ''){ var custom = JSON.parse(oService.WebStartPrice); $.each(custom, function(k,v){ newService[k] = v; }); } if(bOnlyModal && newService.in_modal && newService.in_modal.toLowerCase() === 'false') return false; if(!bOnlyModal && newService.not_members && newService.not_members.toLowerCase() === 'true') return false; newService.has_featured_class = newService.featured ? 'featured-package' : ''; newService.sort = parseInt((newService.sort) ? newService.sort : oSettings.sort); newService.title = (newService.package_title && newService.package_title != '') ? newService.package_title : oSettings.title; newService.level = oService.HomeMembership; newService.html = oService.WebOfferHTML; newService.disabled = newService.disable_purchase ? 'disabled' : ''; var price = lee_formatPackagePrice(newService.start_price); newService.start_price = price.cost; newService.format_dollars = (price.format_dollars) ? price.format_dollars : ''; newService.format_cents = (price.format_cents) ? price.format_cents : ''; newService.start_at_rate = (newService.fixed_rate === 'true') ? 'for the low price of' : 'starting at'; if( !newService.term ) newService.term = 'per month'; newService.has_promotion_class = ''; if( newService.promotional_price && newService.promotional_price != '' ){ newService.has_promotion_class = 'has-promotion'; var promotion = lee_formatPackagePrice(newService.promotional_price); newService.promotional_price = promotion.cost; newService.promotional_format_dollars = (promotion.format_dollars) ? promotion.format_dollars : ''; newService.promotional_format_cents = (promotion.format_cents) ? promotion.format_cents : ''; } newService.banner_class = ''; if( newService.banner && newService.banner != '' ){ newService.banner_class = 'has-banner'; } newService.description = (newService.description) ? newService.description : ''; newService.special_title_class = newService.special_title ? 'has-special-title' : ''; newService.special_label_class = newService.label ? 'has-label' : ''; newService.action_button = 'Sign Up'; if(newService.disabled === 'disabled'){ newService.start_at_rate = 'Call us at'; newService.start_price = '1-866-589-5105'; newService.term = 'to get started'; newService.action_button = 'Call Today'; } window.lee_service_impressions.push({ 'id': newService.level, 'name': newService.title, 'price': newService.start_price, 'brand': "auburnpub.com", 'category': 'subscription', 'list': 'Block', 'position': newService.sort }); return newService; } catch(e){ if(window.console) console.warn(e); return false; } } function lee_sortPackages(property) { var sortOrder = 1; if(property[0] === "-") { sortOrder = -1; property = property.substr(1); } return function (a,b) { var result = (a[property] < b[property]) ? -1 : (a[property] > b[property]) ? 1 : 0; return result * sortOrder; } } function lee_getPackageSettings(sPackage){ switch(sPackage.toLowerCase()){ case 'dob': return {title: 'Digital Basic', sort: 0}; break; case 'dop': return {title: 'Digital Plus', sort: 1}; break; case 'dopl': return {title: 'Digital Platinum', sort: 2}; break; case 'silv': return {title: 'Silver', sort: 3}; break; case 'gold': return {title: 'Gold', sort: 4}; break; case 'plat': return {title: 'Platinum', sort: 5}; break; } } function lee_replacePackageTokens(sPackage, oService, sCol){ var hasPromotion = false; $.each(oService, function(k,v){ if( k === 'html'){ v = v.replace(new RegExp('{{domain}}', 'gi'), 'auburnpub.com') .replace(new RegExp('{{site_name}}', 'gi'), 'The Citizen') .replace(new RegExp('{{business_name}}', 'gi'), 'The Citizen') .replace(new RegExp('{{site_phone}}', 'gi'), '1-866-589-5105'); } sPackage = sPackage.replace(new RegExp('{{'+k+'}}', 'gi'), v); }); if(sCol) sPackage = sPackage.replace('{{col}}', sCol); return sPackage; } if(window.lee_services_active && window.lee_services_active != 'offline'){ try { var oPackages = [], oFeatured = false, sHtml = '', sTemplate = $('#lee-service-template').html(); $.each(window.leeMembershipPackages, function(i, oService){ var oService = lee_formatPackage(oService); if(oService){ oPackages.push(oService); if(oService.featured === 'true') oFeatured = oService; } }); if(oPackages.length === 0){ throw 'No packages defined'; } oPackages.sort(lee_sortPackages('sort')); if(!oFeatured) oFeatured = oPackages[0]; if(oPackages.length === 1){ window.lee_modal_service = oPackages[0]; sTemplate = $('#lee-service-template-single').html(); $('#lee-services-list').addClass('single'); } else { $('#lee-services-list').addClass('multiple'); } switch(oPackages.length){ case 6: var sCol = '2'; break; case 5: var sCol = '5ths'; break; case 4: var sCol = '3'; break; case 3: var sCol = '4'; break; case 2: var sCol = '6'; break; default: var sCol = '12'; break; } $('#lee-services-modal').addClass('packages_'+oPackages.length); $.each(oPackages, function(i, oService){ sHtml += lee_replacePackageTokens(sTemplate, oService, sCol); }); $('#lee-services-list .packages').html(sHtml).promise().then(function(){ $('#lee-services-list .loading').hide(); $('#lee-services-list .packages').css('opacity', 1); }); if(!__tnt.user.services){ if( $('.lee-featured-subscription').length > 0 && oFeatured ){ $('.lee-featured-subscription').each(function(){ var html = $(this).html(); if( !oFeatured.featured_button_text ){ if(oFeatured.promotional_price){ oFeatured.featured_button_text = oFeatured.promotional_format_dollars+oFeatured.promotional_price+oFeatured.promotional_format_cents+' '+oFeatured.term; } else { oFeatured.featured_button_text = 'Join for '+oFeatured.format_dollars+oFeatured.start_price+oFeatured.format_cents+' '+oFeatured.term; } } html = lee_replacePackageTokens(html, oFeatured); $(this).html(html); if(oFeatured.promotional_price) $(this).addClass('has-promotiom'); if( $(this).hasClass('show-after-loaded') ) $(this).show(); }); } } } catch (e) { if(window.console) console.warn(e); lee_serviceError(); } window.lee_fetched_services = true; } else { lee_serviceError('offline'); } });

Owasco museum to host Easter Egg Scavenger Hunt

0 Comments

Share this

editor's pick

ENTERTAINMENT

  • The Citizen staff
  • Updated
  • 0

The Citizen staff

An Owasco museum will begin its fourth annual Easter Egg Scavenger Hunt beginning March 1.

The Ward W. O'Hara Agricultural & Country Living Museum and Dr. Joseph F. Karpinski Sr. Educational Center in Owasco will host the hunt throughout that month.

Fifty eggs will be hidden throughout the 6880 E. Lake Road museum for each of three age categories: 5 and younger, 6 to 11 and 12 and older. Each category will be a different color.

Participants will be asked to use the clues provided to find the 50 eggs for their age level and record their findings on an entry form. Upon turning in the form they will receive a prize.

The hunt is free and open to the public. Museum hours are 10 a.m. to 4 p.m. every day.

For more information, call (315) 252-7644.

0 Comments

Be the first to know

Get local news delivered to your inbox!

Related to this story

Most Popular

Conquest: Gratitude for a gesture of recognition

The monthly column from Joni Lincoln, historian for the town of Conquest.

East Hill: New program helps children take steps toward healthy development

Nicki Catalfano wishes the HealthySteps program was around when she was raising her kids. She is now employed as East Hill Medical Center’s He…

Where to find fish dinners in the Cayuga County area this Lent

Ash Wednesday begins the season of Lent a little early this year, which means community fish dinners will be returning this Friday. Here's whe…

The art of adulting: Improv among new adult classes at Auburn Public Theater

Education has always been in the spotlight at Auburn Public Theater, but recently the downtown venue added a way for adults to learn about the…

Looking for live music? Here's where you can find itin the Cayuga County area over the next week:

© Copyright 2024 The Citizen, 25 Seminary St., Suite R1 Auburn, NY 13021

Terms of Use | Privacy Policy | Advertising Terms of Use | Do Not Sell My Info | Cookie Preferences

Owasco museum to host Easter Egg Scavenger Hunt (2024)

References

Top Articles
Buggiesgonewild
Driving Directions To Atlanta
Pollen Count Centreville Va
Artem The Gambler
Belle Meade Barbershop | Uncle Classic Barbershop | Nashville Barbers
Mate Me If You May Sapir Englard Pdf
What are Dietary Reference Intakes?
Gabrielle Abbate Obituary
Northern Whooping Crane Festival highlights conservation and collaboration in Fort Smith, N.W.T. | CBC News
Craigslist Dog Kennels For Sale
Nexus Crossword Puzzle Solver
Cool Math Games Bucketball
Newgate Honda
What Is A Good Estimate For 380 Of 60
Www Craigslist Com Phx
Gemita Alvarez Desnuda
Pay Boot Barn Credit Card
Costco Great Oaks Gas Price
Craigslist Pet Phoenix
Kaitlyn Katsaros Forum
Touchless Car Wash Schaumburg
Food Universe Near Me Circular
Where to eat: the 50 best restaurants in Freiburg im Breisgau
25 Best Things to Do in Palermo, Sicily (Italy)
Which Sentence is Punctuated Correctly?
Urbfsdreamgirl
Taylored Services Hardeeville Sc
Astro Seek Asteroid Chart
Syracuse Jr High Home Page
Baddies Only .Tv
Nail Salon Open On Monday Near Me
The Venus Flytrap: A Complete Care Guide
Forager How-to Get Archaeology Items - Dino Egg, Anchor, Fossil, Frozen Relic, Frozen Squid, Kapala, Lava Eel, and More!
Bozjan Platinum Coins
Minecraft Jar Google Drive
Hair Love Salon Bradley Beach
Dreammarriage.com Login
How To Upgrade Stamina In Blox Fruits
About My Father Showtimes Near Amc Rockford 16
Mississippi weather man flees studio during tornado - video
Cocaine Bear Showtimes Near Cinemark Hollywood Movies 20
Mathews Vertix Mod Chart
Academic Calendar / Academics / Home
Expendables 4 Showtimes Near Malco Tupelo Commons Cinema Grill
Mychart University Of Iowa Hospital
Diario Las Americas Rentas Hialeah
San Diego Padres Box Scores
Blog Pch
Walmart Front Door Wreaths
Otter Bustr
March 2023 Wincalendar
Fetllife Com
Latest Posts
Article information

Author: The Hon. Margery Christiansen

Last Updated:

Views: 5710

Rating: 5 / 5 (50 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: The Hon. Margery Christiansen

Birthday: 2000-07-07

Address: 5050 Breitenberg Knoll, New Robert, MI 45409

Phone: +2556892639372

Job: Investor Mining Engineer

Hobby: Sketching, Cosplaying, Glassblowing, Genealogy, Crocheting, Archery, Skateboarding

Introduction: My name is The Hon. Margery Christiansen, I am a bright, adorable, precious, inexpensive, gorgeous, comfortable, happy person who loves writing and wants to share my knowledge and understanding with you.