CINXE.COM
Running In Full Armour And Painting Were Once Olympic Sports (Yeah. Really.)
<!DOCTYPE html> <!-- Mobile redirect: 80 --> <!--esi <esi:assign name="is_mobile" value="0" /> <esi:choose> <esi:when test="$(done)!='1'"> <esi:assign name="done" value="0"/> </esi:when> </esi:choose> <esi:assign name="query_param" value="''"/> <esi:choose> <esi:when test="$(QUERY_STRING)"> <esi:assign name="query_param">'?'+$(QUERY_STRING)</esi:assign> </esi:when> </esi:choose> <esi:choose> <esi:when test="$(HTTP_USER_AGENT) matches_i '''SCH-I535|SPH-L710|SGH-N064|SGH-N035|SGH-T999|SGH-I747|GT-I9305|GT-I9300|android.+mobile|iphone|ipod|webos|blackberry.+webkit.+mobile|htc|opera\ mini|operamini|iemobile|opera\ mobi|lge|lg|palm|samsung|nokia|windows\ phone|windows\ ce|bb10|blackberry|Mobile.+Firefox|tizen.+mobile'''"> <esi:assign name="is_mobile" value="1" /> </esi:when> </esi:choose> <esi:choose> <esi:when test="$(HTTP_USER_AGENT) matches_i '''SAMSUNG\ SM-T'''"> <esi:assign name="is_mobile" value="0" /> </esi:when> </esi:choose> <esi:choose> <esi:when test="$(is_mobile) == '1' && $(HTTP_HOST) has 'huffingtonpost.com' && $(REQUEST_PATH) matches_i '/jobs'"> <esi:assign name="done" value="1"/> </esi:when> </esi:choose> <esi:choose> <esi:when test="$(is_mobile) == '1' && $(HTTP_HOST) has 'huffingtonpost.com' && $(REQUEST_PATH) matches_i '/hill/signup\.html'"> <esi:assign name="done" value="1"/> </esi:when> </esi:choose> <esi:choose> <esi:when test="($exists($(QUERY_STRING{'m'})) && $(QUERY_STRING{'m'}) == 'false') && $(is_mobile)=='1'"> $add_header('Set-Cookie','mobileview=false; path=/;') $set_redirect('http://www.huffingtonpost.ca'+$(REQUEST_PATH)) <esi:assign name="done" value="1"/> </esi:when> </esi:choose> <esi:choose> <esi:when test="($exists($(QUERY_STRING{'m'})) && $(QUERY_STRING{'m'}) == 'true') && $(is_mobile)=='1'"> $add_header('Set-Cookie','mobileview=true; path=/;') <esi:assign name="ignore_mobile_cookie" value="1"/> </esi:when> </esi:choose> <esi:choose> <esi:when test="($exists($(QUERY_STRING{'tm'})) && $(QUERY_STRING{'tm'}) == 'false') && $(is_mobile)=='1'"> <esi:assign name="done" value="1"/> </esi:when> </esi:choose> <esi:choose> <esi:when test="$(is_mobile) == '1' && $(HTTP_HOST) has 'huffingtonpost.com' && $(REQUEST_PATH) matches_i 'special\/disney_travel'"> $set_redirect('http://m.news.travel.aol.com/disney/') <esi:assign name="done" value="1"/> </esi:when> </esi:choose> <esi:choose> <esi:when test="( $(ignore_mobile_cookie) == '1' || !$exists($(HTTP_COOKIE{'mobileview'}) ) || $(HTTP_COOKIE{'mobileview'})=='true' ) && $(is_mobile) == '1' && $(done)=='0'"> <esi:choose> <esi:when test="!$exists($(HTTP_COOKIE{'mobileview'}))"> $add_header('Set-Cookie','mobileview=true; path=/;') </esi:when> </esi:choose> <esi:choose> <esi:when test="$(REQUEST_PATH) matches_i '/?([0-9]+)/([0-9]+)/([0-9]+)/([^/]+)_([0-9]+)\.html#(.+)$' "> <esi:assign name="redirect_to">'http://m.huffpost.com/ca/entry/'+$(MATCHES{5})+'#$(MATCHES{6})'+$(query_param)</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '/?([0-9]+)/([0-9]+)/([0-9]+)/([^/]+)_([0-9]+)\.html' "> <esi:assign name="redirect_to">'http://m.huffpost.com/ca/entry/'+$(MATCHES{5})+$(query_param)</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '/([^/]+)/([^/]+)_([0-9]+)\.html'"> <esi:assign name="redirect_to">'http://m.huffpost.com/ca/entry/'+$(MATCHES{3})+$(query_param)</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '/(news|tag|actualites)/([a-z0-9-_]+)' "> <esi:assign name="redirect_to">'http://m.huffpost.com/ca/news/'+$(MATCHES{2})+'/'+$(query_param)</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '/newsletter/([a-z0-9-_]+)'"> <esi:assign name="redirect_to">'http://m.huffpost.com/ca/?pop=nls&nls='+ $(MATCHES{1})</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '/imageblog'"> <esi:assign name="redirect_to">'http://m.huffpost.com/ca/news/imageblog/'+$(query_param)</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '/thirdmetric'"> <esi:assign name="redirect_to">'http://m.huffpost.com/ca/news/third-metric/'+$(query_param)</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '/p/horoscopos-([a-z]+)\.html' "> <esi:assign name="redirect_to">'http://m.huffpost.com/ca/horoscopos/'+$(MATCHES{1})+$(query_param)</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '^\/(subscription|users\/notifications|terms)' "> <esi:assign name="done" value="1"/> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '^\/([a-z0-9-_]{2,})' "> <esi:assign name="redirect_to">'http://m.huffpost.com/ca/vertical/'+$(MATCHES{1})+'/'+$(query_param)</esi:assign> </esi:when> <esi:when test="$is_empty($(REQUEST_PATH)) || $(REQUEST_PATH) =='/'"> <esi:choose> <esi:when test="($(GEO{'country_code'}) == 'AU')"> <esi:assign name="redirect_to">'http://m.huffpost.com/au'+$(query_param)</esi:assign> </esi:when> <esi:otherwise> <esi:assign name="redirect_to">'http://m.huffpost.com/ca'+$(query_param)</esi:assign> </esi:otherwise> </esi:choose> </esi:when> </esi:choose> <esi:choose> <esi:when test="$exists($(redirect_to)) && !$is_empty($(redirect_to))"> $set_redirect($(redirect_to)) </esi:when> </esi:choose> <esi:assign name="done" value="1"/> </esi:when> </esi:choose> --> <!--esi <esi:assign name="ads_ord" value="$rand()" /> <esi:assign name="is_aol_referer" value="0" /> <esi:choose> <esi:when test="$(HTTP_REFERER) has '.aol.com'"> <esi:assign name="is_aol_referer" value="1" /> </esi:when> </esi:choose> --> <!--esi <esi:assign name="IS_US" value="$(HTTP_HOST) has 'huffingtonpost.com'" /> <esi:choose> <esi:when test="$(IS_US) && $(GEO{'country_code'}) == 'IN' && $(done)!='1'"> <esi:choose> <esi:when test="!$(QUERY_STRING)"> <esi:assign name="done" value="1"/> $set_redirect('http://' + $(HTTP_HOST) + $(REQUEST_PATH) + '?ir=India&adsSiteOverride=in') </esi:when> <esi:when test="!$(QUERY_STRING{'ir'})"> <esi:assign name="done" value="1"/> $set_redirect('http://' + $(HTTP_HOST) + $(REQUEST_PATH) + '?' + $(QUERY_STRING) + '&ir=India&adsSiteOverride=in') </esi:when> </esi:choose> </esi:when> </esi:choose> --> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8 ie7"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9 ie8"> <![endif]--> <!--[if IE 9]> <html lang="en" class="no-js modern ie9"> <![endif]--> <!--[if gt IE 9]><!--> <html lang="en" class="no-js modern"> <!--<![endif]--> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.huffingtonpost.ca:80/2016/08/12/past-olympic-sports_n_11434868.html?","20160818061635","https://web.archive.org/","web","/_static/", "1471500995"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>Running In Full Armour And Painting Were Once Olympic Sports (Yeah. Really.)</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/> <meta name="keywords" content="olympics,olympics canada,olympics 2016,rio olympics 2016,past olympic sports,olympic sports present,shocking olympics,historical olympics,previous olympics,video,rugby 7s olympics,gold olympics,olympic golf,olympics golf,Rio 2016,olympics new sports,new sports olympics"/> <meta name="description" content="Interesting..."/> <meta name="category" content="Canada Living"/> <meta http-equiv="Content-Language" content="en_CA"/> <meta name="robots" content="noodp,noydir"/> <meta property="twitter:card" value="summary_large_image"/> <meta property="twitter:site" value="@HuffPostCaLiv"/> <meta name="twitter:description" content="Interesting..."> <meta property="fb:app_id" content="100792273348438"/> <meta property="og:site_name" content="The Huffington Post"/> <meta property="og:title" content="You'll Never Believe These Were Once Olympics Sports"/> <meta property="og:type" content="article"/> <meta property="og:url" content="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/12/past-olympic-sports_n_11434868.html"/> <meta property="og:image" content="https://web.archive.org/web/20160818061635im_/http://i.huffpost.com/gen/4591910/images/o-CANADA-OLYMPICS-facebook.jpg"/> <meta property="og:description" content="Interesting..."/> <meta property="og:locale" content="en_CA"/> <meta name="sailthru.date" content="Fri, 12 Aug 2016 13:46:35 -0400"> <meta name="sailthru.expire_date" content="Sat, 13 Aug 2016 13:46:35 -0400"> <meta name="sailthru.image.thumb" content="http://i.huffpost.com/gen/4591910/images/s-CANADA-OLYMPICS-small.jpg"> <meta name="sailthru.tags" content="olympics,olympics canada,olympics 2016,rio olympics 2016,past olympic sports,olympic sports present,shocking olympics,historical olympics,previous olympics,video,rugby 7s olympics,gold olympics,olympic golf,olympics golf,Rio 2016,olympics new sports,new sports olympics"> <meta property="article:publisher" content="https://www.facebook.com/HuffPostCanadaLiving"/> <meta property="article:section" content="Canada Living"/> <link rel="image_src" href="https://web.archive.org/web/20160818061635im_/http://i.huffpost.com/gen/4591910/images/s-CANADA-OLYMPICS-large.jpg"/> <meta name="image" content="http://i.huffpost.com/gen/4591910/images/s-CANADA-OLYMPICS-small.jpg"/> <meta name="thumbnail" content="http://i.huffpost.com/gen/4591910/images/o-CANADA-OLYMPICS-facebook.jpg"/> <meta name="og:see_also" content="http://www.huffingtonpost.ca/2016/08/17/cne-foods-2016_n_11570336.html"/> <meta name="og:see_also" content="http://www.huffingtonpost.ca/2016/08/17/new-harry-potter-books_n_11565858.html"/> <meta name="og:see_also" content="http://www.huffingtonpost.ca/2016/08/16/sexist-headline-olympics_n_11544838.html"/> <link rel="shortcut icon" href="/web/20160818061635im_/http://www.huffingtonpost.ca/favicon.ico"> <link rel="alternate" hreflang="en" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/12/past-olympic-sports_n_11434868.html"/> <link rel="alternate" href="https://web.archive.org/web/20160818061635/android-app://com.huffingtonpost.android/http/www.huffingtonpost.ca/2016/08/12/past-olympic-sports_n_11434868.html"/> <link rel="alternate" href="https://web.archive.org/web/20160818061635/ios-app://306621789/huffpostnews/?editionID=ca&entryID=11434868"/> <link rel="alternate" media="only screen and (max-width: 640px)" href="https://web.archive.org/web/20160818061635/http://m.huffpost.com/ca/entry/11434868"> <link rel="stylesheet" href="https://web.archive.org/web/20160818061635cs_/http://s1.huffpost.com/assets/css.php?v=1470760434&f=phoenix%2Fapp.css" type="text/css"> <link rel="stylesheet" href="https://web.archive.org/web/20160818061635cs_/http://s0.huffpost.com/assets/css.php?v=1470760434&f=phoenix%2Fcore.css%2Cphoenix%2Fpageheader.css%2Cphoenix%2Frightrail.css%2Cphoenix%2Fauthor_article.css%2Cphoenix%2Fted.css%2Cphoenix%2Fcolorbox.css%2Cphoenix%2Femail_form.css%2Cphoenix%2Fslideshow%2Fflexslider.css%2Cphoenix%2Fslideshow%2Fstyles.css" type="text/css"> <link rel="stylesheet" href="https://web.archive.org/web/20160818061635cs_/http://s0.huffpost.com/assets/css.php?v=1470760434&f=liveblog.css%2Cbasic.css%2Csailthru_concierge.css%2Crecipe_gadget.css%2Chp_modules%2Fmodule.sponsor-widgets.css%2Chp_modules%2Fmodule.apps_feeds.css%2C_slideshows%2Finline.css%2C_slideshows%2Fmodules%2Finline.css%2C_slideshows%2Fmodules%2Fparticipation.css%2C_slideshows%2Fmodules%2Fparticipation_new.css%2Ccommercial.css%2Cadd%2Finner.css%2Cemail_share.css%2Cbuttons.css" type="text/css"> <link rel="stylesheet" href="https://web.archive.org/web/20160818061635cs_/http://s0.huffpost.com/assets/css.php?v=1470760434&f=" type="text/css"> <link rel="stylesheet" href="https://web.archive.org/web/20160818061635cs_/http://s1.huffpost.com/assets/css.php?v=1470760434&f=phoenix%2Fverticals%2Fcanada-living.css%2Cphoenix%2Fverticals%2Fpolitics.css%2Cphoenix%2Fverticals%2Fbusiness.css%2Cphoenix%2Fverticals%2Fworld.css%2Cphoenix%2Fverticals%2Fparents.css%2Cphoenix%2Fverticals%2Fliving.css%2Cphoenix%2Fverticals%2Fstyle.css%2Cphoenix%2Fverticals%2Fentertainment.css%2Cphoenix%2Fverticals%2Farts.css%2Cphoenix%2Fverticals%2F.css%2Cphoenix%2Fverticals%2Fcanada-common.css" type="text/css"> <link rel="canonical" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/12/past-olympic-sports_n_11434868.html"> <!--[if lt IE 9]><link rel="stylesheet" href="http://s1.huffpost.com/assets/js.php?v=1470760434&f=conversations%2Fstylesheets%2Fapp.css" /><![endif]--> <!--[if lte IE 7]><link rel="stylesheet" href="http://s0.huffpost.com/assets/css.php?v=1470760434&f=phoenix%2Fie7.css" type="text/css" /><![endif]--> <!--[if IE 8]><link rel="stylesheet" href="http://s1.huffpost.com/assets/css.php?v=1470760434&f=phoenix%2Fie8.css" type="text/css" /><![endif]--> <script type="text/javascript" src="https://web.archive.org/web/20160818061635js_/http://s1.huffpost.com/assets/js.php?v=1470760434&f=jquery-1.7.2.min.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20160818061635js_/http://s0.huffpost.com/assets/js.php?v=1470760434&f=jquery%2Fjquery.I18N.js%2Clocale%2Fen_CA%2Fpublic.js%2Csprintf-0.7.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20160818061635js_/http://s0.huffpost.com/assets/js.php?v=1470760434&f=huff.js%2Chp_config.js%2Clazyload-min.js%2Chp_util.js%2Chp_track.js%2Cyui_sub.js%2Chp_liveblog.js%2Chptwitter_anywhere.js%2Cphoenix%2Fcustom.modernizr.js%2Cphoenix%2Ffoundation.min.js%2C_tmp%2Fquick_fan.js%2C_tmp%2Fhp_ads.js%2C_tmp%2Fcommon.js%2Chp_browser.js%2Csubmissions.js%2Cphoenix%2Funderscore.js%2Cphoenix%2Fbackbone.js%2Cphoenix%2Fthreeup.js%2Crecipe_gadget.js%2Clivebetteramerica%2Fmodule.jquerydl.js%2Cphoenix%2Ffollow-huffpost.js%2Cphoenix%2Fsocial-sidebar.js%2Cposts.js%2Cphoenix%2Fnumeral.js%2Cphoenix%2Fsocial_widget_views.js%2Cconversations%2Fbootstrap.js%2Cscroll-track.js%2Cphoenix%2Fjquery.colorbox.js%2Cphoenix%2Fthreeup-carousel.js%2Cphoenix%2Flightbox.js%2Cphoenix%2Fjquery.formparams.js%2Cphoenix%2Fsubmit_correction.js%2C_tmp%2Fquick_subscribe_user.js%2Cphoenix%2Fnewsletter.js%2Chptwitter.js%2Cphoenix%2Flogin.js%2C_tmp%2Fclick_tracker.js%2Cphoenix%2Fimage_loader.js%2Cphoenix%2Fcaption.js%2Cconnect_overview.js%2Cimage_embed.js%2Cswfobject.js%2Cphoenix%2Fhulu_to_5min.js%2C_tmp%2Fevent_module.js%2Cphoenix%2Fslideshow%2Fjquery.flexslider.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-html.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-tracking.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-share.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-main.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-participation.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-participation_new.js%2Cphoenix%2Fyoutube_to_5min.js%2Con-hover-pinterest.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20160818061635js_/http://s1.huffpost.com/assets/js.php?v=1470760434&f=facebook.js%2Ccookiesmin.js%2Csnproject.js%2C_tmp%2Fquick_login.js%2Chuffconnect.js%2Cprovider.js%2Cpopup_manager.js%2C_util%2Fuser.js%2Cuser.js"></script> <script type="text/javascript"> huff.v({"last_deploy_commit_id":"9448676f94eb3a3a8739e8a3fc0d85c6b51c8838","deploy_commit_id":"f75899926af7cc4499a5fde4de7ecc5f0030c1d2","deploy_seq":1470760434,"last_deploy_seq":1470163362,"deploy_date":"Tue, 09 Aug 2016 12:33:54 -0400","last_deploy_date":"Tue, 02 Aug 2016 14:42:42 -0400"}); </script> <script type="text/javascript"> // common modules huff.use('conf', 'modal', 'image', 'layout', 'cookies', 'user', 'track', 'common', 'promo'); </script> <!-- modulous header --> <script type="text/javascript"> window.adTechCallback = function() { window.adSetAdURL('http://' + (document.domain || 'www.huffingtonpost.com') + (location.port?':'+location.port:'') + '/_uac/adpage.html'); window.tacProp={tags:"kvpagetype=bpage:news:slideshow;kvsubj=981632:983141;kvtopic=al-gore:international-olympic-committee:nbc:olympics:painting;kventryid=11434868;kvcmsid=hpo:11434868;kveditags=shocking-olympics:olympic-golf:olympics-2016:olympics:olympics-golf:rugby-7s-olympics:rio-2016:olympics-new-sports:@health_models:olympic-sports-present:@health_ibs:video:historical-olympics:olympics-canada:gold-olympics:past-olympic-sports:rio-olympics-2016:@noad_mid_article:previous-olympics:new-sports-olympics;kvvert=living;kvblogger=kayla-greaves;kvent=5417300"}; window.tacProp.tags += ( (typeof window.HPAds!=="undefined") && (typeof window.HPAds.adtech_client_side_inf=="function") ) ? window.HPAds.adtech_client_side_inf() : ""; if (typeof window.adSetOthAT=="function") window.adSetOthAT(window.tacProp.tags); }; </script> <script src="https://web.archive.org/web/20160818061635js_/http://o.aolcdn.com/ads/adsWrapper.js"></script> <script> window.adTechCallback(); </script> <meta name="taboola.category" content="canada-living"/> <script> if (typeof HPAds !== 'undefined') { HPAds.ad_reload_old = HPAds.ad_reload; HPAds.ad_reload = function(placement, id) { jQuery(document).trigger('reloadAd', document.getElementById(id)); HPAds.ad_reload_old.apply(this, arguments); }; } </script> <script> window.commercial_video = { "site_and_category":"ca.canada-living", "package":null }; </script> <script> function doTaboola(taboolaParams) { if (typeof taboolaParams == 'undefined') return; window._taboola = window._taboola || []; if (!doTaboola.loaded) { _taboola.push({article:'auto'}); !function (e, f, u) { e.async = 1; e.src = u; f.parentNode.insertBefore(e, f); }(document.createElement('script'), document.getElementsByTagName('script')[0], taboolaParams.loader); doTaboola.loaded = true; } _taboola.push({ "listenTo": 'render', "handler": function(e) { var detail = e.detail; var i = 0; while ( window.jQuery && window.JSON && detail.items[i] ) { var dataItemId = detail.items[i].id; var itemUrl = detail.items[i].url; var taboolaDomNode = window.jQuery("[data-item-id='" + dataItemId + "']"); var dataBeacon = { "p": { "mpid": (i+1).toString(), "plid": itemUrl, "mlid": "taboola" } }; taboolaDomNode.attr('data-beacon', window.JSON.stringify(dataBeacon)); i++; } } }); var cb = function(o){}; // function(o){ o.container.removeAttribute('id'); } _taboola.push({onrender: cb, mode:taboolaParams.mode, container:taboolaParams.container, placement:taboolaParams.placement, target_type:taboolaParams.target_type}); } </script> <style>.trc-auto-size { height: auto !important; }</style> <style type="text/css"> .vdb_player{margin-top: 5px;} </style> <script> var _HPJS = (function (_mod) { "use strict"; _mod.loadJS = function (src, options) { var options = options || {}; var ref = window.document.getElementsByTagName("script")[0]; var script = window.document.createElement("script"); script.src = src; script.async = options.async; script.defer = options.defer; ref.parentNode.insertBefore(script, ref); return script; } _mod.loadJSLater = function (url, timeout) { var ran = false; var loader = function () { if (ran) { return; } ran = true; _mod.loadJS(url, {async:true}); } window.addEventListener ? window.addEventListener("load",loader,false) : window.attachEvent && window.attachEvent("onload",loader); // in case the load event never fires setTimeout(loader, timeout || 15000); } _mod.waitForGlobal = function(identifier, cb, poll) { var test = typeof identifier === "function" ? identifier : function() { return !!window[identifier]; }; var interval; if(test()) { cb(); } else { interval = setInterval(function(){ if(test()) { cb(); clearInterval(interval); } }, poll || 50); } }; return _mod; }(_HPJS || {})); </script> <!-- debugadcode --> <style> .debugadcode-box { z-index:10000; position:relative; } .debugadcode { position:absolute; padding:5px; background-color:rgba(232, 212, 244, 0.85); font-size:0.8rem; color:black; } </style> <script> window.debugadcode = function(title, properties, div) { if (window.location.search.indexOf('debug_ad_code') < 0) return; var head = '<div><strong>'+title+'</strong></div>'; var body = ''; for (key in properties) { body += '<div><em>'+key+'</em>: '+properties[key]+'</div>'; } var s = document.getElementsByTagName('script'); var sLast = div || s[s.length - 1]; var d = document.createElement('div'); d.className = 'debugadcode-box'; d.innerHTML = '<div class="debugadcode">'+head+body+'</div>'; sLast.parentNode.insertBefore(d, sLast); } </script> <!-- /debugadcode --> <!-- END modulous header --> <!-- ads_adtech_header --> <!-- ads_init_functions --> <!-- ads_commercial_video --> <!-- ads_asset_insert --> <div id="modulous_asset_inserts" class="ad_spot"> <script type="text/javascript"> window.adSetMOAT && adSetMOAT("1"); </script></div> <script type="text/javascript"> tacProp={vert:"Homepage",tags:"kvpagetype=atf:desktop;kvvert=living;kvspon=y;"}; tacProp.tags += ( (typeof HPAds!=="undefined") && (typeof HPAds.adtech_client_side_inf=="function") ) ? HPAds.adtech_client_side_inf() : ""; if (typeof adSetOthAT=="function") adSetOthAT(tacProp.tags); </script> <script type="text/javascript"> var ads_ext_ref_sig = ''; </script> <!--esi <esi:choose> <esi:when test="$(HTTP_REFERER) has '|dl' || $(QUERY_STRING) has '|dl' || $(HTTP_REFERER) has 'fundrace.' || $(QUERY_STRING) has 'fundrace.'"> <esi:choose> <esi:when test="($(HTTP_REFERER) has '|dl') || ($(QUERY_STRING) has '|dl')"> <esi:text> <script type="text/javascript"> var ads_ext_ref_sig = 'aol_welcome_screen'; </script> </esi:text> </esi:when> <esi:when test="($(HTTP_REFERER) has 'fundrace.') || ($(QUERY_STRING) has 'fundrace.')"> <esi:text> <script type="text/javascript"> var ads_ext_ref_sig = 'fundrace'; </script> </esi:text> </esi:when> </esi:choose> </esi:when> </esi:choose> --> <!--esi <esi:choose> <esi:when test="($exists($(HTTP_COOKIE{'ad_ops_bookmarklet'})) && !($(HTTP_HOST) has 'editorial'))"> <script type="text/javascript" src="/ads/bookmarklet/bookmarklet.js"></script> </esi:when> </esi:choose> --> <script type="text/javascript" src="https://web.archive.org/web/20160818061635js_/http://www.google.com/recaptcha/api/js/recaptcha_ajax.js" async defer></script> <!-- Parsely tracking params start --> <script type="application/ld+json"> { "@context": "https://web.archive.org/web/20160818061635/http://schema.org", "@type": "NewsArticle", "mainEntityOfPage":{ "@type":"URL", "@id":"https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/12/past-olympic-sports_n_11434868.html" }, "headline": "You'll Never Believe These Were Once Olympics Sports", "author": { "@type":"Person", "name":"Kayla Greaves" }, "image": { "@type":"ImageObject", "url":"https://web.archive.org/web/20160818061635/http://i.huffpost.com/gen/4591910/images/o-CANADA-OLYMPICS-facebook.jpg", "width":2000,"height":1000 }, "dateCreated": "2016-08-12T13:46:37Z", "datePublished": "2016-08-12T13:46:37Z", "dateModified": "2016-08-12T13:59:01Z", "publisher":{ "@type":"Organization", "name":"The Huffington Post", "logo":{ "@type":"ImageObject","url":"https://web.archive.org/web/20160818061635/http://s.huffpost.com/images/v/logos/v4/homepage.gif", "width":497, "height":60 } }, "description": "Interesting...", "articleSection": "Canada Living", "keywords": ["@noad_mid_article","@health_ibs","@health_models","olympics","olympics canada","olympics 2016","rio olympics 2016","past olympic sports","olympic sports present","shocking olympics","historical olympics","previous olympics","video","rugby 7s olympics","gold olympics","olympic golf","olympics golf","Rio 2016","olympics new sports","new sports olympics","type:news"], "thumbnailUrl": "https://web.archive.org/web/20160818061635/http://i.huffpost.com/gen/4591910/images/s-CANADA-OLYMPICS-small.jpg", "url": "https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/12/past-olympic-sports_n_11434868.html" } </script> <!-- Parsely tracking params end --> <!-- Google Json Markup start --> <!-- Google Json Markup end --> </head> <body> <!-- Newsletter ads popup --> <style> .nl_subscribe_popup{width:724px;background:#2C8F77 !important;z-index:1;position:absolute;color:#fff;font-family:Helvetica;} .nl_subscribe_popup a {color:#fff;} .news_title{font-size:22px;font-weight:bold;margin-bottom:50px;} .news_vertical_line{font-size:36px;font-weight:bold;margin-bottom:50px;} #news_email{box-shadow:none;font-family:Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:20px;width:305px;background: #2C8F77;border: 0px #2C8F77;color: #fff;} #new_signup{font-family:Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:16px;margin-left: 184px} #news_submit{background:#fff;color:#2C8F77;font-weight:bold;font-size:17px;border: 2px solid #fff; border-radius: 3px;width:150px;height: 41px; margin-top:35px;} .news_form{float:left;width:676px;} .news_notice{margin-top: 17px; float: left; margin-left: -9px; font-size: 10px;} .news_submit_div{margin-left:auto; margin-right:auto;width:150px;} .qr_close{background:none;font-size: 34px;font-weight: bold;} #email_icon{width: 325px;margin-left: auto;margin-right: auto;border-bottom: 1px solid #fff;height: 47px; margin-bottom: 27px; } </style> <div style="position: fixed;z-index: 7000002;"> <div id="nl_subscribe_popup" class="nl_subscribe_popup" style="display:none"> <div class="qr_close close cursor_pointer">×</div> <div id="iframe_content"> <div class="news_title"><center>Like what you're reading?</center> </div> <div class="news_vertical_line"> <center>Never miss a thing with the HuffPost Canada Living newsletter! </center> </div> <div class="news_form"> <div id="email_icon"><img src="/web/20160818061635im_/http://www.huffingtonpost.ca/images/mail_icon.png" style="float: left;margin-top: 16px;"/> <input type="text" name="email" id="news_email" placeholder="Please enter your email address"/> </div> </div> <div class="news_form"> <input type="hidden" id="vertical_title" value="canada-living"/> <div id="new_signup"> <input type="checkbox" name="signupme" id="signupme" class="subscribe_me"/> Sign me up for the Daily Brief, too. </div> </div> <input type="hidden" name="parent_vertical" id="parent_vertical" value="canada-"/> <div class="news_submit_div"> <input type="button" name="news_submit" id="news_submit" value="Subscribe" data-beacon="{"p":{"mnid":"news_ads_popup","mlid":"ads","lnid":"canada-living"}}"/> </div> <span class="news_notice">Newsletter may include personalized content.<a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/p/huffingtonpostca-privacy-policy.html" target="_blank"> Learn more</a>.</span> </div> </div> <div class="close qr_close_frame" style="display:none;"></div> </div> <script> (function($){ // no Conflict $(function() { // dom ready //window.onload=testSp(); $(document.body).on('click','.qr_close',function(){ $('#frame_qr').hide(); $('.qr_close_frame').hide(); $('#frame_qr').attr("id", "nl_subscribe_popup"); }); var heightarry = [90,66,250]; var timerId = top.readCookie('timerId'); var newuser = top.readCookie('newsletter_popup'); var sailthru = top.readCookie('sailthru_hid'); var nads = window.adsDevilAd || {}; nads.adinfo = function(n,d,w,h) { if((nads.ad[1].aolFormat == "Wallpaper") || (nads.ad[1].width == "970" && $.inArray(nads.ad[1].height,heightarry)>= 0 ) ){ } else{ if (timerId == 1) { top.createCookie('timerId',2,14); $(window).load(function () { setTimeout(function () { top.showAdsPopup('nl_subscribe_popup','qr_close_frame',0,0,'frame_qr'); }, 10000); }); top.createCookie('newsletter_popup',Date.now(),14); } else if ((newuser) || (sailthru)){ } else { top.createCookie('timerId',1,14); } } }; $(document.body).on('click','.subscribe_me',function(){ var element_id=$(this).attr('id'); var databecaon; var vertical_title=$('#vertical_title').val(); var parent_vertical = $('#parent_vertical').val(); if(element_id == "signupme"){ if($('#signupme').is(':checked')==true){ databeacon='{"p":{"mnid":"news_ads_popup","mlid":"ads","lnid":"'+vertical_title+','+parent_vertical+'daily"}}'; } else{ databeacon='{"p":{"mnid":"news_ads_popup","mlid":"ads","lnid":"'+vertical_title+'"}}'; } } else{ if($('#lifestyle').is(':checked')==true){ databeacon='{"p":{"mnid":"news_ads_popup","mlid":"ads","lnid":"'+vertical_title+',lifestyle"}}'; } else{ databeacon='{"p":{"mnid":"news_ads_popup","mlid":"ads","lnid":"'+vertical_title+'"}}'; } } $('#news_submit').attr('data-beacon',databeacon); }); $(document.body).on('click','#news_submit',function(){ var is_morning; var htmlstring; var is_lifestyle; var email = $('#news_email').val(); if($('#signupme').is(':checked')==true){ is_morning='1'; } else{ is_morning='0'; } if($('#lifestyle').is(':checked')==true){ is_lifestyle='1'; } else{ is_lifestyle='0'; } $.post('/subscription/set_email_popup.php', { email:email, daily_brief :is_morning, is_lifestyle: is_lifestyle, vertical:'canada-living' }, function(data){ top.createCookie('sailthru_hid',data.sailthru_hid,14); htmlstring='<div style="font-size:20px;width: 383px;margin-left: auto;margin-top: 4px;height: 60px;margin-right: auto;">'+data+'</div>'; $('#iframe_content').html(htmlstring); }, 'html'); }); }); })(jQuery); </script> <!-- END Newsletter ads popup --> <!-- Pinterest follow popup --> <!-- END Pinterest follow popup --> <!--modulous_debug_header --> <!-- END modulous_debug_header --> <div id="view_mobile_banner" style="display: none; min-width: 1000px; width: 100%; height: 105px; background: url(/web/20160818061635im_/http://www.huffingtonpost.ca/images/mobile/view-mobile-bkg.png);background-size: cover; text-align: center;"> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/12/past-olympic-sports_n_11434868.html?m=true" style="color: #FFF; font-size: 40px; display: inline-block; padding-top: 18px; text-transform: uppercase; width: 100%; height: 105px;"> <img src="/web/20160818061635im_/http://www.huffingtonpost.ca/images/mobile/view-mobile-icon.png" style="height: 68px; margin-bottom: -16px;"/> View mobile site </a> </div> <script> if(window.navigator.userAgent.match(/SCH-I535|SPH-L710|SGH-N064|SGH-N035|SGH-T999|SGH-I747|GT-I9305|GT-I9300|android.+mobile|iphone|ipod|webos|blackberry.+webkit.+mobile|htc|opera\ mini|operamini|iemobile|opera\ mobi|lge|lg|palm|samsung|nokia|windows\ phone|windows\ ce|bb10|blackberry|Mobile.+Firefox/i)) { document.getElementById("view_mobile_banner").style.display = 'block'; } </script> <!-- RUM header --> <script type="text/javascript">(window.NREUM||(NREUM={})).loader_config={xpid:"Vg4HV1FADAMCXFhRDw=="};window.NREUM||(NREUM={}),__nr_require=function(t,e,n){function r(n){if(!e[n]){var o=e[n]={exports:{}};t[n][0].call(o.exports,function(e){var o=t[n][1][e];return r(o||e)},o,o.exports)}return e[n].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<n.length;o++)r(n[o]);return r}({1:[function(t,e,n){function r(t){try{s.console&&console.log(t)}catch(e){}}var o,i=t("ee"),a=t(15),s={};try{o=localStorage.getItem("__nr_flags").split(","),console&&"function"==typeof console.log&&(s.console=!0,o.indexOf("dev")!==-1&&(s.dev=!0),o.indexOf("nr_dev")!==-1&&(s.nrDev=!0))}catch(c){}s.nrDev&&i.on("internal-error",function(t){r(t.stack)}),s.dev&&i.on("fn-err",function(t,e,n){r(n.stack)}),s.dev&&(r("NR AGENT IN DEVELOPMENT MODE"),r("flags: "+a(s,function(t,e){return t}).join(", ")))},{}],2:[function(t,e,n){function r(t,e,n,r,o){try{d?d-=1:i("err",[o||new UncaughtException(t,e,n)])}catch(s){try{i("ierr",[s,(new Date).getTime(),!0])}catch(c){}}return"function"==typeof f&&f.apply(this,a(arguments))}function UncaughtException(t,e,n){this.message=t||"Uncaught error with no additional information",this.sourceURL=e,this.line=n}function o(t){i("err",[t,(new Date).getTime()])}var i=t("handle"),a=t(16),s=t("ee"),c=t("loader"),f=window.onerror,u=!1,d=0;c.features.err=!0,t(1),window.onerror=r;try{throw new Error}catch(l){"stack"in l&&(t(8),t(7),"addEventListener"in window&&t(5),c.xhrWrappable&&t(9),u=!0)}s.on("fn-start",function(t,e,n){u&&(d+=1)}),s.on("fn-err",function(t,e,n){u&&(this.thrown=!0,o(n))}),s.on("fn-end",function(){u&&!this.thrown&&d>0&&(d-=1)}),s.on("internal-error",function(t){i("ierr",[t,(new Date).getTime(),!0])})},{}],3:[function(t,e,n){t("loader").features.ins=!0},{}],4:[function(t,e,n){function r(t){}if(window.performance&&window.performance.timing&&window.performance.getEntriesByType){var o=t("ee"),i=t("handle"),a=t(8),s=t(7),c="learResourceTimings",f="addEventListener",u="resourcetimingbufferfull",d="bstResource",l="resource",p="-start",h="-end",m="fn"+p,w="fn"+h,v="bstTimer",y="pushState";t("loader").features.stn=!0,t(6);var g=NREUM.o.EV;o.on(m,function(t,e){var n=t[0];n instanceof g&&(this.bstStart=Date.now())}),o.on(w,function(t,e){var n=t[0];n instanceof g&&i("bst",[n,e,this.bstStart,Date.now()])}),a.on(m,function(t,e,n){this.bstStart=Date.now(),this.bstType=n}),a.on(w,function(t,e){i(v,[e,this.bstStart,Date.now(),this.bstType])}),s.on(m,function(){this.bstStart=Date.now()}),s.on(w,function(t,e){i(v,[e,this.bstStart,Date.now(),"requestAnimationFrame"])}),o.on(y+p,function(t){this.time=Date.now(),this.startPath=location.pathname+location.hash}),o.on(y+h,function(t){i("bstHist",[location.pathname+location.hash,this.startPath,this.time])}),f in window.performance&&(window.performance["c"+c]?window.performance[f](u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance["c"+c]()},!1):window.performance[f]("webkit"+u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance["webkitC"+c]()},!1)),document[f]("scroll",r,!1),document[f]("keypress",r,!1),document[f]("click",r,!1)}},{}],5:[function(t,e,n){function r(t){for(var e=t;e&&!e.hasOwnProperty(u);)e=Object.getPrototypeOf(e);e&&o(e)}function o(t){s.inPlace(t,[u,d],"-",i)}function i(t,e){return t[1]}var a=t("ee").get("events"),s=t(17)(a),c=t("gos"),f=XMLHttpRequest,u="addEventListener",d="removeEventListener";e.exports=a,"getPrototypeOf"in Object?(r(document),r(window),r(f.prototype)):f.prototype.hasOwnProperty(u)&&(o(window),o(f.prototype)),a.on(u+"-start",function(t,e){if(t[1]){var n=t[1];if("function"==typeof n){var r=c(n,"nr@wrapped",function(){return s(n,"fn-",null,n.name||"anonymous")});this.wrapped=t[1]=r}else"function"==typeof n.handleEvent&&s.inPlace(n,["handleEvent"],"fn-")}}),a.on(d+"-start",function(t){var e=this.wrapped;e&&(t[1]=e)})},{}],6:[function(t,e,n){var r=t("ee").get("history"),o=t(17)(r);e.exports=r,o.inPlace(window.history,["pushState","replaceState"],"-")},{}],7:[function(t,e,n){var r=t("ee").get("raf"),o=t(17)(r),i="equestAnimationFrame";e.exports=r,o.inPlace(window,["r"+i,"mozR"+i,"webkitR"+i,"msR"+i],"raf-"),r.on("raf-start",function(t){t[0]=o(t[0],"fn-")})},{}],8:[function(t,e,n){function r(t,e,n){t[0]=a(t[0],"fn-",null,n)}function o(t,e,n){this.method=n,this.timerDuration="number"==typeof t[1]?t[1]:0,t[0]=a(t[0],"fn-",this,n)}var i=t("ee").get("timer"),a=t(17)(i),s="setTimeout",c="setInterval",f="clearTimeout",u="-start",d="-";e.exports=i,a.inPlace(window,[s,"setImmediate"],s+d),a.inPlace(window,[c],c+d),a.inPlace(window,[f,"clearImmediate"],f+d),i.on(c+u,r),i.on(s+u,o)},{}],9:[function(t,e,n){function r(t,e){d.inPlace(e,["onreadystatechange"],"fn-",s)}function o(){var t=this,e=u.context(t);t.readyState>3&&!e.resolved&&(e.resolved=!0,u.emit("xhr-resolved",[],t)),d.inPlace(t,w,"fn-",s)}function i(t){v.push(t),h&&(g=-g,b.data=g)}function a(){for(var t=0;t<v.length;t++)r([],v[t]);v.length&&(v=[])}function s(t,e){return e}function c(t,e){for(var n in t)e[n]=t[n];return e}t(5);var f=t("ee"),u=f.get("xhr"),d=t(17)(u),l=NREUM.o,p=l.XHR,h=l.MO,m="readystatechange",w=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],v=[];e.exports=u;var y=window.XMLHttpRequest=function(t){var e=new p(t);try{u.emit("new-xhr",[e],e),e.addEventListener(m,o,!1)}catch(n){try{u.emit("internal-error",[n])}catch(r){}}return e};if(c(p,y),y.prototype=p.prototype,d.inPlace(y.prototype,["open","send"],"-xhr-",s),u.on("send-xhr-start",function(t,e){r(t,e),i(e)}),u.on("open-xhr-start",r),h){var g=1,b=document.createTextNode(g);new h(a).observe(b,{characterData:!0})}else f.on("fn-end",function(t){t[0]&&t[0].type===m||a()})},{}],10:[function(t,e,n){function r(t){var e=this.params,n=this.metrics;if(!this.ended){this.ended=!0;for(var r=0;r<d;r++)t.removeEventListener(u[r],this.listener,!1);if(!e.aborted){if(n.duration=(new Date).getTime()-this.startTime,4===t.readyState){e.status=t.status;var i=o(t,this.lastSize);if(i&&(n.rxSize=i),this.sameOrigin){var a=t.getResponseHeader("X-NewRelic-App-Data");a&&(e.cat=a.split(", ").pop())}}else e.status=0;n.cbTime=this.cbTime,f.emit("xhr-done",[t],t),s("xhr",[e,n,this.startTime])}}}function o(t,e){var n=t.responseType;if("json"===n&&null!==e)return e;var r="arraybuffer"===n||"blob"===n||"json"===n?t.response:t.responseText;return h(r)}function i(t,e){var n=c(e),r=t.params;r.host=n.hostname+":"+n.port,r.pathname=n.pathname,t.sameOrigin=n.sameOrigin}var a=t("loader");if(a.xhrWrappable){var s=t("handle"),c=t(11),f=t("ee"),u=["load","error","abort","timeout"],d=u.length,l=t("id"),p=t(14),h=t(13),m=window.XMLHttpRequest;a.features.xhr=!0,t(9),f.on("new-xhr",function(t){var e=this;e.totalCbs=0,e.called=0,e.cbTime=0,e.end=r,e.ended=!1,e.xhrGuids={},e.lastSize=null,p&&(p>34||p<10)||window.opera||t.addEventListener("progress",function(t){e.lastSize=t.loaded},!1)}),f.on("open-xhr-start",function(t){this.params={method:t[0]},i(this,t[1]),this.metrics={}}),f.on("open-xhr-end",function(t,e){"loader_config"in NREUM&&"xpid"in NREUM.loader_config&&this.sameOrigin&&e.setRequestHeader("X-NewRelic-ID",NREUM.loader_config.xpid)}),f.on("send-xhr-start",function(t,e){var n=this.metrics,r=t[0],o=this;if(n&&r){var i=h(r);i&&(n.txSize=i)}this.startTime=(new Date).getTime(),this.listener=function(t){try{"abort"===t.type&&(o.params.aborted=!0),("load"!==t.type||o.called===o.totalCbs&&(o.onloadCalled||"function"!=typeof e.onload))&&o.end(e)}catch(n){try{f.emit("internal-error",[n])}catch(r){}}};for(var a=0;a<d;a++)e.addEventListener(u[a],this.listener,!1)}),f.on("xhr-cb-time",function(t,e,n){this.cbTime+=t,e?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof n.onload||this.end(n)}),f.on("xhr-load-added",function(t,e){var n=""+l(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),f.on("xhr-load-removed",function(t,e){var n=""+l(t)+!!e;this.xhrGuids&&this.xhrGuids[n]&&(delete this.xhrGuids[n],this.totalCbs-=1)}),f.on("addEventListener-end",function(t,e){e instanceof m&&"load"===t[0]&&f.emit("xhr-load-added",[t[1],t[2]],e)}),f.on("removeEventListener-end",function(t,e){e instanceof m&&"load"===t[0]&&f.emit("xhr-load-removed",[t[1],t[2]],e)}),f.on("fn-start",function(t,e,n){e instanceof m&&("onload"===n&&(this.onload=!0),("load"===(t[0]&&t[0].type)||this.onload)&&(this.xhrCbStart=(new Date).getTime()))}),f.on("fn-end",function(t,e){this.xhrCbStart&&f.emit("xhr-cb-time",[(new Date).getTime()-this.xhrCbStart,this.onload,e],e)})}},{}],11:[function(t,e,n){e.exports=function(t){var e=document.createElement("a"),n=window.location,r={};e.href=t,r.port=e.port;var o=e.href.split("://");!r.port&&o[1]&&(r.port=o[1].split("/")[0].split("@").pop().split(":")[1]),r.port&&"0"!==r.port||(r.port="https"===o[0]?"443":"80"),r.hostname=e.hostname||n.hostname,r.pathname=e.pathname,r.protocol=o[0],"/"!==r.pathname.charAt(0)&&(r.pathname="/"+r.pathname);var i=!e.protocol||":"===e.protocol||e.protocol===n.protocol,a=e.hostname===document.domain&&e.port===n.port;return r.sameOrigin=i&&(!e.hostname||a),r}},{}],12:[function(t,e,n){function r(){}function o(t,e,n){return function(){return i(t,[(new Date).getTime()].concat(s(arguments)),e?null:this,n),e?void 0:this}}var i=t("handle"),a=t(15),s=t(16),c=t("ee").get("tracer"),f=NREUM;"undefined"==typeof window.newrelic&&(newrelic=f);var u=["setPageViewName","setCustomAttribute","finished","addToTrace","inlineHit"],d="api-",l=d+"ixn-";a(u,function(t,e){f[e]=o(d+e,!0,"api")}),f.addPageAction=o(d+"addPageAction",!0),e.exports=newrelic,f.interaction=function(){return(new r).get()};var p=r.prototype={createTracer:function(t,e){var n={},r=this,o="function"==typeof e;return i(l+"tracer",[Date.now(),t,n],r),function(){if(c.emit((o?"":"no-")+"fn-start",[Date.now(),r,o],n),o)try{return e.apply(this,arguments)}finally{c.emit("fn-end",[Date.now()],n)}}}};a("setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(t,e){p[e]=o(l+e)}),newrelic.noticeError=function(t){"string"==typeof t&&(t=new Error(t)),i("err",[t,(new Date).getTime()])}},{}],13:[function(t,e,n){e.exports=function(t){if("string"==typeof t&&t.length)return t.length;if("object"==typeof t){if("undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&t.byteLength)return t.byteLength;if("undefined"!=typeof Blob&&t instanceof Blob&&t.size)return t.size;if(!("undefined"!=typeof FormData&&t instanceof FormData))try{return JSON.stringify(t).length}catch(e){return}}}},{}],14:[function(t,e,n){var r=0,o=navigator.userAgent.match(/Firefox[\/\s](\d+\.\d+)/);o&&(r=+o[1]),e.exports=r},{}],15:[function(t,e,n){function r(t,e){var n=[],r="",i=0;for(r in t)o.call(t,r)&&(n[i]=e(r,t[r]),i+=1);return n}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],16:[function(t,e,n){function r(t,e,n){e||(e=0),"undefined"==typeof n&&(n=t?t.length:0);for(var r=-1,o=n-e||0,i=Array(o<0?0:o);++r<o;)i[r]=t[e+r];return i}e.exports=r},{}],17:[function(t,e,n){function r(t){return!(t&&"function"==typeof t&&t.apply&&!t[a])}var o=t("ee"),i=t(16),a="nr@original",s=Object.prototype.hasOwnProperty,c=!1;e.exports=function(t){function e(t,e,n,o){function nrWrapper(){var r,a,s,c;try{a=this,r=i(arguments),s="function"==typeof n?n(r,a):n||{}}catch(u){d([u,"",[r,a,o],s])}f(e+"start",[r,a,o],s);try{return c=t.apply(a,r)}catch(l){throw f(e+"err",[r,a,l],s),l}finally{f(e+"end",[r,a,c],s)}}return r(t)?t:(e||(e=""),nrWrapper[a]=t,u(t,nrWrapper),nrWrapper)}function n(t,n,o,i){o||(o="");var a,s,c,f="-"===o.charAt(0);for(c=0;c<n.length;c++)s=n[c],a=t[s],r(a)||(t[s]=e(a,f?s+o:o,i,s))}function f(e,n,r){if(!c){c=!0;try{t.emit(e,n,r)}catch(o){d([o,e,n,r])}c=!1}}function u(t,e){if(Object.defineProperty&&Object.keys)try{var n=Object.keys(t);return n.forEach(function(n){Object.defineProperty(e,n,{get:function(){return t[n]},set:function(e){return t[n]=e,e}})}),e}catch(r){d([r])}for(var o in t)s.call(t,o)&&(e[o]=t[o]);return e}function d(e){try{t.emit("internal-error",e)}catch(n){}}return t||(t=o),e.inPlace=n,e.flag=a,e}},{}],ee:[function(t,e,n){function r(){}function o(t){function e(t){return t&&t instanceof r?t:t?s(t,a,i):i()}function n(n,r,o){t&&t(n,r,o);for(var i=e(o),a=l(n),s=a.length,c=0;c<s;c++)a[c].apply(i,r);var u=f[w[n]];return u&&u.push([v,n,r,i]),i}function d(t,e){m[t]=l(t).concat(e)}function l(t){return m[t]||[]}function p(t){return u[t]=u[t]||o(n)}function h(t,e){c(t,function(t,n){e=e||"feature",w[n]=e,e in f||(f[e]=[])})}var m={},w={},v={on:d,emit:n,get:p,listeners:l,context:e,buffer:h};return v}function i(){return new r}var a="nr@context",s=t("gos"),c=t(15),f={},u={},d=e.exports=o();d.backlog=f},{}],gos:[function(t,e,n){function r(t,e,n){if(o.call(t,e))return t[e];var r=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return t[e]=r,r}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],handle:[function(t,e,n){function r(t,e,n,r){o.buffer([t],r),o.emit(t,e,n)}var o=t("ee").get("handle");e.exports=r,r.ee=o},{}],id:[function(t,e,n){function r(t){var e=typeof t;return!t||"object"!==e&&"function"!==e?-1:t===window?0:a(t,i,function(){return o++})}var o=1,i="nr@id",a=t("gos");e.exports=r},{}],loader:[function(t,e,n){function r(){if(!g++){var t=y.info=NREUM.info,e=u.getElementsByTagName("script")[0];if(t&&t.licenseKey&&t.applicationID&&e){c(w,function(e,n){t[e]||(t[e]=n)});var n="https"===m.split(":")[0]||t.sslForHttp;y.proto=n?"https://":"http://",s("mark",["onload",a()],null,"api");var r=u.createElement("script");r.src=y.proto+t.agent,e.parentNode.insertBefore(r,e)}}}function o(){"complete"===u.readyState&&i()}function i(){s("mark",["domContent",a()],null,"api")}function a(){return(new Date).getTime()}var s=t("handle"),c=t(15),f=window,u=f.document,d="addEventListener",l="attachEvent",p=f.XMLHttpRequest,h=p&&p.prototype;NREUM.o={ST:setTimeout,CT:clearTimeout,XHR:p,REQ:f.Request,EV:f.Event,PR:f.Promise,MO:f.MutationObserver},t(12);var m=""+location,w={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-963.min.js"},v=p&&h&&h[d]&&!/CriOS/.test(navigator.userAgent),y=e.exports={offset:a(),origin:m,features:{},xhrWrappable:v};u[d]?(u[d]("DOMContentLoaded",i,!1),f[d]("load",r,!1)):(u[l]("onreadystatechange",o),f[l]("onload",r)),s("mark",["firstbyte",a()],null,"api");var g=0},{}]},{},["loader",2,10,4,3]);</script> <!-- GA, Data Layer and Omniture --> <script type="text/javascript"> var _gaq = _gaq || []; HPTrack.async = true; HPTrack.getTracker('UA-71081-1'); HPTrack.setCustomVar("news", "slides_ajax"); HPTrack.setCustomVar("vertical", "CALiving"); HPTrack.trackPageview(); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://web.archive.org/web/20160818061635/https://ssl' : 'https://web.archive.org/web/20160818061635/http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })(); bN_cfg = { h: location.hostname, p: {"dL_ch":"ca.hpmgliv","dL_flid":"_","dL_dpt":"slides_ajax","dL_cmsID":"hpo:11434868","dL_author":"Kayla Greaves","dL_crtdt":"2016-08-12 13:46:35","dL_pubts":1471023997000,"dL_blogID":2,"dL_tags":"@noad_mid_article,@health_ibs,@health_models,olympics,olympics canada,olympics 2016,rio olympics 2016,past olympic sports,olympic sports present,shocking olympics,historical olympics,previous olympics,video,rugby 7s olympics,gold olympics,olympic golf,olympics golf,Rio 2016,olympics new sports,new sports olympics","cobrand":"HuffPost","dL_vid":"video_vidible_topbox"} }; function runOmni() { if(typeof HuffPoUtil != "undefined"){ if (HuffPoUtil.getCookie('huffpost_user_id') != '') s_265.eVar17 = 'huffpost_' + HuffPoUtil.getCookie('huffpost_user_id'); } s_265.prop54 = 'huffpost'; s_265.pfxID = 'hpo'; s_265.channel = 'ca.hpmgliv'; s_265.linkInternalFilters = 'javascript:,huffingtonpost.ca'; s_265.prop16 = 'news'; s_265.prop1 = 'slides_ajax'; s_265.prop62 = 'video_vidible_topbox'; s_265.prop65 = 'original_content'; s_265.pageName = 'Running In Full Armour And Painting Were Once Olympic Sports (Yeah. Really.)'; s_265.prop9 = 'hpo:11434868'; s_265.prop22 = 'kayla-greaves'; s_265.prop23 = '08-12-2016'; s_265.prop12 = "" + document.URL.split('?')[0]; s_265.prop19 = '|noad_mid_article|olympics|olympics-canada|olympics-2016|rio-olympics-2016|past-olympic-sports|olympic-sports-present|shocking-olympics|historical-olympics|previous-olympics|video|rugby-7s-olympics|gold-olympics|olympic-golf|olympics-golf|rio-2016|'; s_265.t(); } s_265_account ="aolcahuffpo,aolcaglobal"; (function(d){ var s = d.createElement('script'); s.src = "https://web.archive.org/web/20160818061635/http://o.aolcdn.com/os_merge/?file=/aol/beacon.min.js&file=/aol/omniture-intl.min.js"; d.getElementsByTagName('head')[0].appendChild(s); })(document); </script> <!-- comScore Tag --> <script type="text/javascript"> document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://web.archive.org/web/20160818061635/https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E")); </script> <script type="text/javascript"> var comscore_data = { c1:2, c2:6723616, c3:"", c4:"", c5:"canada-living", c6:"", c15:"", options: { url_append: "comscorekw=canada-living" } } COMSCORE.beacon(comscore_data); </script> <noscript> <img src="https://web.archive.org/web/20160818061635im_/http://b.scorecardresearch.com/p?c1=2&c2=6723616&c3=&c4=&c5=canada-living&c6=&c15=&cj=1" width="1" height="1" alt=""/> </noscript> <!-- end Rum --> <!-- ads_top_1x1 --> <div id="modulous_top_1x1" class="ad_spot"> <style type="text/css">.shares .email{display: none !important;}</style><script type="text/javascript"> var hour_timestamp = Math.round(+new Date()/1000/60/60);var polar_config =[{label:"Homepage- Right Rail Unit",id:"93432739"},{label:"Homepage- Left Rail Unit",id:"93432044"},{label:"Homepage- Brand Blog Unit",id:"93432045"},{label:"Article Page- Right Rail Unit",id:"93432739"}];document.write('<scr'+'ipt async="true" src="https://web.archive.org/web/20160818061635/http://o.aolcdn.com/os/canada/polar/20140617_plugin_deskop3.js' + '?' + hour_timestamp + '"></scr'+'ipt>'); </script></div> <!-- Facebook stuff --> <div id="fb-root"></div> <script type="text/javascript"> HPFB.app_id = "100792273348438"; HPFB.api_key = "b90a14ab587d62d3c63e8f06a0e3e901"; HPFB.app_namespace = "FACEBOOK_APP_NAMESPACE"; HPFB.init(); // modal form that encourages user to like HP FB page huff.use('yahoofacebook', function(y) { y.likesFromYahoo(); }); </script> <!--User auth stuff --> <script type="text/javascript"> HPConfig.locale = "en_CA"; HPConfig.enable_fb_widgets = 1; HPVertical = ""; </script> <script type="text/javascript"> var zone_info = "canada.living"; HPConfig.current_vertical_name = "canada-living"; HPConfig.current_vertical_id = 79; HPConfig.current_web_address = "www.huffingtonpost.ca"; HPConfig.current_uri = "/2016/08/12/past-olympic-sports_n_11434868.html?"; HPConfig.entry_bitly_url = "https://web.archive.org/web/20160818061635/http://huff.to/2bbIQgp"; HPConfig.entry_seo_title = "Running In Full Armour And Painting Were Once Olympic Sports (Yeah. Really.)"; HPConfig.hp_static_domain = "s.huffpost.com"; HPConfig.inst_type = "prod"; HPConfig.timestamp_for_clearing_js = "0"; HPConfig.wide_format = 0; HPConfig.entry_id = 11434868; HPConfig.blog_id = 2; HPConfig.display_domain = ""; HPConfig.page_type = "bpage"; HPConfig.twitter_signature = "@HuffPostCaLiv"; HPConfig.current_vertical_color = "#7b0340"; HPConfig.current_vertical_color_light = "#015e50"; HPConfig.entry_tags = new Array(''); HPConfig.huffsite = "www.huffingtonpost.com"; HPConfig.fb_lang = "en_CA"; HPConfig.googleplus_lang = "en-US"; HPConfig.image = "https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gen\/4591910\/images\/s-CANADA-OLYMPICS-large.jpg"; HPConfig.fb_page_id = "253912147978189"; HPConfig.fb_vertical_name = "Canada Living"; HPConfig.fb_vertical_handle = "HuffPostCanadaLiving"; HPConfig.site='canada'; HPConfig.recaptcha_key = "6Lf2QMUSAAAAAMVQnsh2CaAzDonVlHc8Toz1pIK-"; HPConfig.bit_ly_key = {"_Note":"bit.ly public key, will generate huff.to links only for whitelisted domains","user_name":"huffpostapi","user_key":"R_d7766e99c939e9f2b0c074c155e98b83"}; HPConfig.terms_link = "https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/p/huffingtonpostca-terms-and-con.html"; HPConfig.privacy_link = "https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/p/huffingtonpostca-privacy-policy.html"; HPConfig.slideshow_video_interstitial = ""; </script> <!-- ads_pushdown --> <!-- / working --> <script> jQuery(window).bind( 'load', function() { //Twitter window.twttr = (function (d,s,id) { var t, js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js=d.createElement(s); js.id=id; js.src="//web.archive.org/web/20160818061635/http://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } }); }(document, "script", "twitter-wjs")); //Google+ (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://web.archive.org/web/20160818061635/https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); //StumbleUpon (function() { var li = document.createElement('script'); li.type = 'text/javascript'; li.async = true; li.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//web.archive.org/web/20160818061635/http://platform.stumbleupon.com/1/widgets.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(li, s); })(); //LinkedIn jQuery.getScript( '//web.archive.org/web/20160818061635/http://platform.linkedin.com/in.js', function() { lang: 'en_us' } ); //Pintrest /* jQuery.getScript( '//web.archive.org/web/20160818061635/http://assets.pinterest.com/js/pinit.js', function() {}); */ }); </script> <!-- Tuenti <script type="text/javascript" src="http://widgets.tuenti.com/widgets.js"></script> --> <!--[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <!-- ads_pushdown --> <!-- ads_quickread --> <!-- ads_quickread_most_popular --> <!-- page_wrapper --> <!-- classes for page wrapper: wrapper bpage [[entry/blog], wide] --> <div id="wrapper" class="wrapper bpage entry canada-living regular"> <!-- ads_sponsored_content_logo --> <!-- Phoenix buglist --> <!-- page_header --> <section class="header"> <!-- AOL navbar for UK --> <!-- visual_header_area --> <header class="masthead group"> <!-- ads_leaderboard_flex --> <div id="modulous_leaderboard_flex" class="ad_spot"> <style type="text/css">#topnav_margin_btm { margin0 !important }</style> <div id="ad_leaderboard_flex" class="ad_wrapper_"><div id="adtech_leaderboard_flex"></div> <script type="text/javascript"> (function(){ var adsDiv = document.getElementById('adtech_leaderboard_flex'); adsDiv.id = adsDiv.id + Math.round(Math.random()*1e16); var adId = '93328887'; // Override adtech_call_type var delivery_type = "" || ""; var adtech_call_type = ""; switch (delivery_type) { case "by_request": adtech_call_type = "ajax"; break; case "text": adtech_call_type = "text"; break; case "iframe": adtech_call_type = "iframe"; break; case "iframe_proxy": adtech_call_type = "f"; break; case "collapsed": adtech_call_type = "fc"; break; default: adtech_call_type = "fc"; break; } var args = [adId, 'lb', 'lb' , adtech_call_type]; if (typeof debugadcode == 'function') { debugadcode('AdTech', {placement: 'leaderboard_flex', args: args}, adsDiv); } args.push(adsDiv); htmlAdWH.apply(this, args); adSetInView('0'); }()); </script></div> <script type="text/javascript">if (typeof HPAds !== 'undefined') { HPAds.ad_onload('div[id^="ad_leaderboard_flex"] iframe','HPAds.ad_uac_onload_handler(\' iframe[class^="uac_"]\',this,\'bottom_ad_border_div\',10)') }</script></div> <!-- ads_leaderboard_top --> <!-- page branding and current date --> <div class="tophead_wrapper"> <div class="branding"> <time datetime="2016-08-18">August 18, 2016</time> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/canada-living"> <strong class="title canada-living">Huffpost Canada Living</strong> <strong class="subtitle ca-subtitle">ca</strong> </a> </div> <!-- edition dropdown --> <!-- edition dropdown --> <div class="edition geo_dropdown"> <span class="current"> Edition: <strong class="this-region">ca</strong> <span class="arrow-down"></span> <button class="show-hide" data-target=".editions">Show/Hide</button> </span> <menu class="editions inner off"> <ul> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=AR"> <span>毓乇亘賷 (Arabic) </span> <strong>AR</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=AU"> <span>Australia</span> <strong>AU</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=BR"> <span>Brasil</span> <strong>BR</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=CA"> <span>Canada</span> <strong>CA</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=DE"> <span>Deutschland</span> <strong>DE</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=ES"> <span>España</span> <strong>ES</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=FR"> <span>France</span> <strong>FR</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=GR"> <span>螘位位维未伪 (Greece)</span> <strong>GR</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=IN"> <span>India</span> <strong>IN</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=IT"> <span>Italia</span> <strong>IT</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=JP"> <span>日本 (Japan)</span> <strong>JP</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=KR"> <span>한국 (Korea)</span> <strong>KR</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=MG"> <span>Maghreb</span> <strong>MG</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=UK"> <span>United Kingdom</span> <strong>UK</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/?country=US"> <span>United States</span> <strong>US</strong> </a> </li> </ul> </menu> </div> <div class="region geo_dropdown"> <span class="current"> Region: <strong class="this-region">ALL</strong> <span class="arrow-down"></span> <button class="show-hide" data-target=".regions">Show/Hide</button> </span> <menu class="regions inner off"> <ul> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/?country=CA庐ion=ALL"> All Canada </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/alberta/?country=CA庐ion=CA-AL"> Alberta </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/british-columbia/?country=CA庐ion=CA-BC"> British Columbia </a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://quebec.huffingtonpost.ca/?country=CA庐ion=CA-QB"> Québec (en français) </a> </li> </ul> </menu> </div> <!-- wrapper of line of social, newsletter --> <div id="social-subscribe-search" class="social-subscribe-search group"> <ul class="group"> <li class="facebook"> <div class="content like"> <!-- facebook button code --> <div class="fb-like" data-href="http://www.facebook.com/HuffPostCanadaLiving/" data-send="false" data-layout="button_count" data-width="40" data-show-faces="false" data-colorscheme="light" data-font="trebuchet ms" data-action="like" ref="" style="width: 40px"></div> </div> </li> <li class="twitter"> <div class="content tweet"> <!-- twitter button code --> <a href="https://web.archive.org/web/20160818061635/https://twitter.com/HuffPostCaLiv" class="twitter-follow-button" data-show-screen-name="false" data-show-count="false" data-lang="en" data-width="220px">Follow</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//web.archive.org/web/20160818061635/http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </div> </li> <li class="newsletters" data-fx="hover"> <div class="content"> <strong>Newsletters</strong> <div class="form"> <!-- sign up for vertical newsletter --> <div class="newsletters"> <form action="#"> <fieldset> <legend>Get Canada LivingNewsletters</legend> <label for="newsletter-email">Email address</label> <input class="input-email" placeholder="Enter email" id="newsletter-email" type="text"/> <input type="checkbox" value="1" name="email_subscribe_check" class="email_subscribe_check" style="display:none;"/> <label for="newsletter-submit">Enter Email Address</label> <input data-vertical="canada-living" class="submit" id="newsletter-submit" type="submit" value="Go"/> </fieldset> </form> </div> </div> </div> </li> </ul> </div> <div class="clear"></div> </div><!-- .tophead_wrapper ENDS --> </header> <!-- line of links that sit on top of the visual header and user account controls --> <div class="topnav"> <!-- line of links that sit on top of the visual header --> <div class="links-products"> <!-- big news links that are vertical specific --> <div class="big-news-links"> <ul> <li class="commercial_big_news_links"> <!-- ads_big_news_link --> </li> </ul> </div> <!-- links to HP products that are the same across all verticals --> <div class="products"> <ul> <li><a href="https://web.archive.org/web/20160818061635/http://itunes.apple.com/ca/app/the-huffington-post/id306621789?mt=8">iOS app</a></li> <li><a href="https://web.archive.org/web/20160818061635/https://play.google.com/store/apps/details?id=com.huffingtonpost.android&hl=cn">Android app</a></li> <li><a href="/web/20160818061635/http://www.huffingtonpost.ca/big-news/#canada-living">More</a></li> </ul> </div> </div> <!-- user account controls --> <!-- user account controls --> <div id="wendybird_user" class="user"> <div class="not-logged-in"> <ul class="group"> <li><span class="hidden"><a href="javascript:void(0);" onclick="return false;" class="hp_desktop_alerts">Desktop Alerts</button></span></li> </ul> </div> <div class="logged-in off"> <div id="wendybird_user_data" class="account vcard"> <div class="top group"> <figure> <img src="/web/20160818061635im_/http://www.huffingtonpost.ca/2016/08/12/past-olympic-sports_n_11434868.html" alt="" width="20" height="20"/> </figure> <span class="username">$USERNAME</span> </div> <menu class="controls"> <ul> <li> <span class="hidden"><a href="javascript:void(0);" onclick="return false;" class="hp_desktop_alerts">Desktop Notifications</button></span> </li> <li> <a href="/web/20160818061635/http://www.huffingtonpost.ca/social/" class="profile">Profile</a> </li> <li> <a href="/web/20160818061635/http://www.huffingtonpost.ca/users/preferences/">Settings</a></li> <li> <a href="/web/20160818061635/http://www.huffingtonpost.ca/users/logout/?referer=%2F" onclick="QuickLogin.SocialLogout('/users/logout/?referer=%2F'); return false;"> Logout </a> </li> </ul> </menu> </div> </div> </div> <script type="text/javascript"> HPUtil.initUserNavStatus(false); //SocialNotifications.setEvents(); //huff.use('desktop_stream'); </script> </div> <!-- large banner ad --> </section> <script> (function($){ // no Conflict $(function() { // dom ready var socialSubSearch = $('#social-subscribe-search'), newsletter = socialSubSearch.find('.newsletters'), rollout = socialSubSearch.find('[data-fx="hover"]'), liContent = socialSubSearch.find('.content'); var searchcheck="Huffington Post Search"; var checkInputContent = function(evt){ }; newsletter.find('.content').hover( function(){ var inputVal = ""; if (inputVal != searchcheck && inputVal != "") { } }, function(){ var inputVal = ""; if (inputVal != searchcheck && inputVal != "") { } } ); // rollover effects liContent .on('mouseenter', function() { var that = $(this), thatParent = that.parent('li'), inputField = that.find('input[type="text"]'); if(thatParent.data('fx') === 'hover') { thatParent.addClass('hover'); inputField.focus(); } }) .on('mouseleave', function() { var that = $(this), thatParent = that.parent('li'), inputField = that.find('input[type="text"]'); thatParent.removeClass('hover'); inputField.blur(); }); // end liContent }); })(jQuery); </script> <!-- END page_header --> <!-- page_navigation --> <nav class="main group"> <!-- top nav bar --> <section class="verticals canada-living group" data-beacon="{"p":{"mnid":"topnav_first_row","mlid":"topnav"}}"> <ul class="verticals-ul"> <li class="front-page toplevel" data-beacon="{"p":{"lnid":"homepage"}}"> <a class="toplevel-a" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/" title="Home" tabindex="1" class="link">FRONT PAGE</a> </li> <li class="canada-politics toplevel" data-beacon="{"p":{"lnid":"canada-politics"}}"> <a class="toplevel-a" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/politics/" tabindex="2" class="link">Politics</a> <!-- dropdown for this item --> <div class="menu-container"> <menu class="group"> <!-- left colum --> <section class="more-stories trending"> <ul> <li data-id="11556402"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/mauril-belanger-dead_n_11556402.html?ir=Canada+Politics">Mauril B茅langer, Liberal MP Who Battled ALS, Dead At 61</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/mauril-belanger-dead_n_11556402.html?ir=Canada+Politics#comments">0</a> </article> </li> <li data-id="11569192"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/donald-trump_n_11569192.html?ir=Canada+Politics">Donald Trump Accuses Hillary Clinton Of 'Bigotry,' Says She's Anti-Police</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/donald-trump_n_11569192.html?ir=Canada+Politics#comments">0</a> </article> </li> <li data-id="11548036"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/trudeau-s-appeal-for-donations-irks-expats-still-barred-from-voting_n_11548036.html?ir=Canada+Politics">Canadian Expats Barred From Voting Irked By Trudeau's Appeal For Donations</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/trudeau-s-appeal-for-donations-irks-expats-still-barred-from-voting_n_11548036.html?ir=Canada+Politics#comments">111</a> </article> </li> <li data-id="11570838"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/jane-philpott-limo-tab-conservatives-ndp_n_11570838.html?ir=Canada+Politics">Jane Philpott To Stop Using Limo Service After Tories Call Out Hefty Bill</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/jane-philpott-limo-tab-conservatives-ndp_n_11570838.html?ir=Canada+Politics#comments">34</a> </article> </li> <li data-id="11572860"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/andrew-saxton-conservative-leadership-race_n_11572860.html?ir=Canada+Politics">Andrew Saxton, Ex-B.C. MP, Preparing Bid For Tory Leadership</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/andrew-saxton-conservative-leadership-race_n_11572860.html?ir=Canada+Politics#comments">4</a> </article> </li> </ul> <!-- ads_top_nav_edit_promo --> <a class="goto" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/politics/">Go to Politics</a> </section> <!-- right column --> <div class="more-vertical"> <section class="more-in"> <strong>More in Politics</strong> <ul data-beacon="{"p":{"lnid":"more_in"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/bill-c-51/">Bill C-51</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/althia-raj/">Althia Raj</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/politics-video/">Politics Videos</a></li> </ul> </section> <section class="might-like"> <strong>You Might Also Like</strong> <ul data-beacon="{"p":{"lnid":"like_list"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/politics/">US Politics</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.co.uk/politics/">UK Politics</a></li> </ul> </section> </div> </menu> </div> </li> <li class="canada-business toplevel" data-beacon="{"p":{"lnid":"canada-business"}}"> <a class="toplevel-a" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/business/" tabindex="3" class="link">Business</a> <!-- dropdown for this item --> <div class="menu-container"> <menu class="group"> <!-- left colum --> <section class="more-stories trending"> <ul> <li data-id="11342002"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/vancouver-housing-crash_n_11342002.html?ir=Canada+Business">Vancouver Housing Crash Could Be Bad. It Could Be Good, Too.</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/vancouver-housing-crash_n_11342002.html?ir=Canada+Business#comments">0</a> </article> </li> <li data-id="11564352"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/american-express-low-rate-card-canada_n_11564352.html?ir=Canada+Business">Amex Essential Card Offers Canadians An 8.99% Rate (And It's Not A Promotion)</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/american-express-low-rate-card-canada_n_11564352.html?ir=Canada+Business#comments">11</a> </article> </li> <li data-id="11551254"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/get-used-to-renting-toronto_n_11551254.html?ir=Canada+Business">Get Used To Renting, CIBC Tells Torontonians</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/get-used-to-renting-toronto_n_11551254.html?ir=Canada+Business#comments">0</a> </article> </li> <li data-id="11570944"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/oil-canadian-dollar-decoupling_n_11570944.html?ir=Canada+Business">Oil And The Loonie Are Getting A Divorce</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/oil-canadian-dollar-decoupling_n_11570944.html?ir=Canada+Business#comments">0</a> </article> </li> <li data-id="11565852"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/meridian-credit-union-national-bank_n_11565852.html?ir=Canada+Business">Meridian Vows Not To Be 'Hostage To Earnings' As It Launches National Bank</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/meridian-credit-union-national-bank_n_11565852.html?ir=Canada+Business#comments">0</a> </article> </li> </ul> <!-- ads_top_nav_edit_promo --> <a class="goto" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/business/">Go to Business</a> </section> <!-- right column --> <div class="more-vertical"> <section class="more-in"> <strong>More in Business</strong> <ul data-beacon="{"p":{"lnid":"more_in"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/working-poor/">Working Poor</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/joint-venture/">Joint Venture</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/sunny-freeman/">Sunny Freeman</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/business-video/">Business Videos</a></li> </ul> </section> <section class="might-like"> <strong>You Might Also Like</strong> <ul data-beacon="{"p":{"lnid":"like_list"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/technology/">Tech</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.techcrunch.com/">TechCrunch</a></li> </ul> </section> </div> </menu> </div> </li> <li class="world toplevel" data-beacon="{"p":{"lnid":"world"}}"> <a class="toplevel-a" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/world/" tabindex="4" class="link">WorldPost</a> <!-- dropdown for this item --> <div class="menu-container"> <menu class="group"> <!-- left colum --> <section class="more-stories trending"> <ul> <li data-id="11376362"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/07/justin-trudeau-shitless_n_11376362.html?ir=WorldPost">Shirtless Justin Trudeau Spotted Emerging From Cave, Photobombing Wedding</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/07/justin-trudeau-shitless_n_11376362.html?ir=WorldPost#comments">0</a> </article> </li> <li data-id="11384444"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/08/japanese-emperor-wants-to-resign_n_11384444.html?ir=WorldPost">In Rare Video Address, Japanese Emperor Akihito Asks To Leave Throne</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/08/japanese-emperor-wants-to-resign_n_11384444.html?ir=WorldPost#comments">0</a> </article> </li> <li data-id="11377704"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/07/istanbul-rally-turkey-erdogan_n_11377704.html?ir=WorldPost">Turkey's President Erdogan Holds Gigantic Rally In Istanbul</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/07/istanbul-rally-turkey-erdogan_n_11377704.html?ir=WorldPost#comments">0</a> </article> </li> <li data-id="11383964"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/08/quetta-hospital-bombing_n_11383964.html?ir=WorldPost">Over 60 Dead After Suicide Bomber Targets Mourners In Front Of Pakistan Hospital</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/08/quetta-hospital-bombing_n_11383964.html?ir=WorldPost#comments">0</a> </article> </li> <li data-id="11372326"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/07/iran-nuclear-scientist-spy-amiri_n_11372326.html?ir=WorldPost">Iran Executes Nuclear Scientist Who It Claims Spied For The U.S.</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/07/iran-nuclear-scientist-spy-amiri_n_11372326.html?ir=WorldPost#comments">0</a> </article> </li> </ul> <!-- ads_top_nav_edit_promo --> <a class="goto" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/world/">Go to WorldPost</a> </section> <!-- right column --> <div class="more-vertical"> <section class="more-in"> <strong>More in WorldPost</strong> <ul data-beacon="{"p":{"lnid":"more_in"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/news/foreign-affairs/">Foreign Affairs</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/news/world-elections-2012/">World Elections</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/news/arab-spring/">Arab Uprising</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/news/afghanistan-war-blog/">Afghanistan War</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/news/syria/">Syria Crisis</a></li> </ul> </section> <section class="might-like"> <strong>You Might Also Like</strong> <ul data-beacon="{"p":{"lnid":"like_list"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/travel/">Travel</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/impact/">Impact</a></li> </ul> </section> </div> </menu> </div> </li> <li class="canada-parents toplevel" data-beacon="{"p":{"lnid":"canada-parents"}}"> <a class="toplevel-a" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/parents/" tabindex="5" class="link">Parents</a> <!-- dropdown for this item --> <div class="menu-container"> <menu class="group"> <!-- left colum --> <section class="more-stories trending"> <ul> <li data-id="11566176"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/ferris-wheel-accident_n_11566176.html?ir=Canada+Parents">Ferris Wheel Accident: Parents Describe Watching Daughters Fall 30 Feet</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/ferris-wheel-accident_n_11566176.html?ir=Canada+Parents#comments">0</a> </article> </li> <li data-id="11550224"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/kevin-smith-daughter_n_11550224.html?ir=Canada+Parents">Kevin Smith Daughter: Director Responds To Cyberbully In Best Way Possible</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/kevin-smith-daughter_n_11550224.html?ir=Canada+Parents#comments">0</a> </article> </li> <li data-id="11565286"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/cebu-pacific-air-baby_n_11565286.html?ir=Canada+Parents">Cebu Pacific Air Gives Baby Born Mid-Flight Best Gift EVER</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/cebu-pacific-air-baby_n_11565286.html?ir=Canada+Parents#comments">0</a> </article> </li> <li data-id="11547680"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/david-bowie-daughter_n_11547680.html?ir=Canada+Parents">David Bowie Daughter: Lexi Celebrates Her Sweet 16</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/david-bowie-daughter_n_11547680.html?ir=Canada+Parents#comments">0</a> </article> </li> <li data-id="11526678"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/rowan-atkinson-son_n_11526678.html?ir=Canada+Parents">Rowan Atkinson Son: Mr. Bean's Lookalike Kid Is Joining The Army</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/rowan-atkinson-son_n_11526678.html?ir=Canada+Parents#comments">2</a> </article> </li> </ul> <!-- ads_top_nav_edit_promo --> <a class="goto" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/parents/">Go to Parents</a> </section> <!-- right column --> <div class="more-vertical"> <section class="more-in"> <strong>More in Parents</strong> <ul data-beacon="{"p":{"lnid":"more_in"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/parents-video/">Parents Videos</a></li> </ul> </section> <section class="might-like"> <strong>You Might Also Like</strong> <ul data-beacon="{"p":{"lnid":"like_list"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/weight-lost/">Healthy Inspiration</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/delicious-recipes/">Recipes</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://huffingtonpost.ca/news/canadian-women">Women</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/canada-sex/">Sex & Relationships</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/weddings-canada/">Weddings</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/holidays-canada/">Holiday Guide 2015</a></li> </ul> </section> </div> </menu> </div> </li> <li class="canada-living toplevel" data-beacon="{"p":{"lnid":"canada-living"}}"> <a class="toplevel-a" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/living/" tabindex="6" class="link">Living</a> <!-- dropdown for this item --> <div class="menu-container"> <menu class="group"> <!-- left colum --> <section class="more-stories trending"> <ul> <li data-id="11570336"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/cne-foods-2016_n_11570336.html?ir=Canada+Living">CNE Foods 2016: 28 New Dishes Include Cricket Hot Dogs, Churro Burgers And Fried Cookie Dough</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/cne-foods-2016_n_11570336.html?ir=Canada+Living#comments">0</a> </article> </li> <li data-id="11564376"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/abbey-dagostino-nikki-hamblin_n_11564376.html?ir=Canada+Living">Abbey D'Agostino, Nikki Hamblin Help Each Other After Collision During Women's 5,000-Metre Race</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/abbey-dagostino-nikki-hamblin_n_11564376.html?ir=Canada+Living#comments">0</a> </article> </li> <li data-id="11566172"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/ellen-degeneres-usain-bolt-tweet_n_11566172.html?ir=Canada+Living">Ellen DeGeneres Defends Her Controversial Usain Bolt Tweet</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/ellen-degeneres-usain-bolt-tweet_n_11566172.html?ir=Canada+Living#comments">0</a> </article> </li> <li data-id="11546866"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/exercises-for-better-sex_n_11546866.html?ir=Canada+Living">Seven Exercises For Better Woman-On-Top Sex</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/exercises-for-better-sex_n_11546866.html?ir=Canada+Living#comments">0</a> </article> </li> <li data-id="11478600"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/vaginal-dryness_n_11478600.html?ir=Canada+Living">Why Do Women Get Vaginal Dryness And What Can We Do About It?</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/vaginal-dryness_n_11478600.html?ir=Canada+Living#comments">2</a> </article> </li> </ul> <!-- ads_top_nav_edit_promo --> <a class="goto" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/living/">Go to Living</a> </section> <!-- right column --> <div class="more-vertical"> <section class="more-in"> <strong>More in Living</strong> <ul data-beacon="{"p":{"lnid":"more_in"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/living-video/">Living Videos</a></li> </ul> </section> <section class="might-like"> <strong>You Might Also Like</strong> <ul data-beacon="{"p":{"lnid":"like_list"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/weight-lost/">Healthy Inspiration</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/delicious-recipes/">Recipes</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://huffingtonpost.ca/news/canadian-women">Women</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/canada-sex/">Sex & Relationships</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/weddings-canada/">Weddings</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/home-decor-canada">Home Decor</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/best-exercises/">Fitness</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/news/thalassa_english/">Thalassa</a></li> </ul> </section> </div> </menu> </div> </li> <li class="canada-style toplevel" data-beacon="{"p":{"lnid":"canada-style"}}"> <a class="toplevel-a" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/style/" tabindex="7" class="link">Style</a> <!-- dropdown for this item --> <div class="menu-container"> <menu class="group"> <!-- left colum --> <section class="more-stories trending"> <ul> <li data-id="11542996"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/ariel-winter-red-carpet-suit_n_11542996.html?ir=Canada+Style">Ariel Winter Escapes The Summer Heat Wearing A Swimsuit On The Red Carpet</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/ariel-winter-red-carpet-suit_n_11542996.html?ir=Canada+Style#comments">5</a> </article> </li> <li data-id="11550316"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/fall-fashion-must-haves_n_11550316.html?ir=Canada+Style">Fall Fashion 2016: If There Are 10 Things You Need To Buy This Autumn, Let It Be These Pieces</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/fall-fashion-must-haves_n_11550316.html?ir=Canada+Style#comments">0</a> </article> </li> <li data-id="11566770"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/bella-hadid-vogue-paris-naked_n_11566770.html?ir=Canada+Style">Bella Hadid Lands The September Issue Of Vogue Paris, Poses Completely Nude</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/bella-hadid-vogue-paris-naked_n_11566770.html?ir=Canada+Style#comments">0</a> </article> </li> <li data-id="11549990"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/underneath-we-are-women-body-diversity_n_11549990.html?ir=Canada+Style">Underneath We Are Women: Lingerie Campaign Celebrates Body Diversity</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/underneath-we-are-women-body-diversity_n_11549990.html?ir=Canada+Style#comments">0</a> </article> </li> <li data-id="11388518"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/microblading-eyebrows_n_11388518.html?ir=Canada+Style">Microblading: Everything You Need To Know About The New Eyebrow Trend</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/microblading-eyebrows_n_11388518.html?ir=Canada+Style#comments">1</a> </article> </li> </ul> <!-- ads_top_nav_edit_promo --> <a class="goto" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/style/">Go to Style</a> </section> <!-- right column --> <div class="more-vertical"> <section class="more-in"> <strong>More in Style</strong> <ul data-beacon="{"p":{"lnid":"more_in"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/style-video/">Style Videos</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/beauty-canada/">Beauty</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/fashion-canada/">Fashion</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/celebrity-style-canada/">Celeb Style</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/wedding-style/">Wedding Style</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/worst-dressed/">Best And Worst Dressed</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/skincare/">Skincare</a></li> </ul> </section> <section class="might-like"> <strong>You Might Also Like</strong> <ul data-beacon="{"p":{"lnid":"like_list"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/style/">Style (U.S.)</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/weddings/">Weddings</a></li> </ul> </section> </div> </menu> </div> </li> <li class="entertainment toplevel" data-beacon="{"p":{"lnid":"entertainment"}}"> <a class="toplevel-a" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/entertainment/" tabindex="8" class="link">Entertainment</a> <!-- dropdown for this item --> <div class="menu-container"> <menu class="group"> <!-- left colum --> <section class="more-stories trending"> <ul> <li data-id="11526230"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/15/comedy-central-cancels-the-nightly-show-with-larry-wilmore_n_11526230.html?ir=Entertainment">Comedy Central Cancels 'The Nightly Show With Larry Wilmore'</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/15/comedy-central-cancels-the-nightly-show-with-larry-wilmore_n_11526230.html?ir=Entertainment#comments">0</a> </article> </li> <li data-id="11524130"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/15/liam-hemsworth-and-miley-cyrus-go-for-gold-at-bizarre-themed-party_n_11524130.html?ir=Entertainment">Liam Hemsworth And Miley Cyrus Go For Gold At Bizarre Themed Party</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/15/liam-hemsworth-and-miley-cyrus-go-for-gold-at-bizarre-themed-party_n_11524130.html?ir=Entertainment#comments">0</a> </article> </li> <li data-id="11532256"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/15/fyvush-finkel-dead-dies-at-93_n_11532256.html?ir=Entertainment">Fyvush Finkel, 'Boston Public' And 'Picket Fences' Actor, Dead At 93</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/15/fyvush-finkel-dead-dies-at-93_n_11532256.html?ir=Entertainment#comments">0</a> </article> </li> <li data-id="11538226"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/16/trump-surrogates-daily-show_n_11538226.html?ir=Entertainment">Trevor Noah: Trump's Surrogates Have Turned Into Shrugging Emojis</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/16/trump-surrogates-daily-show_n_11538226.html?ir=Entertainment#comments">0</a> </article> </li> <li data-id="11524134"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/14/rob-and-chyna-trailer_n_11524134.html?ir=Entertainment">The First Trailer For 'Rob & Chyna' Is Here And It's Just As Dramatic As We'd Hoped</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/14/rob-and-chyna-trailer_n_11524134.html?ir=Entertainment#comments">0</a> </article> </li> </ul> <!-- ads_top_nav_edit_promo --> <a class="goto" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/entertainment/">Go to Entertainment</a> </section> <!-- right column --> <div class="more-vertical"> <section class="might-like"> <strong>You Might Also Like</strong> <ul data-beacon="{"p":{"lnid":"like_list"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/music/">Music</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/celebrity/">Celebrity</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/tv/">TV</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://news.moviefone.ca/">Moviefone</a></li> </ul> </section> </div> </menu> </div> </li> <li class="arts toplevel" data-beacon="{"p":{"lnid":"arts"}}"> <a class="toplevel-a" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/arts/" tabindex="9" class="link">Arts</a> <!-- dropdown for this item --> <div class="menu-container"> <menu class="group"> <!-- left colum --> <section class="more-stories trending"> <ul> <li data-id="11563874"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/16/artists-floating-island-house_n_11563874.html?ir=Arts">These Artists Are Living Out Their Dreams In A Handmade Floating House</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/16/artists-floating-island-house_n_11563874.html?ir=Arts#comments">0</a> </article> </li> <li data-id="11542318"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/15/burning-man-art-2016_n_11542318.html?ir=Arts">The 12 Most Mind-Melting Artworks Headed To Burning Man This Year</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/15/burning-man-art-2016_n_11542318.html?ir=Arts#comments">0</a> </article> </li> <li data-id="11565498"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/16/mishka-henner-feedlots_n_11565498.html?ir=Arts">Aerial Photos Show The Disturbing Feedlots That Brought You Your Burger</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/16/mishka-henner-feedlots_n_11565498.html?ir=Arts#comments">0</a> </article> </li> <li data-id="11566166"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/17/jk-rowling-has-more-to-share-about-the-wizarding-world-in-pottermore-presents_n_11566166.html?ir=Arts">J.K. Rowling Has More To Share About The Wizarding World In 'Pottermore Presents'</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/17/jk-rowling-has-more-to-share-about-the-wizarding-world-in-pottermore-presents_n_11566166.html?ir=Arts#comments">0</a> </article> </li> <li data-id="11524332"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/12/math-magazine-feminist-porn_n_11524332.html?ir=Arts">This Is What A Feminist Porn Magazine Looks Like</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/2016/08/12/math-magazine-feminist-porn_n_11524332.html?ir=Arts#comments">0</a> </article> </li> </ul> <!-- ads_top_nav_edit_promo --> <a class="goto" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/arts/">Go to Arts</a> </section> <!-- right column --> <div class="more-vertical"> <section class="might-like"> <strong>You Might Also Like</strong> <ul data-beacon="{"p":{"lnid":"like_list"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/books/">Books</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/black-voices/">Black Voices</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/latino-voices/">Latino Voices</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/gay-voices/">Gay Voices</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/religion/">Religion</a></li> </ul> </section> </div> </menu> </div> </li> <li class="canada-alberta toplevel" data-beacon="{"p":{"lnid":"canada-alberta"}}"> <a class="toplevel-a" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/alberta/" tabindex="10" class="link">Alberta</a> <!-- dropdown for this item --> <div class="menu-container"> <menu class="group"> <!-- left colum --> <section class="more-stories trending"> <ul> <li data-id="11548888"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/josh-bowmar_n_11548888.html?ir=Canada+Alberta">Josh Bowmar's Bear Kill Prompts Alberta To Ban Spear Hunting</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/josh-bowmar_n_11548888.html?ir=Canada+Alberta#comments">21</a> </article> </li> <li data-id="11550788"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/edmonton-police-surveillance_n_11550788.html?ir=Canada+Alberta">Edmonton Police Admit To Using Cellphone Surveillance And Then Take It Back</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/edmonton-police-surveillance_n_11550788.html?ir=Canada+Alberta#comments">16</a> </article> </li> <li data-id="11546772"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/emilio-perdomo_n_11546772.html?ir=Canada+Alberta">Emilio Perdomo Death: Pair Accused Of Killing Grandson Also Charged With Fraud</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/emilio-perdomo_n_11546772.html?ir=Canada+Alberta#comments">0</a> </article> </li> <li data-id="11533250"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/josh-bowmar_n_11533250.html?ir=Canada+Alberta">Josh Bowmar Spears Alberta Black Bear In Deleted Video</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/josh-bowmar_n_11533250.html?ir=Canada+Alberta#comments">439</a> </article> </li> <li data-id="11532750"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/jason-kenney-rachel-notle_n_11532750.html?ir=Canada+Alberta">Jason Kenney Defends Rachel Notley Against 'Lunatic Trolls' On Twitter</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/jason-kenney-rachel-notle_n_11532750.html?ir=Canada+Alberta#comments">39</a> </article> </li> </ul> <!-- ads_top_nav_edit_promo --> <a class="goto" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/alberta/">Go to Alberta</a> </section> <!-- right column --> <div class="more-vertical"> <section class="more-in"> <strong>More in Alberta</strong> <ul data-beacon="{"p":{"lnid":"more_in"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/alberta-politics">Alberta Politics</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/alberta-business">Alberta Business</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/rachel-notley">Rachel Notley</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/calgary">Calgary</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/edmonton">Edmonton</a></li> </ul> </section> </div> </menu> </div> </li> <li class="canada-british-columbia toplevel" data-beacon="{"p":{"lnid":"canada-british-columbia"}}"> <a class="toplevel-a" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/british-columbia/" tabindex="11" class="link">BC</a> <!-- dropdown for this item --> <div class="menu-container"> <menu class="group"> <!-- left colum --> <section class="more-stories trending"> <ul> <li data-id="11531512"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/sophie-gregoire-trudeau-painting-tofino_n_11531512.html?ir=Canada+British+Columbia">Sophie Gregoire Trudeau Takes Home Portrait By Tofino Painter</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/sophie-gregoire-trudeau-painting-tofino_n_11531512.html?ir=Canada+British+Columbia#comments">0</a> </article> </li> <li data-id="11548070"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/sarah-e-leamon/vancouver-downtown-eastside_b_11548070.html?ir=Canada+British+Columbia">Sarah E. Leamon: Ogling For Profit In Vancouver's Downtown Eastside Is Socially Irresponsible</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/sarah-e-leamon/vancouver-downtown-eastside_b_11548070.html?ir=Canada+British+Columbia#comments">24</a> </article> </li> <li data-id="11556388"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/sarah-chrisham-blog_n_11556388.html?ir=Canada+British+Columbia">Couple Booted From Victorian Gardens For Wearing Victorian Clothes</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/sarah-chrisham-blog_n_11556388.html?ir=Canada+British+Columbia#comments">9</a> </article> </li> <li data-id="11544018"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/university-grad-facing-84-000-foreign-buyers-tax-on-langley-townhome_n_11544018.html?ir=Canada+British+Columbia">University Grad Facing $84,000 Foreign Buyers Tax On Langley Townhome</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/university-grad-facing-84-000-foreign-buyers-tax-on-langley-townhome_n_11544018.html?ir=Canada+British+Columbia#comments">276</a> </article> </li> <li data-id="11546628"> <article> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/ryan-cochrane-disappointment-rio-olympics_n_11546628.html?ir=Canada+British+Columbia">Rio 2016: Ryan Cochrane's Apology For Olympic Upset Earns Wave Of Support From Canadians</a> <a data-anchor="#comments" class="comments" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/ryan-cochrane-disappointment-rio-olympics_n_11546628.html?ir=Canada+British+Columbia#comments">4</a> </article> </li> </ul> <!-- ads_top_nav_edit_promo --> <a class="goto" href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/british-columbia/">Go to BC</a> </section> <!-- right column --> <div class="more-vertical"> <section class="more-in"> <strong>More in BC</strong> <ul data-beacon="{"p":{"lnid":"more_in"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/bc-politics">B.C. Politics</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/bc-business">B.C. Business</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/bc-good-news/">B.C. Good News</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/bc-rcmp/">B.C. RCMP</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/vancouver">Vancouver</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/vancouver-housing/">Vancouver Housing</a></li> </ul> </section> <section class="might-like"> <strong>You Might Also Like</strong> <ul data-beacon="{"p":{"lnid":"like_list"}}"> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/bc-video/">B.C.Videos</a></li> </ul> </section> </div> </menu> </div> </li> <!-- START UK BLOGS DROP DOWN --> <!-- END UK BLOGS DROP DOWN --> <li class="all-sections toplevel" id="all-sections"> <a class="toplevel-a" href="#" tabindex="12" class="link">All Sections</a> <!-- dropdown for this item --> <div class="menu-container"> <menu class="off"> <!-- top half, sections and links under each section --> <ul class="verticals group"> <li class="verticals-li"> <strong>News</strong> <ul> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/politics/">Canada Politics</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/business/">Canada Business</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/politics/">US Politics</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/business/">US Business</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/world/?ir=Canada">World</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/media/?ir=Canada">Media</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/sports/?ir=Canada">Sports</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/education/?ir=Canada">Education</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/crime/?ir=Canada">Crime</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/weird-news/?ir=Canada">Weird News</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/good-news/?ir=Canada">Good News</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.dailyfinance.com/">Daily Finance</a></li> </ul> </li> <li class="verticals-li"> <strong>Entertainment</strong> <ul> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/entertainment/?ir=Canada">Entertainment</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/music/">Music</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/tv/">TV</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/celebrity/?ir=Canada">Celebrity</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/comedy/?ir=Canada">Comedy</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/arts/?ir=Canada">Arts</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/books/?ir=Canada">Books</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://news.moviefone.ca/">Moviefone</a></li> </ul> </li> <li class="verticals-li"> <strong>Life & Style</strong> <ul> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/living/">Living</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/style/">Style</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/home/?ir=Canada">Home</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/healthy-living/?ir=Canada">Healthy Living</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/taste/?ir=Canada">Taste</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/weddings/?ir=Canada">Weddings</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/travel/">Travel</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/parents/?ir=Canada">Parents</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/divorce/?ir=Canada">Divorce</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/50/?ir=Canada">HuffPost 50</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/own/?ir=Canada">OWN</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/news/quiet-revolution/">Quiet Revolution</a></li> </ul> </li> <li class="verticals-li"> <strong>Tech & Science</strong> <ul> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/tech/?ir=Canada">Tech</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/science/?ir=Canada">Science</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/green/?ir=Canada">Green</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.techcrunch.com/">Techcrunch</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.engadget.com/">Engadget</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.tuaw.com/">TUAW</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.joystiq.com/">Joystiq</a></li> </ul> </li> <li class="verticals-li"> <strong>Voices</strong> <ul> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/impact/">Impact</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/women/?ir=Canada">Women</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/black-voices/?ir=Canada">Black Voices</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/latino-voices/?ir=Canada">Latino Voices</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/queer-voices/?ir=Canada">Queer Voices</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/religion/?ir=Canada">Religion</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/college/?ir=Canada">College</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/teen/?ir=Canada">Teen</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/news/outspeak/?ir=Canada">Outspeak</a></li> </ul> </li> <li class="verticals-li"> <strong>Local</strong> <ul> <li><a href="https://web.archive.org/web/20160818061635/http://quebec.huffingtonpost.ca/">Quebec (French)</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/calgary/">Calgary</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/montreal/">Montreal</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/ottawa/">Ottawa</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/toronto/">Toronto</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/vancouver/">Vancouver</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/winnipeg/">Winnipeg</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.mapquest.ca/">Mapquest</a></li> <li><a href="https://web.archive.org/web/20160818061635/http://www.patch.com/">Patch.com</a></li> </ul> </li> </ul> <!-- mobile apps buttons at the bottom --> <div class="mobile-apps"> <strong>Our Mobile Apps:</strong> <ul> <li><a href="https://web.archive.org/web/20160818061635/http://itunes.apple.com/us/app/the-huffington-post/id306621789?mt=8">iPhone</a></li> <li><a href="https://web.archive.org/web/20160818061635/https://itunes.apple.com/us/app/the-huffington-post/id306621789">iPad</a></li> <li><a href="https://web.archive.org/web/20160818061635/https://play.google.com/store/apps/details?id=com.huffingtonpost.android&hl=en">Android Phone</a></li> <li><a href="https://web.archive.org/web/20160818061635/https://play.google.com/store/apps/details?id=com.huffingtonpost.android&hl=cn">Android Tablet</a></li> </ul> </div> </menu> </div> </li> </ul> </section> <!-- bottom nav bar --> <section class="stories group" data-beacon="{"p":{"mnid":"topnav_subnav","mlid":"topnav"}}"> <ul class="group"> <li class="this-vertical"> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/living/">Living</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/top-restaurants/">Restaurants</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/delicious-recipes/">Recipes</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/weight-lost/">Healthy Inspiration</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://huffingtonpost.ca/news/canadian-women">Women</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/canada-sex/">Sex & Relationships</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/best-exercises/">Fitness</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/food-for-health">Foods For Health</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/ca-third-metric">The Third Metric</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/weddings-canada/">Weddings</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/home-decor-canada/">Home Decor</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/news/thalassa_english/">Thalassa</a> </li> <li class="network"> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/news/living-video/">Living Videos</a> </li> </ul> </section> </nav> <!-- ads_leaderboard_below_nav --> <!-- ads_curtain --> <div id="curtain_wrapper"> <div id="curtainunit"></div> </div> <!-- ads_status_bar --> <!-- ads_edit_banner --> <!-- END page_navigation --> <!-- page_content --> <section class="content"> <!-- breaking_news module --> <!-- 3up carousel module --> <!-- ads_threeup_edit_promo --> <section id="carousel" class="three-up" data-beacon="{"p":{"mnid":"threeup_top_wrapper","mlid":"threeup"}}"> <div class="group three-up-list"> <ul class="three-up-holder"> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11570336","mpid":0}}"> <figure> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/cne-foods-2016_n_11570336.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818061635/http://i1.huffpost.com/gen/4611420/images/r-CNE-FOODS-2016-medium260.jpg" src="https://web.archive.org/web/20160818061635im_/http://s1.huffpost.com/images/blank.gif" alt="Image for Cricket Hot Dogs And 27 Other New Dishes At The 2016 CNE" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/cne-foods-2016_n_11570336.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">Cricket Hot Dogs And 27 Other New Dishes At The 2016 CNE</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11565858","mpid":1}}"> <figure> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/new-harry-potter-books_n_11565858.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818061635/http://i0.huffpost.com/gen/4610612/images/r-HARRY-POTTER-medium260.jpg" src="https://web.archive.org/web/20160818061635im_/http://s1.huffpost.com/images/blank.gif" alt="Image for Three More 'Harry Potter' Books Are Coming Your Way" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/new-harry-potter-books_n_11565858.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">Three More 'Harry Potter' Books Are Coming Your Way</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11544838","mpid":2}}"> <figure> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/sexist-headline-olympics_n_11544838.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818061635/http://i1.huffpost.com/gen/4606790/images/r-KATIE-LEDECKY-medium260.jpg" src="https://web.archive.org/web/20160818061635im_/http://s1.huffpost.com/images/blank.gif" alt="Image for Professor Calls Out Sexism In This Rio Olympic Headline" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/sexist-headline-olympics_n_11544838.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">Professor Calls Out Sexism In This Rio Olympic Headline</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11566172","mpid":3}}"> <figure> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/ellen-degeneres-usain-bolt-tweet_n_11566172.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818061635/http://i1.huffpost.com/gen/4610618/images/r-ELLEN-DEGENERES-medium260.jpg" src="https://web.archive.org/web/20160818061635im_/http://s1.huffpost.com/images/blank.gif" alt="Image for Ellen DeGeneres Says She's The Furthest Thing From Racist" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/ellen-degeneres-usain-bolt-tweet_n_11566172.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">Ellen DeGeneres Says She's The Furthest Thing From Racist</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11525656","mpid":4}}"> <figure> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/olympians-bite-metals_n_11525656.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818061635/http://i0.huffpost.com/gen/4603150/images/r-CANADIAN-OLYMPIC-MEDAL-medium260.jpg" src="https://web.archive.org/web/20160818061635im_/http://s1.huffpost.com/images/blank.gif" alt="Image for The Real Reason Why Olympians Bite Their Medals" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/olympians-bite-metals_n_11525656.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">The Real Reason Why Olympians Bite Their Medals</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11564376","mpid":5}}"> <figure> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/abbey-dagostino-nikki-hamblin_n_11564376.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818061635/http://i0.huffpost.com/gen/4610316/images/r-NIKKI-HAMBLIN-ABBEY-D-AGOSTINO-medium260.jpg" src="https://web.archive.org/web/20160818061635im_/http://s1.huffpost.com/images/blank.gif" alt="Image for Forget Medals, These Olympians Cared More About Helping Each Other" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/abbey-dagostino-nikki-hamblin_n_11564376.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">Forget Medals, These Olympians Cared More About Helping Each Other</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11458822","mpid":6}}"> <figure> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/12/water-bottle-germs_n_11458822.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818061635/http://i1.huffpost.com/gen/4595154/images/r-WATERBOTTLE-medium260.jpg" src="https://web.archive.org/web/20160818061635im_/http://s1.huffpost.com/images/blank.gif" alt="Image for Your Reusable Water Bottle Is Filthy" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/12/water-bottle-germs_n_11458822.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">Your Reusable Water Bottle Is Filthy</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11525250","mpid":7}}"> <figure> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/food-myth-debunked_n_11525250.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818061635/http://i1.huffpost.com/gen/4603248/images/r-AVOCADOS-EVERY-DAY-medium260.jpg" src="https://web.archive.org/web/20160818061635im_/http://s1.huffpost.com/images/blank.gif" alt="Image for Should You Eat Avocados Every Day? And Other Food Myths Debunked" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/food-myth-debunked_n_11525250.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">Should You Eat Avocados Every Day? And Other Food Myths Debunked</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11570718","mpid":8}}"> <figure> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/tim-hortons-cne-2016_n_11570718.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818061635/http://i0.huffpost.com/gen/4611492/images/r-TIM-HORTONS-CNE-DOUGHNUTS-medium260.jpg" src="https://web.archive.org/web/20160818061635im_/http://s1.huffpost.com/images/blank.gif" alt="Image for Tim Hortons' Fruit Loop And Jolly Rancher Doughnuts Taste Like Childhood" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/tim-hortons-cne-2016_n_11570718.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">Tim Hortons' Fruit Loop And Jolly Rancher Doughnuts Taste Like Childhood</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11520688","mpid":9}}"> <figure> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/andre-de-grasse-usain-bolt-rio_n_11520688.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818061635/http://i1.huffpost.com/gen/4602162/images/r-ANDRE-DE-GRASSE-USAIN-BOLT-medium260.jpg" src="https://web.archive.org/web/20160818061635im_/http://s1.huffpost.com/images/blank.gif" alt="Image for The Bond Between Usain Bolt And Andre De Grasse Is Gold" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/andre-de-grasse-usain-bolt-rio_n_11520688.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">The Bond Between Usain Bolt And Andre De Grasse Is Gold</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11562116","mpid":10}}"> <figure> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/simone-biles-and-zac-efron-who-s-the-bigger-fan-of-whom_n_11562116.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818061635/http://i1.huffpost.com/gen/4610852/images/r-SIMONE-BILES-ZAC-EFRON-medium260.jpg" src="https://web.archive.org/web/20160818061635im_/http://s1.huffpost.com/images/blank.gif" alt="Image for Former Teen Star Is Amazed To Finally Meet Simone Biles" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/17/simone-biles-and-zac-efron-who-s-the-bigger-fan-of-whom_n_11562116.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">Former Teen Star Is Amazed To Finally Meet Simone Biles</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11493634","mpid":11}}"> <figure> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/13/adam-van-koeverden-sexism-sports_n_11493634.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818061635/http://i1.huffpost.com/gen/4600114/images/r-167435056-medium260.jpg" src="https://web.archive.org/web/20160818061635im_/http://s1.huffpost.com/images/blank.gif" alt="Image for Adam van Koeverden Tears Apart Sexist Sport Commentary" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/13/adam-van-koeverden-sexism-sports_n_11493634.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">Adam van Koeverden Tears Apart Sexist Sport Commentary</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11478600","mpid":12}}"> <figure> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/vaginal-dryness_n_11478600.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818061635/http://i1.huffpost.com/gen/4598708/images/r-OLDER-WOMAN-UNCOMFORTABLE-medium260.jpg" src="https://web.archive.org/web/20160818061635im_/http://s1.huffpost.com/images/blank.gif" alt="Image for Everything You Need To Know About Vaginal Dryness" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/15/vaginal-dryness_n_11478600.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">Everything You Need To Know About Vaginal Dryness</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11546782","mpid":13}}"> <figure> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/amber-heard-johnny-depp_n_11546782.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818061635/http://i1.huffpost.com/gen/4599694/images/r-AMBER-HEARD-JOHNNY-DEPP-medium260.jpg" src="https://web.archive.org/web/20160818061635im_/http://s1.huffpost.com/images/blank.gif" alt="Image for Amber Heard And Johnny Depp Settle Divorce" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/16/amber-heard-johnny-depp_n_11546782.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">Amber Heard And Johnny Depp Settle Divorce</a></strong> </article> </li> </ul> </div> <button class="previous">Previous Story</button> <button class="next">Next Story</button> </section> <script> (function($){ $('.lnid-threeup_left_nav').on('click', function(){ HPTrack.trackPageview('/t/a/threeupnav.v6/left.v2/Canada Living'); }); $('.lnid-threeup_right_nav').on('click', function(){ HPTrack.trackPageview('/t/a/threeupnav.v6/right.v2/Canada Living'); }); })(jQuery); </script> <!-- main entry body --> <section class="main group"> <!-- Breaking news bar --> <!-- main entry body --> <div class="column entry"> <!-- Article content --> <!-- entry header --> <article class="entry" id="printable"> <header> <!-- Title --> <h1 class="title">Running In Full Armour And Painting Were Once Olympic Sports (Yeah. Really.)</h1> <!-- Author Information --> <div class="author editor"> <div class="byline vcard group "> <div class="info"> <span class="thirdparty-logo"> The Huffington Post Canada </span> <span class="name fn"> | By <a rel="author" href="/web/20160818061635/http://www.huffingtonpost.ca/kayla-greaves/"> Kayla Greaves </a> </span> </div> <!-- author social buttons --> <ul class="social group"> <li class="email"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/users/login/" onclick="QuickFan.emailAlerts('hp_blogger_Kayla Greaves', 'Kayla Greaves');return false;"> <button>Email</button> </a> </li> <li class="twitter tweet"> <a href="https://web.archive.org/web/20160818061635/http://twitter.com/KaylaAGreaves" author_nickname="hp_blogger_Kayla Greaves" class="twitter-anywhere-user twitter-tooltip" sl-processed="1"></a> </li> <li class="facebook like"> <a href="#" class="fb-tooltip-398062 fb-tooltip" sl-processed="1"></a> <script type="text/javascript"> (function($){ huff.js('jquery/jquery.tooltip.hp.js', function(){ $('.fb-tooltip-398062').toolTip({ toolTipWidth : 250, namespacevlaue: '.aol_tooltip_398062 .aol_tooltip', html : '<div class="fb-follow-tooltip"><b>Get updates from Kayla Greaves</b><div class="fb-like-container"><div class="fb-like" data-href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/kayla-greaves/" data-send="false" data-layout="button_count" data-width="40" data-show-faces="false" data-colorscheme="light" data-font="trebuchet ms" data-action="like" ref="" style="width: 40px" ></div></div></div>' }); }); }(jQuery)); </script> </li> </ul> </div> </div> <!-- Article Byline Information --> <div class="headline group"> <div class="times"> <span class="posted"> Posted: <time datetime="2016-08-12T13:46:37-04:00"> 08/12/2016 1:46 pm EDT </time> </span> <span class="updated"> Updated: <time datetime="2016-08-12T13:59:01-04:00"> 08/12/2016 1:59 pm EDT </time> </span> </div> </div> <!-- Article Main Image --> <!-- article image/video (if applicable) --> <div class="main-visual group embedded-image"> <div class="vdb_player vdb_574d96a9e4b03083ae0027ec564e003d67b62214082cc703"><script type="text/javascript" src="//web.archive.org/web/20160818061635js_/http://delivery.vidible.tv/jsonp/pid=574d96a9e4b03083ae0027ec/vid=5788b8e7c4d21f061b9b037c,57a3acbfc7480e544b02f53f,57a1eac61c68993a86428fd9,57a3980bc4d21f785b00caa4,57a906411c68997e782b32f1,57a31a29a6237835c1d4e181,57a659a1c4d21f36a73d3d50/564e003d67b62214082cc703.js"></script></div> </div> <!-- Imageblog Social Share Bar --> <!-- Social Share Bar --> <menu id="social_badges" class="social_badges_ social-bar group floating"> <section class="social-badge" data-url="/ajax/social/phoenix_social_badge_json.php?badges=facebook_like%2Cfacebook%2Ctwitter%2Cgoogleshare%2Cpinterest%2Cstumbleupon%2Cemail%2Ccomments&id=11434868&url=http%3A%2F%2Fwww.huffingtonpost.ca%2F2016%2F08%2F12%2Fpast-olympic-sports_n_11434868.html" data-entry-id="11434868"> <ul class="shares group"> <li class="share facebook_like VERB_LIKE" data-type="fblike"><a href="https://web.archive.org/web/20160818061635/javscript:void(0)"><div class="fb-like" data-href="http://www.huffingtonpost.ca/2016/08/12/past-olympic-sports_n_11434868.html" data-send="false" data-layout="box_count" data-width="450" data-show-faces="false" data-colorscheme="light" data-font="arial" data-action="like" ref="" style="width: 450px"></div></a></li><li class="share facebook" data-type="facebook"> <a class="social-fb-share-btn" href="https://web.archive.org/web/20160818061635/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.huffingtonpost.ca%2F2016%2F08%2F12%2Fpast-olympic-sports_n_11434868.html" data-url="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/12/past-olympic-sports_n_11434868.html" data-title="You'll Never Believe These Were Once Olympics Sports" data-caption="www.huffingtonpost.ca" data-image="http://i.huffpost.com/gen/4591910/images/o-CANADA-OLYMPICS-facebook.jpg"> <span class="facebook-share-btn label">Share</span> <span class="facebook-share-count count"></span> </a> </li> <li class="share twitter" data-type="twitter"> <div class="social-twitter-btn" data-size="144" data-account="HuffPostCaLiv"> <a class="twitter-tweet-btn" href="https://web.archive.org/web/20160818061635/https://twitter.com/intent/tweet?lang=en&text=You%27ll+never+believe+which+sports+were+once+included+in+the+Olympics+http%3A%2F%2Fwww.huffingtonpost.ca%2F2016%2F08%2F12%2Fpast-olympic-sports_n_11434868.html"> <span class="twitter-tweet-btn label">Tweet</span> <span class="twitter-tweet-count count"></span> </a> </div> </li> <li class="share googleshare" data-type="googleshare"><div class="g-plus" data-action="share" data-annotation="vertical-bubble" data-href="http://www.huffingtonpost.ca/2016/08/12/past-olympic-sports_n_11434868.html"></div> </li> <li class="share pinterest" data-type="pinterest"> <div class="social-pinterest-btn"> <a class="pinterest-pinit-btn" data-url="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/2016/08/12/past-olympic-sports_n_11434868.html" href="https://web.archive.org/web/20160818061635/http://www.pinterest.com/pin/create/button/?media=http%3A%2F%2Fi.huffpost.com%2Fgen%2F4591910%2Fimages%2Fn-CANADA-OLYMPICS-Pinterest.jpg&description=Running+In+Full+Armour+And+Painting+Were+Once+Olympic+Sports+%28Yeah.+Really.%29" target="_blank" data-pin-do="skipLink" data-pin-config="above"> <span class="pinterest-pinit-count count"></span> </a> </div> </li> <li class="share stumbleupon" data-type="stumbleupon"> <!-- Place this tag where you want the su badge to render --> <su:badge layout="5"></su:badge> <!-- Place this snippet wherever appropriate --> <script type="text/javascript"> (function() { var li = document.createElement('script'); li.type = 'text/javascript'; li.async = true; li.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//web.archive.org/web/20160818061635/http://platform.stumbleupon.com/1/widgets.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(li, s); })(); </script> </li> <li class="share email" data-type="email"> <div class="social-email-btn"> <a href="#" class="hp-email-btn label">Email</a> <span class="hp-email-count count"></span> </div> </li> <li class="share comment" data-type="comments"> <div class="social-comment-btn"> <span class="hp-comment-btn label">Comment</span> <span class="hp-comment-count count"></span> </div> </li> </ul> </section> <section class="chicklets"> <ul class="group"> <li class="tumblr" data-type="tumblr"> <a target="chicklet" title="Share on Tumblr" href="https://web.archive.org/web/20160818061635/http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.huffingtonpost.ca%2F2016%2F08%2F12%2Fpast-olympic-sports_n_11434868.html&name=Running In Full Armour And Painting Were Once Olympic Sports (Yeah. Really.)&description="> <span class="hidden">tumblr</span> </a> </li><li class="reddit" data-type="reddit"> <a target="chicklet" title="Share on Reddit" href="https://web.archive.org/web/20160818061635/http://reddit.com/submit?url=http%3A%2F%2Fwww.huffingtonpost.ca%2F2016%2F08%2F12%2Fpast-olympic-sports_n_11434868.html&title=Running In Full Armour And Painting Were Once Olympic Sports (Yeah. Really.)"> <span class="hidden">reddit</span> </a> </li> </ul> </section> </menu> <!-- Print Icon for Canada and Quebect verticals in permalink page --> <a href="javascript:window.print()" title="Print" class="print_btn"><img src="https://web.archive.org/web/20160818061635im_/http://www.huffingtonpost.com/images/v/print.gif" width="52" height="17" alt="Print"/></a> <div style="clear:both"></div> </header> <!-- Article Text Body --> <div class="float_right padding_left_10"> </div> <!-- Entry main text --> <div class="content" id="mainentrycontent"> <div class="float_left"> <!-- AD ads_sharebox_260x60 --> <div class="ad_share_box"> <div id="modulous_sharebox_260x60" class="ad_spot"> <div class="ad_share_box"> <div style="display:none;line-height:normal;font:0.6em sans-serif;color:#909090;" class="sharebox-label">ADVERTISEMENT</div> <style>#ad_sharebox_260x60 img {padding:0;margin:0;}</style> <div id="ad_sharebox_260x60" class="ad_wrapper" style="padding:0;background:none;"><div id="adtech_sharebox_260x60"></div> <script type="text/javascript"> (function(){ var adsDiv = document.getElementById('adtech_sharebox_260x60'); adsDiv.id = adsDiv.id + Math.round(Math.random()*1e16); var adId = '93319920'; // Override adtech_call_type var delivery_type = "" || ""; var adtech_call_type = ""; switch (delivery_type) { case "by_request": adtech_call_type = "ajax"; break; case "text": adtech_call_type = "text"; break; case "iframe": adtech_call_type = "iframe"; break; case "iframe_proxy": adtech_call_type = "f"; break; case "collapsed": adtech_call_type = "fc"; break; default: adtech_call_type = "fc"; break; } var args = [adId, '260', '60', adtech_call_type]; if (typeof debugadcode == 'function') { debugadcode('AdTech', {placement: 'sharebox_260x60', args: args}, adsDiv); } args.push(adsDiv); htmlAdWH.apply(this, args); adSetInView('0'); }()); </script></div></div> <script> (function(){ var box = document.getElementById('ad_sharebox_260x60').parentNode; var label = box.querySelector('.sharebox-label'); function resize() { var ifr = box.querySelector('iframe'); if ((!ifr && box.offsetWidth > 10 && box.offsetHeight > 10) || (ifr && ifr.offsetWidth > 10 && ifr.offsetHeight > 10)) { box.style.paddingBottom = '5px'; box.style.marginRight = '20px'; label.style.display = ''; } else { label.style.display = 'none'; box.style.marginRight = box.style.paddingBottom = ''; } } for (i=0; i<10000; i+= 500) { window.setTimeout(resize, i); } }()); </script> </div> <script type="text/javascript"> if ( 'undefined' != typeof(HPAds.ad_sharebox_260x60_fix) ) { HPAds.ad_sharebox_260x60_fix(); } </script> </div> </div> <!-- Entry Text --> <p>When we think of the Olympics in 2016, sports like swimming, gymnastics and volleyball may come to mind.</p><p>But if we backtrack a few hundred years ago, the games were, well, <em>different</em>.</p><p>Sports at the Olympics in Ancient Greece may have arguably been more exciting (that is, if you're into gore), but thankfully, the Olympics have definitely gotten a lot more safe over the years. </p><p><a href="https://web.archive.org/web/20160818061635/http://on.aol.ca/video/rio-2016-surprising-new-and-old-olympics-sports-5788b8e7c4d21f061b9b037c" target="_hplink">Watch the video above</a> to find out which surprising sports the Olympic Games have ditched over the years (running in full armour and watercolour painting, for example), and which sports they've added to their lineup.</p><p>What's your favourite Olympics sport? Let us know in the comments below. </p> </div> <!-- article_foot ad --> <div class="margin_10_0"> </div> <footer> <!-- Also On --> <section class="also-on"> <h3><p class="video_box_title">Also on HuffPost:</p></h3> <div class="promo_holder"> <script type="text/javascript"> var hp_slideshow_data_238884 = {"embed_tag":"<HH--236SLIDEEXPAND--238884--HH>","slideshow_id":"238884","title":"Bizarre Olympic Sports","created":"2012-07-16 12:11:35","author_id":"287091","is_anonymous_vote":"yes","lower_rank_value":"","higher_rank_value":"","top_5_text":"","type":"expand","total":10,"list":false,"slideimages":[{"slide_id":"238884","slideimage_id":"1229221","type":"image","title":"Tug 'O' War","title_link":"Tug_O_War","width":"1200","height":"871","credits":"<a target=\"_blank\" href=\"http:\/\/commons.wikimedia.org\/wiki\/File:Queen_Mary's_Auxilary_Army_Corps_tug-o-war,_3_August_1918.jpg\">MediaWiki:<\/a> <a target=\"_blank\" href=\"http:\/\/commons.wikimedia.org\/wiki\/User:Flickr upload bot\">Flickr upload bot<\/a>","config":null,"created":"2012-07-16 12:12:28","image_num":"0","drone_druid":null,"drone_asid":null,"caption":"During the 1900 games, competitors from Sweden, Denmark and the French took part in the traditional tug 'o' war game up until 1920 Olympics. ","rating":"0","votes":"0","slideimage_crops":[],"slideimage_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229221_free.jpg","slideimage_thumbnail_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229221_sq50.jpg"},{"slide_id":"238884","slideimage_id":"1229259","type":"image","title":"Solo Synchronised Swimming","title_link":"Solo_Synchronised_Swimming","width":"1200","height":"798","credits":"Alamy","config":null,"created":"2012-07-16 12:18:28","image_num":"1","drone_druid":null,"drone_asid":null,"caption":"From 1984 to 1992, there was an official Olympic sport known as solo synchronised swimming. Performing complicated acrobatic swimming routines is pretty impressive stuff, and perhaps it can be considered an aquatic ballet.","rating":"0","votes":"0","slideimage_crops":[],"slideimage_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229259_free.jpg","slideimage_thumbnail_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229259_sq50.jpg"},{"slide_id":"238884","slideimage_id":"1229326","type":"image","title":"Pesapallo","title_link":"Pesapallo","width":"693","height":"1000","credits":"<a target=\"_blank\" href=\"http:\/\/commons.wikimedia.org\/wiki\/File:Esko_Salminen.jpg\">MediaWiki:<\/a> <a target=\"_blank\" href=\"http:\/\/commons.wikimedia.org\/wiki\/User:Kaisa Salminen\">Kaisa Salminen<\/a>","config":null,"created":"2012-07-16 12:19:58","image_num":"2","drone_druid":null,"drone_asid":null,"caption":"This Finnish version of baseball is a cross between cricket and American baseball. It involves participants playing on zigzag bases and trying to score more runs than the opposing team. This game was tried out at the 1952 Helsinki Games, but (unsurprisingly) failed to catch on.","rating":"0","votes":"0","slideimage_crops":[],"slideimage_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229326_free.jpg","slideimage_thumbnail_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229326_sq50.jpg"},{"slide_id":"238884","slideimage_id":"1229229","type":"image","title":"Hot Air Ballooning","title_link":"Hot_Air_Ballooning","width":"800","height":"1000","credits":"<a target=\"_blank\" href=\"http:\/\/commons.wikimedia.org\/wiki\/File:Rolls_ar_Vauxhall.jpg\">MediaWiki:<\/a> <a target=\"_blank\" href=\"http:\/\/commons.wikimedia.org\/wiki\/User:Victuallers\">Victuallers<\/a>","config":null,"created":"2012-07-16 12:13:43","image_num":"3","drone_druid":null,"drone_asid":null,"caption":"During the 1900 Olympic Games, 61 men and 3 women competed in ballooning, which consisted of 18 events. Judges marked contestants on various points, like distance, duration and elevation.","rating":"0","votes":"0","slideimage_crops":[],"slideimage_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229229_free.jpg","slideimage_thumbnail_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229229_sq50.jpg"},{"slide_id":"238884","slideimage_id":"1229395","type":"image","title":"Distance Plunging","title_link":"Distance_Plunging","width":"748","height":"1000","credits":"","config":null,"created":"2012-07-16 12:31:15","image_num":"4","drone_druid":null,"drone_asid":null,"caption":"Yes, we're not pulling your leg! This was contested only once, in 1904. Competitors would dive into the pool and remain motionless for 60 seconds or until their head bobbed out of the water, after which their distance was measured. ","rating":"0","votes":"0","slideimage_crops":[],"slideimage_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229395_free.jpg","slideimage_thumbnail_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229395_sq50.jpg"},{"slide_id":"238884","slideimage_id":"1229331","type":"image","title":"Live Pigeon Shooting","title_link":"Live_Pigeon_Shooting","width":"1200","height":"844","credits":"<a target=\"_blank\" href=\"http:\/\/commons.wikimedia.org\/wiki\/File:Pigeon-Crested.jpg\">MediaWiki:<\/a> <a target=\"_blank\" href=\"http:\/\/commons.wikimedia.org\/wiki\/User:Benjamint444\">Benjamint444<\/a>","config":null,"created":"2012-07-16 12:21:08","image_num":"5","drone_druid":null,"drone_asid":null,"caption":"Live pigeon shooting games took place in the 1900s Olympic games. In this event, live pigeon targets were released in front of the shooters, who then stayed in the reckoning until they missed twice. The game never took on and pigeons were replaced with clay pigeons.","rating":"0","votes":"0","slideimage_crops":[],"slideimage_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229331_free.jpg","slideimage_thumbnail_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229331_sq50.jpg"},{"slide_id":"238884","slideimage_id":"1229342","type":"image","title":"Kaatsen","title_link":"Kaatsen","width":"1200","height":"900","credits":"<a target=\"_blank\" href=\"http:\/\/commons.wikimedia.org\/wiki\/File:Kaatsen_Franeker.JPG\">MediaWiki:<\/a> <a target=\"_blank\" href=\"http:\/\/commons.wikimedia.org\/wiki\/User:Das Nili\">Das Nili<\/a>","config":null,"created":"2012-07-16 12:22:53","image_num":"6","drone_druid":null,"drone_asid":null,"caption":"Kaatsen (or Frisian handball) is a popular sport in northern Holland. However, it failed to make an impact on the Olympics after it debuted in 1928 at the Amsterdam Games. This strange three-player sport simply couldn't generate enough interest or competitors from various nations for it to be Olympic-worthy on a regular basis!","rating":"0","votes":"0","slideimage_crops":[],"slideimage_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229342_free.jpg","slideimage_thumbnail_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229342_sq50.jpg"},{"slide_id":"238884","slideimage_id":"1229356","type":"image","title":"Skijoring","title_link":"Skijoring","width":"1200","height":"954","credits":"","config":null,"created":"2012-07-16 12:27:10","image_num":"7","drone_druid":null,"drone_asid":null,"caption":"'Skijoring' is Norwegian for ski driving. The 1928 Winter Games featured a skijoring competition. This competition involved horses dragging racers on skis through an elaborate snow course.\r\n","rating":"0","votes":"0","slideimage_crops":[],"slideimage_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229356_free.jpg","slideimage_thumbnail_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229356_sq50.jpg"},{"slide_id":"238884","slideimage_id":"1229363","type":"image","title":"Biathlon","title_link":"Biathlon","width":"1200","height":"798","credits":"<a href=\"http:\/\/www.flickr.com\/\" target=\"flickr\">Flickr:<\/a> <a href=\"http:\/\/www.flickr.com\/people\/soldiersmediacenter\/\" target=\"flickr\"> The U.S. Army<\/a>","config":null,"created":"2012-07-16 12:29:11","image_num":"8","drone_druid":null,"drone_asid":null,"caption":"The biathlon (a part of the games since 1960) involves bouts of zenlike cross country skiing punctuated by bursts of shooting the heck out of standing targets, only to be repeated until this weird event reaches its conclusion. At times, participants must shoot standing; at other points, they shoot from the prone position. Basically, this event turns survival skills into sport.","rating":"0","votes":"0","slideimage_crops":[],"slideimage_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229363_free.jpg","slideimage_thumbnail_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229363_sq50.jpg"},{"slide_id":"238884","slideimage_id":"1229409","type":"image","title":"Pole Dancing","title_link":"Pole_Dancing","width":"694","height":"1000","credits":"<a target=\"_blank\" href=\"http:\/\/commons.wikimedia.org\/wiki\/File:Pole_Dancer_by_Lululemon_Athletica.jpg\">MediaWiki:<\/a> <a target=\"_blank\" href=\"http:\/\/commons.wikimedia.org\/wiki\/User:CHugginson\">CHugginson<\/a>","config":null,"created":"2012-07-16 12:32:00","image_num":"9","drone_druid":null,"drone_asid":null,"caption":"Although this isn't and hasn't taken place as part of the Olympic games, it might soon be. Hundreds of pole dancing enthusiasts are petitioning the International Olympic Committee (IOC) to make pole dancing an official Olympic sport. So, watch this space...","rating":"0","votes":"0","slideimage_crops":[],"slideimage_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229409_free.jpg","slideimage_thumbnail_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/238884\/slide_238884_1229409_sq50.jpg"}],"slide_html":"","more_slideshows":[{"entry_id":"1348994","entry_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/www.huffingtonpost.com\/2012\/03\/15\/brian-williams-more-than_n_1348994.html","content_type":"image","image_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/194255\/slide_194255_424747_small.jpg","thumbnail_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/194255\/slide_194255_424747_small.jpg","title":"MSNBC Lineup","slideshow_id":"194255","vertical":"media"},{"entry_id":"649340","entry_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/www.huffingtonpost.com\/2010\/07\/16\/advertorial-classic-itali_n_649340.html","content_type":"image","image_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/8602\/slide_8602_114122_small.jpg","thumbnail_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/8602\/slide_8602_114122_small.jpg","title":"Favorite Italian Dishes Inspired by Novel: Eat, Pray, Love","slideshow_id":"8602","vertical":"homepage"},{"entry_id":"561687","entry_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/www.huffingtonpost.com\/2010\/05\/03\/opryland-hotel-flood-phot_n_561687.html","content_type":"image","image_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/6590\/slide_6590_87446_small.jpg","thumbnail_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/6590\/slide_6590_87446_small.jpg","title":"Opryland Hotel Flood","slideshow_id":"6590","vertical":"homepage"},{"entry_id":"429534","entry_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/www.huffingtonpost.com\/2010\/01\/20\/marisa-miller-splits-from_n_429534.html","content_type":"image","image_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/4478\/slide_4478_62634_small.jpg","thumbnail_url":"https:\/\/web.archive.org\/web\/20160818061635\/http:\/\/i.huffpost.com\/gadgets\/slideshows\/4478\/slide_4478_62634_small.jpg","title":"marisa","slideshow_id":"4478","vertical":"homepage"}]}; </script> <div class="hp-slideshow-wrapper no-pin" id="hp-slideshow-wrapper-238884" data-slideshow-id="238884" data-beacon="{"p":{"slideshow_id":"238884"}}"> <div class="hp-slideshow-top"> <!-- START: video ad content --> <div class="hp-video-ad" style="width: 570px; height: 555px;background: #fff;position: absolute; z-index:0;"></div> <div class="hp-video-ad-close" style="width: 100px; height: 50px;background: #000;position: absolute; left:470px; z-index:0;"> <span style="cursor:pointer;width:30px;color:#fff;display:block;margin:10px auto;">Close</span> </div> <!-- END: video ad content --> <!-- START: Main slide content --> <div class="hp-slideshow-main"> <div class="hp-slideshow-header"> <div class="hp-slideshow-title-icon hp-slideshow-icon"></div> <div class="hp-slideshow-title"> <span class="hp-ss-head-title-text" style="width: 443px; left: 0px;"> Bizarre Olympic Sports </span> </div> <!-- START: slideshow top navigation --> <div class="hp-slideshow-slide-position"> <span class="current-slide"></span> <span>of</span> <span class="total-slides"></span> <div class="hp-slideshow-previous-arrow" data-beacon="{"p":{"event_action":"arrow_top_corner_left"}}"> <span class="hp-slideshow-icon bN"></span> </div> <div class="hp-slideshow-next-arrow" data-beacon="{"p":{"event_action":"arrow_top_corner_right"}}"> <span class="hp-slideshow-icon bN"></span> </div> </div> <!-- END: slideshow top navigation --> </div> <div class="hp-main-slide"> <div class="hp-main-slider-content"></div> </div> <!-- END: Main slide content --> <div class="hp-slideshow-main-nav"> <ul> <li class="hp-slideshow-nav-prev" data-beacon="{"p":{"event_action":"arrow_in_slide_image_left"}}"> <a id="main_prev" href="#" onclick="return false;" class="hp-slideshow-flex-prev" alt="Previous"></a> </li> <li class="hp-slideshow-nav-next" data-beacon="{"p":{"event_action":"arrow_in_slide_image_right"}}"> <a id="main_next" href="#" onclick="return false;" class="hp-slideshow-flex-next" alt="Next"></a> </li> </ul> </div> <div class="flexslider hp-flexslider-carousel"> <ul class="slides"> <li class="hp-carousel-item no-pin" data-id="0" data-slide-id="1229221" data-beacon="{"p":{"event_action":"bottom_thumbnail_nav"}}"> <img class="lazy" data-src="https://web.archive.org/web/20160818061635/http://i.huffpost.com/gadgets/slideshows/238884/slide_238884_1229221_sq50.jpg" alt="Tug 'O' War" width="52" height="52"/> <p style="display: none;">During the 1900 games, competitors from Sweden, Denmark and the French took part in the traditional tug 'o' war game up until 1920 Olympics. </p> </li> <li class="hp-carousel-item no-pin" data-id="1" data-slide-id="1229259" data-beacon="{"p":{"event_action":"bottom_thumbnail_nav"}}"> <img class="lazy" data-src="https://web.archive.org/web/20160818061635/http://i.huffpost.com/gadgets/slideshows/238884/slide_238884_1229259_sq50.jpg" alt="Solo Synchronised Swimming" width="52" height="52"/> <p style="display: none;">From 1984 to 1992, there was an official Olympic sport known as solo synchronised swimming. Performing complicated acrobatic swimming routines is pretty impressive stuff, and perhaps it can be considered an aquatic ballet.</p> </li> <li class="hp-carousel-item no-pin" data-id="2" data-slide-id="1229326" data-beacon="{"p":{"event_action":"bottom_thumbnail_nav"}}"> <img class="lazy" data-src="https://web.archive.org/web/20160818061635/http://i.huffpost.com/gadgets/slideshows/238884/slide_238884_1229326_sq50.jpg" alt="Pesapallo" width="52" height="52"/> <p style="display: none;">This Finnish version of baseball is a cross between cricket and American baseball. It involves participants playing on zigzag bases and trying to score more runs than the opposing team. This game was tried out at the 1952 Helsinki Games, but (unsurprisingly) failed to catch on.</p> </li> <li class="hp-carousel-item no-pin" data-id="3" data-slide-id="1229229" data-beacon="{"p":{"event_action":"bottom_thumbnail_nav"}}"> <img class="lazy" data-src="https://web.archive.org/web/20160818061635/http://i.huffpost.com/gadgets/slideshows/238884/slide_238884_1229229_sq50.jpg" alt="Hot Air Ballooning" width="52" height="52"/> <p style="display: none;">During the 1900 Olympic Games, 61 men and 3 women competed in ballooning, which consisted of 18 events. Judges marked contestants on various points, like distance, duration and elevation.</p> </li> <li class="hp-carousel-item no-pin" data-id="4" data-slide-id="1229395" data-beacon="{"p":{"event_action":"bottom_thumbnail_nav"}}"> <img class="lazy" data-src="https://web.archive.org/web/20160818061635/http://i.huffpost.com/gadgets/slideshows/238884/slide_238884_1229395_sq50.jpg" alt="Distance Plunging" width="52" height="52"/> <p style="display: none;">Yes, we're not pulling your leg! This was contested only once, in 1904. Competitors would dive into the pool and remain motionless for 60 seconds or until their head bobbed out of the water, after which their distance was measured. </p> </li> <li class="hp-carousel-item no-pin" data-id="5" data-slide-id="1229331" data-beacon="{"p":{"event_action":"bottom_thumbnail_nav"}}"> <img class="lazy" data-src="https://web.archive.org/web/20160818061635/http://i.huffpost.com/gadgets/slideshows/238884/slide_238884_1229331_sq50.jpg" alt="Live Pigeon Shooting" width="52" height="52"/> <p style="display: none;">Live pigeon shooting games took place in the 1900s Olympic games. In this event, live pigeon targets were released in front of the shooters, who then stayed in the reckoning until they missed twice. The game never took on and pigeons were replaced with clay pigeons.</p> </li> <li class="hp-carousel-item no-pin" data-id="6" data-slide-id="1229342" data-beacon="{"p":{"event_action":"bottom_thumbnail_nav"}}"> <img class="lazy" data-src="https://web.archive.org/web/20160818061635/http://i.huffpost.com/gadgets/slideshows/238884/slide_238884_1229342_sq50.jpg" alt="Kaatsen" width="52" height="52"/> <p style="display: none;">Kaatsen (or Frisian handball) is a popular sport in northern Holland. However, it failed to make an impact on the Olympics after it debuted in 1928 at the Amsterdam Games. This strange three-player sport simply couldn't generate enough interest or competitors from various nations for it to be Olympic-worthy on a regular basis!</p> </li> <li class="hp-carousel-item no-pin" data-id="7" data-slide-id="1229356" data-beacon="{"p":{"event_action":"bottom_thumbnail_nav"}}"> <img class="lazy" data-src="https://web.archive.org/web/20160818061635/http://i.huffpost.com/gadgets/slideshows/238884/slide_238884_1229356_sq50.jpg" alt="Skijoring" width="52" height="52"/> <p style="display: none;">'Skijoring' is Norwegian for ski driving. The 1928 Winter Games featured a skijoring competition. This competition involved horses dragging racers on skis through an elaborate snow course. </p> </li> <li class="hp-carousel-item no-pin" data-id="8" data-slide-id="1229363" data-beacon="{"p":{"event_action":"bottom_thumbnail_nav"}}"> <img class="lazy" data-src="https://web.archive.org/web/20160818061635/http://i.huffpost.com/gadgets/slideshows/238884/slide_238884_1229363_sq50.jpg" alt="Biathlon" width="52" height="52"/> <p style="display: none;">The biathlon (a part of the games since 1960) involves bouts of zenlike cross country skiing punctuated by bursts of shooting the heck out of standing targets, only to be repeated until this weird event reaches its conclusion. At times, participants must shoot standing; at other points, they shoot from the prone position. Basically, this event turns survival skills into sport.</p> </li> <li class="hp-carousel-item no-pin" data-id="9" data-slide-id="1229409" data-beacon="{"p":{"event_action":"bottom_thumbnail_nav"}}"> <img class="lazy" data-src="https://web.archive.org/web/20160818061635/http://i.huffpost.com/gadgets/slideshows/238884/slide_238884_1229409_sq50.jpg" alt="Pole Dancing" width="52" height="52"/> <p style="display: none;">Although this isn't and hasn't taken place as part of the Olympic games, it might soon be. Hundreds of pole dancing enthusiasts are petitioning the International Olympic Committee (IOC) to make pole dancing an official Olympic sport. So, watch this space...</p> </li> </ul> </div> </div> <!-- START: slideshow right pane --> <div class="hp-slideshow-right"> <div class="hp-right-pane-header"> <div class="hp-right-pane-social"> <div class="hp-ss-facebook-share slideshow-share" data-type="facebook"> <div class="hp-ss-service-share-facebook-new hp-slideshow-icon"> <span class="bN">Share</span></div> </div> <div class="hp-ss-twitter-share slideshow-share" data-type="twitter"> <div class="hp-ss-service-share-twitter-new hp-slideshow-icon" data-beacon="{"p":{"event_action":"twitter_button"}}"> <span class="bN">Tweet</span></div> </div> <div class="hp-ss-pinterest-share slideshow-share" data-type="pinterest"> <div class="hp-ss-service-share-pinterest-new hp-slideshow-icon" data-beacon="{"p":{"event_action":"pinterest_button"}}"></div> </div> <div class="hp-slideshow-share-slideshow"></div> <div class="clearboth"></div> </div> <div class="hp-right-pane-fullscreen" data-beacon="{"p":{"event_action":"fullscreen"}}"></div> <div class="hp-right-pane-exit" data-beacon="{"p":{"event_action":"close_flyout"}}">✖</div> </div> <!-- START: CAPTION BODY --> <div class="hp-right-pane-content"> <div class="hp-right-pane-title"></div> <div class="hp-right-pane-caption-container"> <div class="hp-right-pane-caption"></div> </div> </div> <!-- END: CAPTION BODY --> <!-- START: 300x250 AD --> <div class="hp-slideshow-right-ad"> <div class="hp-slideshow-service-ad-label">Advertisement</div> <div id="hp-slideshow-ad-div-238884"> <div id="modulous_slideshow_300x250_req" class="ad_spot"> <div id="adtech_slideshow_300x250_req"></div> <script type="text/javascript"> (function(){ var adsDiv = document.getElementById('adtech_slideshow_300x250_req'); adsDiv.id = adsDiv.id + Math.round(Math.random()*1e16); var adId = '93318739'; // Override adtech_call_type var delivery_type = "" || ""; var adtech_call_type = ""; switch (delivery_type) { case "by_request": adtech_call_type = "ajax"; break; case "text": adtech_call_type = "text"; break; case "iframe": adtech_call_type = "iframe"; break; case "iframe_proxy": adtech_call_type = "f"; break; case "collapsed": adtech_call_type = "fc"; break; default: adtech_call_type = "ajax"; break; } var args = [adId, '300', '250', adtech_call_type]; if (typeof debugadcode == 'function') { debugadcode('AdTech', {placement: 'slideshow_300x250_req', args: args}, adsDiv); } args.push(adsDiv); var reloadAd = function(ev, elem) { if (elem && !elem.contains(adsDiv)) { return; } var refreshRate = 1; if (typeof adsDiv.reloadCount == 'undefined') { adsDiv.reloadCount = 0; htmlAdWH.apply(window, args); return; } else { adsDiv.reloadCount++; } if (adsDiv.reloadCount % refreshRate == 0 && typeof adsReloadAd === 'function') { adsReloadAd(adsDiv); } }; var reloadAdHandler = function(jQuery) { jQuery(document).on('reloadAd', reloadAd); } window.jQuery && reloadAdHandler(jQuery) || window.require && require(['jquery'], reloadAdHandler); adSetInView('0'); }()); </script></div> </div> <div> </div> <!-- END: 300x250 AD --> </div> <!-- END: slideshow Right Pane --> </div> <!-- START: slideshow Bottom Pane --> <div class="hp-slideshow-bottom" style="display:none;"> <!-- START: 728X90 AD --> <div id="hp-slideshow-leaderboard-div-238884" class="hp-slideshow-leaderboard-div"> </div> <!-- END: 728X90 AD --> </div> <!-- END: slideshow Bottom Pane --> <div class="hp-slideshow-dimmer" data-beacon="{"p":{"event_action":"grey_out"}}"></div> <div class="hp-slideshow-share-overlay"> <div class="hp-slideshow-share-header"> <div class="hp-slideshow-share-title">Share this</div> <a class="hp-slideshow-share-exit" href="#"><span>✖</span> close</a> </div> <textarea class="hp-slideshow-share-url" rows="3" cols="70" spellcheck="false"></textarea> <div class="hp-slideshow-share-options"> <input class="hp-slideshow-share-current-slide" type="checkbox" value="" name="Current Slide"/> Current Slide </div> </div> </div> </div> <script type="text/javascript" charset="utf-8"> huff.use('jquery', function($) {; $('#hp-slideshow-wrapper-238884').HPAmazingSlider({ flexslider_settings : {}, slideshow_type : 'regular', slideshow_id : '238884', api_domain : 'https://web.archive.org/web/20160818061635/http://api.huffingtonpost.com:80/v1/' }); $( ".hp-ss-head-title-text" ).mouseover(function() { var charlength=(($(this).html().trim()).length); var width =($(this).html().length)*10; $(this).css('width',width+"px"); var leftindex="-"+(charlength+40)+"px"; if(charlength>45){ $(this).css('left',leftindex); } }); $( ".hp-ss-head-title-text" ).mouseout(function() { $(this).css('left','0px'); $(this).css('width','443px'); }); }); </script> <div style="clear:both;"></div> </div> </section> <!-- article_bottom ad --> <!-- Follow Tag Links Bottom --> <div class="follow bottom-tags"> <h2>More:</h2> <span class="group"> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/olympics/">Olympics</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/olympics-canada/">2016 Summer Olympics</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/olympics-2016/">2016 Summer Olympics</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/rio-olympics-2016/">2016 Summer Olympics</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/past-olympic-sports/">Past Olympic Sports</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/olympic-sports-present/">Olympic Sports Present</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/shocking-olympics/">Shocking Olympics</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/historical-olympics/">Historical Olympics</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/previous-olympics/">Previous Olympics</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/video/">Video</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/rugby-7s-olympics/">Rugby 7s Olympics</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/gold-olympics/">Gold Olympics</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/olympic-golf/">Olympic Golf</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/olympics-golf/">Olympics Golf</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/rio-2016/">Jeux Olympiques De Rio De Janeiro 2016</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/olympics-new-sports/">Olympics New Sports</a> </span> <span class="entrytag"> <a href="/web/20160818061635/http://www.huffingtonpost.ca/news/new-sports-olympics/">New Sports Olympics</a> </span> </span> </div> <!-- Contribute --> <section class="contribute group"> <h3><a id="submissions_send_correction" href="#">Suggest a correction</a></h3> </section> <!-- ads_submissions_captcha --> <!--end of content--> </footer> </article> <!-- ads_below_entry_recirc --> <div id="modulous_below_entry_recirc" class="ad_spot"> <div id="taboola-below-article-thumbnails" class="taboola hp-entry-you_may_like"></div> <div id="hp-more-gravity"></div> <script> (function(){ var c = document.getElementById('taboola-below-article-thumbnails'); c.id += '-' + Math.round(Math.random()*1e16); var taboolaParams = { loader: "https://web.archive.org/web/20160818061635/http://cdn.taboola.com/libtrc/huffingtonpost-ca/loader.js", mode: "alternating-thumbs-3r", container: c.id, placement: "Below Article Thumbnails", }; doTaboola(taboolaParams); }()); </script></div> <!-- Orbitz Module --> <!-- 4Wnet_feed Module --> <!-- ads_bottom_article_text --> <!-- Sailthru flyout --> <!-- Around the web --> <!-- Conversations --> <div id="floaterTarget"> <div id="conversations-huffpost-web"> <div class="clear"></div> <div style="margin:10px 0"> <div class="clear"> </div> </div> <a name="comments"></a> <div id="huffpost-web-fb-comments-opener" style="display: none;">Click here to view Conversations</div> <div id="huffpost-web-fb-comments"> <div class="related" style="padding-left:3px"> <h3 class=""><span class="text">Conversations</span></h3> </div> <div class="fb_comments"> <fb:comments colorscheme="light" width="570" href="http://www.huffingtonpost.ca/2016/08/12/past-olympic-sports_n_11434868.html"/> </div> <div class="clear_first"></div> </div> <script type="text/javascript"> var initializeFBPing = function() { // Attach the scroll event ping to send to data layer if (typeof window.bN_scrollTrack === 'function') { window.bN_scrollTrack('cmts_fb', '#huffpost-web-fb-comments'); } }; jQuery(window).bind('load', function(){ initializeFBPing(); }); </script> </div> </div> </div> <!-- right rail --> <section class="rail" data-beacon="{"p":{"mlid":"sidebar_right"}}"> <!-- ads_right_rail_flex --> <div id="modulous_right_rail_flex" class="ad_spot"> <script type="text/javascript"> if ( "function" === typeof(adSetSyncDelay) ) { adSetSyncDelay('125'); } </script> <div id="ad_right_rail_flex" class="ad_wrapper_top"><div id="adtech_right_rail_flex"></div> <script type="text/javascript"> (function(){ var adsDiv = document.getElementById('adtech_right_rail_flex'); adsDiv.id = adsDiv.id + Math.round(Math.random()*1e16); var adId = '93318737'; // Override adtech_call_type var delivery_type = "" || ""; var adtech_call_type = ""; switch (delivery_type) { case "by_request": adtech_call_type = "ajax"; break; case "text": adtech_call_type = "text"; break; case "iframe": adtech_call_type = "iframe"; break; case "iframe_proxy": adtech_call_type = "f"; break; case "collapsed": adtech_call_type = "fc"; break; default: adtech_call_type = "f"; break; } var args = [adId, 'RR', 'RR' , adtech_call_type]; if (typeof debugadcode == 'function') { debugadcode('AdTech', {placement: 'right_rail_flex', args: args}, adsDiv); } args.push(adsDiv); htmlAdWH.apply(this, args); adSetInView('0'); }()); </script></div></div> <!-- ads_text_sponsorship --> <!-- ads_right_rail_edit_promo --> <!-- HPIN unit --><section class="most-popular"> <div id="modulous_gravity_most_popular" class="ad_spot"> <h2 class="mp_title">Suggested For You</h2> <div class="mp_cycle"> <div id="grv-personalization-116"></div> </div> <script type="text/javascript"> //<![CDATA[ (function() { window.gravityInsightsParams = { 'type': 'content', 'action': '', 'site_guid': '72ef14275a4db480ac8010c74ede260c' }; var adServerReq, bUrl, cburl, doUseGravityUserGuid, includeJs, jq, pfurl, type, ug, wlPrefix, wlUrl, _ref, _ref1, _ref2; includeJs = function(a) { var b; b = document.createElement("script"); b.async = !0; b.src = a; a = document.getElementsByTagName("script")[0]; return a.parentNode.insertBefore(b, a) }; bUrl = ""; ug = (doUseGravityUserGuid = !0 === gravityInsightsParams.useGravityUserGuid ? 1 : 0) ? "" : gravityInsightsParams.user_guid || (null != (_ref = /grvinsights=([^;]+)/.exec(document.cookie)) ? _ref[1] : void 0) || ""; wlUrl = (wlPrefix = "https:" === location.protocol ? "https://web.archive.org/web/20160818061635/https://secure-api.gravity.com/v1/api/intelligence" : "https://web.archive.org/web/20160818061635/http://rma-api.gravity.com/v1/api/intelligence", jq = (null != (_ref1 = window.jQuery) ? null != (_ref2 = _ref1.fn) ? _ref2.jquery : void 0 : void 0) || "", type = "iframe", adServerReq = gravityInsightsParams.ad || "", cburl = gravityInsightsParams.cburl || "", pfurl = gravityInsightsParams.pfurl || "", "" + wlPrefix + "/wl?jq=" + jq + "&sg=" + gravityInsightsParams.site_guid + "&ug=" + ug + "&ugug=" + doUseGravityUserGuid + "&id=grv-personalization-116&pl=116" + ("&type=" + type + "&ad=" + adServerReq + "&cburl=") + encodeURIComponent(cburl) + "&pfurl=" + encodeURIComponent(pfurl) + ("&x=" + (new Date).getTime()) + ("undefined" !== typeof forceArticleIds && null !== forceArticleIds && forceArticleIds.join ? "&ai=" + forceArticleIds.join(",") : "") + ("undefined" !== typeof apids && null !== apids && "" !== apids ? "&apids=" + encodeURIComponent(apids) : "")); bUrl && includeJs(bUrl); wlUrl && (window.gravityInsightsParams.sidebar && (window.gravityInsightsParams.wlStartTime = (new Date).getTime()), includeJs(wlUrl)); })(); //]]> </script></div> </section> <section class="follow-huffpost" data-beacon="{"p":{"mnid":"mod-follow"}}"> <h2>FOLLOW HUFFPOST</h2> <ul class="untouched follow-links group"> <li class="email selected" data-beacon="{"p":{"lnid":"email"}}"> <button>Email</button> <div class="content"> <form class="subscribe"> <fieldset class="email"> <legend>Email Address</legend> <input id="subscribe_user_email" class="text" name="email" onfocus="if(this.value=='Email Address')this.value=''" value="Email Address" type="text"> <input type="checkbox" value="1" name="email_subscribe_check" class="email_subscribe_check" style="display:none;"/> <input type="hidden" name="vertical" value="canada-living"> <input class="button right_rail_signup" type="submit" value="Sign me up!"> <label class="signup_error" style="display:none;">Please check the checkbox to indicate your consent</label> <fieldset class="options"> <legend>Options</legend> <div class="item"> <input type="checkbox" class="list" id="daily-brief"> <label for="daily-brief">HuffPost Daily Brief</label> </div> <div class="item"> <input type="checkbox" class="list" id="vertical-brief"> <label for="vertical-brief">Living</label> </div> </fieldset> </fieldset> <p class="instructions"> Get top stories and blog posts emailed to me each day.. </p> </form> </div> </li> <li class="facebook" data-beacon="{"p":{"lnid":"fb"}}"> <button>Facebook</button> <div class="content off"> <ul> <li class="group"> <strong class="name">HuffPost</strong> <div class="share-button"> <div class="fb-like" data-href="http://www.facebook.com/HuffPostCanada" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false" data-colorscheme="light" data-font="arial" data-action="like" ref="" style="width: 100px"></div> </div> <br> <br> <strong class="name">Living</strong> <div class="share-button"> <div class="fb-like" data-href="http://www.facebook.com/HuffPostCanadaLiving" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false" data-colorscheme="light" data-font="trebuchet ms" data-action="like" ref="" style="width: 100px"></div> </div> </li> </ul> </div> </li> <li class="twitter" data-beacon="{"p":{"lnid":"twitter"}}"> <button>Twitter</button> <div class="content off"> <ul> <li class="group"> <div class="share-button"> <strong class="name">HuffPost</strong> <div class="share-button"> <a href="https://web.archive.org/web/20160818061635/https://twitter.com/HuffPostCanada" class="twitter-follow-button" data-show-screen-name="false" data-show-count="false" data-lang="en" data-width="100px">Follow</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//web.archive.org/web/20160818061635/http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </div><br> <strong class="name">Living</strong> <div class="share-button"> <a href="https://web.archive.org/web/20160818061635/https://twitter.com/HuffPostCaLiv" class="twitter-follow-button" data-show-screen-name="false" data-show-count="false" data-lang="en" data-width="100px">Follow</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//web.archive.org/web/20160818061635/http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </div> </li> </ul> </div> </li> <li class="google" data-beacon="{"p":{"lnid":"gplus"}}"> <button>Google Plus</button> <div class="content off"> <ul> <li class="group"> <strong class="name">HuffPost</strong> <div class="share-button"> <div class="g-plusone" data-annotation="bubble" data-size="medium" data-width="32" data-href="http://www.huffingtonpost.ca/"></div> </div><br> <strong class="name">Living</strong> <div class="share-button"> <div class="g-plusone" data-annotation="bubble" data-size="medium" data-width="32" data-href="http://www.huffingtonpost.ca/canada-living"></div> </div> </li> </ul> </div> </li> <li class="rss no-ad" data-beacon="{"p":{"lnid":"rss"}}"> <button>RSS</button> <div class="content off"> <ul> <li> <a href="/web/20160818061635/http://www.huffingtonpost.ca/feeds/verticals/canada/index.xml" class="name sprite">The Huffington Post</a> </li> <li> <a href="/web/20160818061635/http://www.huffingtonpost.ca/feeds/verticals/canada-living/index.xml" class="name sprite">Living</a> </li> <li> <a class="more" href="/web/20160818061635/http://www.huffingtonpost.ca/syndication/">All RSS / Feeds</a> </li> </ul> </div> </li> <li class="phone no-ad" data-beacon="{"p":{"lnid":"mobile"}}"> <button>Phone</button> <div class="content off"> <ul> <li> <a class="ios sprite" href="https://web.archive.org/web/20160818061635/http://itunes.apple.com/us/app/the-huffington-post/id306621789?mt=8" target="_blank">Available on the App Store</a> </li> <li> <a class="android sprite" href="https://web.archive.org/web/20160818061635/https://play.google.com/store/apps/details?id=com.huffingtonpost.android&hl=en" target="_blank">Android App on Google Play</a> </li> <li> <a class="blackberry sprite" href="https://web.archive.org/web/20160818061635/http://appworld.blackberry.com/webstore/content/19143/?countrycode=US&lang=en" target="_blank">Get it at Blackberry App World</a> </li> </ul> </div> </li> </ul> </section> <!-- ads_text_sponsorship --> <!-- ads_snn_234x60 --> <!-- ads_most_popular_edit_promo --> <!-- ads_sponsorship_2 --> <div id="modulous_sponsorship_2" class="ad_spot"> <div id="taboola-right-rail-thumbnails" class="taboola hp-entry-you_may_like"></div> <div id="hp-more-gravity"></div> <script> (function(){ var c = document.getElementById('taboola-right-rail-thumbnails'); c.id += '-' + Math.round(Math.random()*1e16); var taboolaParams = { loader: "https://web.archive.org/web/20160818061635/http://cdn.taboola.com/libtrc/huffingtonpost-ca/loader.js", mode: "alternating-thumbs-2r", container: c.id, placement: "Right Rail Thumbnails", }; doTaboola(taboolaParams); }()); </script></div> <!-- ads_lower_promo --> <!-- ads_right_rail_300x100_upper --> <!-- ads_right_rail_lower --> <!-- ads_btf_300x100 --> <div class="ad_lower_right_commercials_wrapper"> <!-- ads_right_rail_300x100_lower --> <!-- ads_text_sponsorship_2 --> <!-- ads_commercial_module --> <!-- ads_right_rail_300x250_lower --> </div> <script type="text/javascript"> try { var ad_els = jQuery("#ad_right_rail_300x250_lower"); var right_rail_el = jQuery(".rail"); if ( ad_els.length && right_rail_el.length ) { ad_els.bind("mouseover", function(){ if ( right_rail_el.hasClass("fix") ) { window.scrollTo(window.scrollX, window.scrollY - 1); } return; }); } } catch (e) { } </script> <script type="text/javascript"> jQuery( document ).ready(function( $ ) { jQuery('#ad_right_rail_flex').prepend("<span class='adflex'></span>"); jQuery('.adflex').append( __('Advertisement')); } ); </script> <style> #ad_right_rail_flex .adflex { color: #999; text-transform: uppercase; font-size: 9px; font-family: arial; padding-bottom: 4px; display: inline-block; padding-left: 2px; } .ad_wrapper_top { background: none !important; } </style> </section> </section> </section> <!-- END page_content --> <!-- page_footer --> <section class="footer"> <!-- Served from: production-mt-wfe-52-229.use1 --> <!-- ads_leaderboard_bottom --> <!-- visual footer --> <footer> <!-- Search Box --> <div class="search"> </div> <!-- Legal and Informational Links --> <menu class="links"> <ul class="group row1"> <li> <a href="https://web.archive.org/web/20160818061635/http://advertising.aol.com/brands/huffington-post">advertise</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/makehome/">make HuffPost your home page</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/syndication/">RSS</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/https://careers.smartrecruiters.com/Aol/huffington-post/">careers</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/p/frequently-asked-question.html">FAQ</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/p/huffingtonpostca-terms-and-con.html">user agreement</a> </li> </ul> <ul class="group row2"> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/p/huffingtonpostca-privacy-policy.html">privacy policy</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/p/community-guidelines-ca.html">comment policy</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.com/p/huffingtonpostca-about-us.html">about us</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://adinfo.aol.com/about-our-ads/">about our ads</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/contact/">contact us</a> </li> <li> <a href="https://web.archive.org/web/20160818061635/http://www.huffingtonpost.ca/archive/">Archive</a> </li> </ul> </menu> <!-- Legal Disclaimers --> <div class="legal"> <span class="copyright">Copyright ©2016 TheHuffingtonPost.com, Inc.</span> <span class="trademark"> "The Huffington Post" is a registered trademark of TheHuffingtonPost.com, Inc. All rights reserved. 2016© </span> </div> <div class="part-of">Part of <span class="part-of-group">AOL Lifestyle</span></div> </footer> </section> <!-- END page_footer --> <div id="tfm_skyscraper" class="top_right_skyscraper"></div> </div> <!-- ads_bottom_code_blocks --> <!-- ads_bottom_1x1 --> <div id="modulous_bottom_1x1" class="ad_spot"> <div class="vdb_player vdb_566907bee4b0f82be1064355545db032e4b0af1a81424b48" vdb_params="m.o2inline=inview&m.selector=article%20p&m.position=3"> <script type="text/javascript" src="//web.archive.org/web/20160818061635js_/http://delivery.vidible.tv/jsonp/pid=566907bee4b0f82be1064355/545db032e4b0af1a81424b48_bein.js?m.o2inline=inview&m.selector=article%20p&m.position=3"></script> </div><script type="text/javascript"> try { // Make sure the adsDevilAd object exists before putting your function on it window.adsDevilAd=window.adsDevilAd||{}; adsDevilAd.adinfo=function(n,d,w,h){ // n will be the ad number, we assume the LB ad is #1. // NOTE: d=divName if you'd rather use that. And w,h are width and height respectively. if (window.adsDevilAd.ad[1].aolFormat == "Wallpaper") { window.floater.destroy(); jQuery('#badges_v2_1').css('display','none !important'); } } // end function } catch (e) {} </script><script> _HPJS.loadJSLater('https://web.archive.org/web/20160818061635/http://s.skimresources.com/js/38395X1020959.skimlinks.js'); </script> </div> <!--modulous footer --> <script> window._taboola = window._taboola || []; _taboola.push({flush:true}); </script> <script> // Restrict Most Popular title to 2 lines (function() { if (!window.jQuery) { return; } var $mpt = jQuery('.mp_title'); if ($mpt.length == 0) return; function numLines($elem) { lh = parseFloat($elem.css('line-height').replace('px', '')); return Math.round($elem.height()/lh); } for (i=0; i<10 && numLines($mpt)>2; i++) { $mpt.css('font-size', '-=1'); } })(); </script> <!-- END modulous footer --> <div style="width:300px" id="ad_store_sharebox_260x60" class="ad_store "></div> <div id="console"></div> <script type="text/javascript"> if(HPAds.ad_check_page_config('sharebox_260x60'))HPAds.ad_store_push('sharebox_260x60', '', 300, false, false, false, false); HPAds.ad_store_move_to_place(false); HPAds.page_spots["sharebox_260x60"]=true; </script> <!-- Aol Universal Navbar module --> <!-- correction --> <style type="text/css"> span.error { margin-top: 0; display: none; } span.error.show { display: block; } .hp_blue_lb_head_subimage { text-align: center; } </style> <div style="display: none;"> <div id="lightbox"> <div class="content"> <div class="social_modal_content"> <div id="submissions_modal" class="sbm_modal"> <h4 id="submission_header" class="sbm_heading hd_title">Use this form to alert a HuffPost editor about a factual or typographical error in this story.</h4> <div id="submission_notify" class="sbm_notify">Notify message</div> <span class="required">* Required</span> <form id="submissions_form"> <input type="hidden" name="entry_id" value="11434868"> <div class="smb-line clearfix group"> <span class="sbm_asterisk ar_right">*</span> <input class="bordered" type="text" placeholder="Name" name="submission_name" id="submission_name" value=""> <span class="sbm_asterisk ar_right">*</span> <input class="bordered nomargin" type="text" placeholder="Email Address" name="submission_email" id="submission_email" value=""> </div> <div class="smb-line clearfix"> <span class="submission_name error"></span> <span class="submission_email error"></span> </div> <div class="sbm_fc"> <span class="sbm_l"><span class="sbm_asterisk">*</span> <strong>What kind of error is this?</strong></span> <select name="submission_error_kind" id="submission_error_kind" class="sbm_koe sbm_r"> <option value="">Choose an option</option> <option value="Factual or typographical">Factual or typographical</option> <option value="Comment moderation problem">Comment moderation problem</option> <option value="Rights and permissions">Rights and permissions</option> <option value="Other">Other</option> </select> </div> <div class="smb-line clearfix"> <span class="submission_error_kind error"></span> </div> <div class="sbm_fc"> <span class="sbm_l float_left"><span class="sbm_asterisk">*</span> What is the correction?</span> <span class="sbm_counter" id="sbm_counter">0 count</span> <div class="clear_first"></div> <textarea id="submission_body" class="basic sbm_textarea sbm_r arial_12" name="submission_body" rows="9" cols="22">Describe the error here (1,000 character limit)</textarea> </div> <div class="smb-line clearfix"> <span class="submission_body error"></span> </div> <div class="bottom_block clearfix"> <p class="small smb_note"> <span class="sbm_asterisk">*</span> Type the words below so we know you are not a cyborg </p> <!--captcha--> <div class="float_left recaptcha_nothad_incorrect_sol recaptcha_isnot_showing_audio" id="submission_recaptcha"> <!-- Insert PHP captcha code here --> </div> <!-- end captcha --> <div class="float_left" style="padding:20px; width: 227px;"> <input id="submission_opt_in" class="sbm_checkbox" name="submission_opt_in" type="checkbox"> <label for="submission_opt_in">Sign me up for The Huffington Post's Daily Brief</label> <br> <br> <div class="centered" id="submissions_bottom_area"> <input type="submit" value="Send" id="submission_submit" href="javascript:void(0);" class="button double-extra-large light-blue sbm_send"> </div> <div id="submission_ajax_loader" class="submission_ajax_loader"></div> </div> </div> </form> </div> </div> <div id="submission_thanks" class="sbm_thanks">Thanks for your report!</div> </div> </div> <!-- Tracking --> <!-- Nielson Feed --> <!-- BEGIN Nielsen Tracking --> <script type="text/javascript"> HPTrack.Services.trackTo(['Nielsen']); </script> <noscript> <img src="//web.archive.org/web/20160818061635im_/http://secure-us.imrworldwide.com/cgi-bin/m?ci=us-703240h&cg=0&cc=1&ts=noscript" width="1" height="1" alt=""/> </noscript> <!-- END Nielsen Tracking --> <!-- Webtrekk Feed --> <!-- Xiti Tracking --> <!-- VGWort Tracking --> <!-- quantcast Tracking --> <!-- Parsely Tracking --> <!-- START Parse.ly Include: Standard --> <div id="parsely-root" style="display: none"> <div id="parsely-cfg" data-parsely-site="huffingtonpost.ca"></div> </div> <script> (function(s, p, d) { var h=d.location.protocol, i=p+"-"+s, e=d.getElementById(i), r=d.getElementById(p+"-root"), u=h==="https:"?"d1z2jf7jlzjs58.cloudfront.net" :"static."+p+".com"; if (e) return; e = d.createElement(s); e.id = i; e.async = true; e.src = h+"//"+u+"/p.js"; r.appendChild(e); })("script", "parsely", document); </script> <!-- END Parse.ly Include --> <!-- END page_wrapper --> <!-- end RUM --> <script type="text/javascript">huff.use('conf', function(c){ c.set({"mtime":1471500995,"entry":"11434868","vertical":"canada-living","vertical-id":"79","vertical-name":"Canada Living","ads\/zone":"","topnav\/version":"2","cookie\/domain":"huffingtonpost.ca","websocket\/enabled":false,"websocket\/url":"fiji-production-ws.use1.huffpo.net","websocket\/init":false,"site_blog_id":22,"auth_secure_domain":"secure.huffingtonpost.com","auth_secure_protocol":"https","auth_method":"frame","static_secure_domain":"s-s.huffpost.com","images_secure_domain":"s-i.huffpost.com","images_secure_www_domain":"s-i.huffpost.com","social_tracking":true,"primary_vertical_id":-1,"primary_vertical_name":false,"primary_vertical_facebook_name":"HuffingtonPost","primary_vertical_twitter_name":"HuffingtonPost","current_vertical_facebook_name":"HuffingtonPost","current_vertical_twitter_name":"HuffingtonPost"}); });</script> <!-- RUM footer --> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"a2134792db","applicationID":"4028938","transactionName":"YFIDbEBYVhJYURBaXFkYIk1BTVcMFkIMXFZZXhkXaVxWFUtLORxQVhgiWVxYXAAZfg1FWllQ","queueTime":0,"applicationTime":355,"ttGuid":"","agentToken":"","atts":"TBUAGghCRRw=","errorBeacon":"bam.nr-data.net","agent":""}</script> <script type="text/javascript" src="https://web.archive.org/web/20160818061635js_/http://s1.huffpost.com/assets/js.php?v=1470760434&f=phoenix%2Feditions.js%2Clayouts%2F13.js%2Cphoenix%2Ffloating_share.js" async></script> <script> jQuery(document).foundation(); </script> </body> </html> <!-- FILE ARCHIVED ON 06:16:35 Aug 18, 2016 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 16:00:27 Nov 24, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.851 exclusion.robots: 0.04 exclusion.robots.policy: 0.023 esindex: 0.014 cdx.remote: 32.477 LoadShardBlock: 296.176 (3) PetaboxLoader3.datanode: 249.555 (4) PetaboxLoader3.resolve: 228.605 (2) load_resource: 231.607 -->