CINXE.COM

VIRAL: Εικόνες, Βίντεο, Τελευταίες Ειδήσεις

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- 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.gr'+$(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/gr/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/gr/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/gr/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/gr/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/gr/?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/gr/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/gr/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/gr/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/gr/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/gr'+$(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="is_facebook_client" value="0" /> <esi:choose> <esi:when test="$(HTTP_USER_AGENT) has 'facebookexternalhit' && $(REQUEST_PATH) has 'ogpublishing/'"> <esi:assign name="is_facebook_client" value="1" /> </esi:when> </esi:choose> <esi:choose> <esi:when test="$(is_facebook_client) == 0 && $(REQUEST_PATH) has 'ogpublishing/'"> $set_response_code(301) $add_header('Location', 'http://www.huffingtonpost.com/news/viral') </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> --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="el" lang="el" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/"> <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.gr:80/news/viral","20160816223821","https://web.archive.org/","web","/_static/", "1471387101"); </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 --> <link rel="alternate" media="only screen and (max-width: 640px)" href="https://web.archive.org/web/20160816223821/http://m.huffpost.com/gr/news/viral/"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/> <meta http-equiv="Content-Language" content="el_GR"/> <!-- core ad call for AOL AdTech International CMS SERVED--> <script type="text/javascript" src="https://web.archive.org/web/20160816223821js_/http://o.aolcdn.com/ads/adsWrapperIntl.js"></script> <!--end of ad call--> <script type="text/javascript"> adSetHtNm('adserver.adtech.de'); adSetNetId('1444.1'); adSetAdURL('http://' + ((document.domain && document.domain != '')?document.domain:'www.huffingtonpost.com') + ((location.port)?':'+location.port:'') + '/_uac/adpage.html'); </script> <link rel="search" type="application/opensearchdescription+xml" href="/web/20160816223821/http://www.huffingtonpost.gr/ie8search/opensearch.xml.php" title="Αναζήτηση HuffPost"/> <!--esi <esi:choose> <esi:when test="$(HTTP_USER_AGENT) has 'Windows NT 6.2'"> <esi:text> <meta name="msapplication-TileColor" content="#2D695A"/> <meta name="msapplication-TileImage" content="/images/windows8_pin_en.png"/> </esi:text> </esi:when> </esi:choose> <esi:choose> <esi:when test="$(HTTP_USER_AGENT) has 'Trident/5.0'"> <esi:text> <link rel="shortcut icon" href="/images/sitemode/verts/greece.ico" /> <meta name="msapplication-starturl" content="/greece/" /> <meta name="msapplication-task" content="name=Home;action-uri=http://www.huffingtonpost.com;icon-uri=/favicon.ico" /> <meta name="msapplication-task" content="name=Politics;action-uri=http://www.huffingtonpost.com/politics/;icon-uri=http://s.huffpost.com:80/images/sitemode/verts/politics.ico" /> <meta name="msapplication-task" content="name=Business;action-uri=http://www.huffingtonpost.com/business/;icon-uri=http://s.huffpost.com:80/images/sitemode/verts/business.ico" /> <meta name="msapplication-task" content="name=Media;action-uri=http://www.huffingtonpost.com/media/;icon-uri=http://s.huffpost.com:80/images/sitemode/verts/media.ico" /> <meta name="msapplication-task" content="name=Entertainment;action-uri=http://www.huffingtonpost.com/entertainment/;icon-uri=http://s.huffpost.com:80/images/sitemode/verts/entertainment.ico" /> <meta name="msapplication-task" content="name=Sports;action-uri=http://www.huffingtonpost.com/sports/;icon-uri=http://s.huffpost.com:80/images/sitemode/verts/sports.ico" /> <meta name="msapplication-task" content="name=Comedy;action-uri=http://www.huffingtonpost.com/comedy/;icon-uri=http://s.huffpost.com:80/images/sitemode/verts/comedy.ico" /> </esi:text> </esi:when> <esi:otherwise> <esi:text> <link rel="shortcut icon" href="/favicon.ico" /></esi:text> </esi:otherwise> </esi:choose> --> <link rel="canonical" href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/"/> <link rel="alternate" hreflang="el" href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/"/> <link rel="alternate" href="https://web.archive.org/web/20160816223821/android-app://com.huffingtonpost.android/http/www.huffingtonpost.gr/news/gr-viral/"/> <meta property="fb:app_id" content="341529869337643"/> <meta property="og:type" content="blog"/> <meta property="og:title" content="VIRAL: Εικόνες, Βίντεο, Τελευταίες Ειδήσεις"/><meta property="og:image" content="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4605114/images/s-MIR-MINE-mini.jpg"/><meta property="og:url" content="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/"/> <meta name="description" content="Μεγάλες Ειδήσεις σχετικά με VIRAL. Περιλαμβάνει μπλογκ, ειδήσεις και συζητήσεις της κοινότητας σχετικά με VIRAL."/> <meta property="article:publisher" content="https://www.facebook.com/HuffPostGreece"/> <meta property="article:section" content="Greece"/> <title>VIRAL: Εικόνες, Βίντεο, Τελευταίες Ειδήσεις</title> <link rel="stylesheet" href="https://web.archive.org/web/20160816223821cs_/http://s.huffpost.com/assets/css.php?v=1470760434&amp;f=verticals%2Fgreece.css%2Ctopnav_new%2Fmodule.edition_nav.css%2Cpage_type%2Fbignews-old.css%2Cpage_type%2Fbignews-classicblog-seo.css%2Cbasic.css%2Cmasthead.css%2Call_pages.css%2Cmaster.css%2Cbuttons.css%2Chp_modules%2Fmodule.photo_galleries.css%2Cprofiles.css%2Cadd%2Finner.css%2Chp_modules%2Fmodule.threeup.css%2Cemail_share.css%2Ccommercial.css" type="text/css" media="screen"/><link rel="stylesheet" href="https://web.archive.org/web/20160816223821cs_/http://s.huffpost.com/assets/css.php?v=1470760434&amp;f=site_promo.css%2Cpoll_like.css%2Csearch_autocomplete.css%2Csocial-navbar.css%2Chighlights.css%2Chp_modules%2Fmodule.apps_feeds.css%2Chufflists.css%2Cdirect_message.css%2Cshare_boxes.css%2Cbadges_v2.css%2Csharer.css%2Chp_modules%2Fmodule.snn_entry_inside.css%2Chp_modules%2Fmodule.most_popular_social.css%2Chp_modules%2Ffacebook.css%2Chp_modules%2Fmodule.most_popular_celebrity.css%2Cuser_levels.css%2Cverticals%2Fcolor_scheme.css%2Ctwitter.css%2Cbing.css" type="text/css" media="screen"/><link rel="stylesheet" href="https://web.archive.org/web/20160816223821cs_/http://s.huffpost.com/assets/css.php?v=1470760434&amp;f=submissions.css%2Chp_modules%2Fmodule.bubble.css%2Chp_modules%2Fmodule.sponsor-widgets.css%2Chp_modules%2Fgeneral.css%2Chp_modules%2Fmodule.fb_like_button.css%2Cfeatured-posts.css%2Clogos.css%2Ccomments.css%2Cmod-follow.css" type="text/css" media="screen"/><link rel="stylesheet" href="https://web.archive.org/web/20160816223821cs_/http://s.huffpost.com/assets/css.php?v=1470760434&amp;f=floating_share.css%2Ctweetable.css%2Csnp_friends.css%2Csnn-header.css%2Csignup_modal.css%2Chuff_promo.css%2Cmodal_window.css%2Cfonts%2Fopensans-condbold%2Fstylesheet.css%2Cpage_type%2Fbnpages.css%2Ctopnav_new%2Ftop_nav.css" type="text/css" media="screen"/> <!--esi <esi:choose><esi:when test="$(HTTP_USER_AGENT{'browser'})=='MSIE' & $(HTTP_USER_AGENT{'version'}) matches '^6\.[0-9]+' & !($(HTTP_USER_AGENT) has_i 'Trident')"><link rel="stylesheet" href="http://s.huffpost.com/assets/css.php?v=1470760434&f=ie.css%2Cie6.css%2Cconversations%2Fapp.css" type="text/css" media="screen" /></esi:when></esi:choose> --> <!--esi <esi:choose><esi:when test="$(HTTP_USER_AGENT{'browser'})=='MSIE' & $(HTTP_USER_AGENT{'version'}) matches '^7\.[0-9]+' & !($(HTTP_USER_AGENT) has_i 'Trident')"><link rel="stylesheet" href="http://s.huffpost.com/assets/css.php?v=1470760434&f=ie.css%2Cie7.css%2Cconversations%2Fapp.css%2Cconversations%2Fie.css" type="text/css" media="screen" /></esi:when></esi:choose> --> <!--esi <esi:choose><esi:when test="$(HTTP_USER_AGENT) has_i 'Trident/4.0'"><link rel="stylesheet" href="http://s.huffpost.com/assets/css.php?v=1470760434&f=ie.css%2Cie8.css%2Cconversations%2Fapp.css%2Cconversations%2Fie.css" type="text/css" media="screen" /></esi:when></esi:choose> --> <!--esi <esi:choose><esi:when test="$(HTTP_USER_AGENT) has_i 'Trident/5.0'"><link rel="stylesheet" href="http://s.huffpost.com/assets/css.php?v=1470760434&f=ie9.css" type="text/css" media="screen" /></esi:when></esi:choose> --> <!--esi <esi:choose><esi:when test="$(HTTP_USER_AGENT{'browser'})=='MSIE' & $(HTTP_USER_AGENT{'version'}) matches '^7\.[0-9]+' & !($(HTTP_USER_AGENT) has_i 'Trident')"><link rel="stylesheet" href="http://s.huffpost.com/assets/css.php?v=1470760434&f=topnav_new%2Fie7.css" type="text/css" media="screen" /></esi:when></esi:choose> --><!--esi <esi:choose><esi:when test="$(HTTP_USER_AGENT) has_i 'Trident/4.0'"><link rel="stylesheet" href="http://s.huffpost.com/assets/css.php?v=1470760434&f=topnav_new%2Fie8.css" type="text/css" media="screen" /></esi:when></esi:choose> --><!--esi <esi:choose><esi:when test="$(HTTP_USER_AGENT) has_i 'Trident/5.0'"><link rel="stylesheet" href="http://s.huffpost.com/assets/css.php?v=1470760434&f=topnav_new%2Fie9.css" type="text/css" media="screen" /></esi:when></esi:choose> --> <script type="text/javascript" id="ean-native-embed-tag" src="//web.archive.org/web/20160816223821js_/http://cdn.elasticad.net/native/serve/js/nativeEmbed.gz.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20160816223821js_/http://s.huffpost.com/assets/js.php?v=1470760434&amp;f=yui.js%2Cjquery.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20160816223821js_/http://s.huffpost.com/assets/js.php?v=1470760434&amp;f=jquery%2Fjquery.I18N.js%2Clocale%2Fel_GR%2Fpublic.js%2Csprintf-0.7.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20160816223821js_/http://s.huffpost.com/assets/js.php?v=1470760434&amp;f=huff.js%2Cmodules%2Fconnect_xd.js%2Chp_config.js%2Chp_app.js%2Chp_plugins_default.js%2Chp_plugins_default_yui.js%2Chp_init.js%2Cjquery%2Fjquery.backgroundPosition.js%2Cjquery%2Fjquery.mousewheel-min.js%2Cscroll-track.js%2Ccookiesmin.js%2Cjsonmin.js%2Chp_track.js%2Chp_util.js%2Chp_browser.js%2Cget_font.js%2Cpreload_topnav_font.js%2C_tmp%2Fcommon.js%2C_tmp%2Ffloating_promt.js%2C_tmp%2Fevent_module.js%2C_tmp%2Fdoc_status.js%2C_tmp%2Fview_tracker.js%2C_tmp%2Fclick_tracker.js%2C_tmp%2Fslider.js%2C_tmp%2Fstructured_image.js%2C_tmp%2Fcommon_paginator.js%2C_tmp%2Fcurtain.js%2C_tmp%2Fpaginator.js%2C_tmp%2Fon_focus_timer.js%2C_tmp%2Fhp_ads.js%2C_tmp%2Ftwitter_util.js%2C_tmp%2Faol_search.js%2C_tmp%2Felection_widgets.js%2C_tmp%2Fhot_keys.js%2C_tmp%2Fmodal.js%2C_tmp%2Fuser_poll.js%2C_tmp%2Fquick_snp.js%2C_tmp%2Fquick_login.js%2C_tmp%2Fquick_facebook_invite.js%2C_tmp%2Ffan_action.js%2C_tmp%2Fquick_subscribe_user.js%2C_tmp%2Fquick_signup.js%2C_tmp%2Fquick_fan.js%2C_tmp%2Fsay_it.js%2C_tmp%2Fquick_contribute.js%2C_tmp%2Flightbox_search.js%2C_tmp%2Femail_alerts.js%2Cprovider.js%2Cposts.js%2Cshare.js%2Chuff_promo.js%2Cjquery%2Fcolor.jquery.js%2Cflashobjectmin.js%2Clazyload-min.js%2Cfacebook.js%2Csnproject.js%2Csnn_module.js%2Cuser.js%2Chp_message.js%2Csocial_friends.js%2Cuser%2Frecommendations.js%2Csubmissions.js%2Chp_liveblog.js%2Cmodules%2Fhpimagecrop.js%2Cjquery%2Fjquery.inview.min.js%2Cmod-follow.js%2Cconversations%2Fbootstrap.js%2C_social%2Ffloating_share.js%2C_social%2Ftweetable.js%2Cpopup_manager.js%2Cbadges_v2.js%2Csharer.js%2Cuser_levels.js%2Cpopup.js%2Chuffconnect.js%2Cconnect_overview.js%2Cbing.js%2Chptwitter_anywhere.js%2Chptwitter.js%2Csitemode.js%2Csearch_focus.js%2C_front%2Ftopnav_new.js"></script> <script type="text/javascript">huff.v()</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"> jQuery.getScript('https://web.archive.org/web/20160816223821/http://s.huffpost.com/assets/js.php?v=1470760434&f=jquery%2Fui%2Fjquery.ui.core.min.js%2Cjquery%2Fui%2Fjquery.ui.widget.min.js%2Cjquery%2Fui%2Fjquery.ui.position.min.js%2Cjquery%2Fui%2Fjquery.ui.autocomplete.min.js', function(){ huff.emit('ready'); }); </script> <script type="text/javascript"> // common modules huff.use('conf', 'modal', 'image', 'layout', 'cookies', 'user', 'track', 'common', 'promo'); // bpage modules huff.use('app-feeds', 'front/quickread', 'front/bignews', 'bpage/threeup', 'bpage'); </script> <script type="text/javascript"> HPConfig.comments_update_interval = 200000; HPConfig.comments_update_for_all_users = false; HPConfig.user_show_levels_and_badges_disabled = false; </script> <link rel="alternate" href="https://web.archive.org/web/20160816223821/ios-app://306621789/huffpostnews/?editionID=gr§ionName=viral§ionTitle=Viral§ionType=tag"/> <script type="text/javascript"> HPFB.api_key = "341529869337643"; HPFB.app_id = "341529869337643"; HPFB.app_namespace = "FACEBOOK_APP_NAMESPACE"; </script> <!--commercial var declaration for GE wellness campaign--> <script type="text/javascript">var feedKeyword = "Wellness";</script> <script type="text/javascript"> HPAds.full_page_config = {"flights":[{"mode":"all_but","name":"devil","spots":["left_lower"]}]}; HPAds.current_platform = "desktop"; </script> <script type="text/javascript"> commercial_video = { "site_and_category":"greece.news", "package":"" }; </script> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script><!-- tacProp object --> <script type="text/javascript"> tacProp={vert:"Greece",tags:"kvpagetype=big_news:atf:desktop;kvbn=viral;kvvert=news;"}; 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><!-- end of tacProp object --> <!--end of GE code--> <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> --> <!-- Taboola loader --> <script type="text/javascript"> if (typeof __taboola_params !== 'undefined'){ window._taboola = window._taboola || []; _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], __taboola_params[2].loader); } </script> <!-- Ad Test And Targeting JS --> <!-- Parsely header code start --> <script type="application/ld+json"> { "@context": "https://web.archive.org/web/20160816223821/http://schema.org", "@type": "webpage" } </script><!-- Parsely header code end --> </head> <body id="news" class="bpage_body loadimages greece el_GR"> <div id="view_mobile_banner" style="display: none; min-width: 1000px; width: 100%; height: 105px; background: url(/web/20160816223821im_/http://www.huffingtonpost.gr/images/mobile/view-mobile-bkg.png);background-size: cover; text-align: center;"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/viral?m=true" style="color: #FFF; font-size: 40px; display: inline-block; padding-top: 18px; text-transform: uppercase; width: 100%; height: 105px;"> <img src="/web/20160816223821im_/http://www.huffingtonpost.gr/images/mobile/view-mobile-icon.png" style="height: 68px; margin-bottom: -16px;"/> Προβολή της κινητής έκδοσης </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> <div id="ad_top_1x1" class="ad_wrapper"><style type="text/css"> .top_nav_menu ul>li.n_all_sections{display: none !important;} #ad_curtain { text-align: center; } #hp_cconsent { z-index: 1; position: relative; } </style></div><div id="ad_top_1x1" class="ad_wrapper"><script type="text/javascript"> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') + '//web.archive.org/web/20160816223821/http://www.googletagservices.com/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); })(); googletag.cmd.push(function() { googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(true); googletag.enableServices(); }); </script> <div id="greece_dfp_skin"></div> <div id="greece_dfp_prestitial"></div></div><div id="ad_top_1x1" class="ad_wrapper"><style type="text/css">.bpage_body #big_news_content .big-news-pages{font-size: 35px !important;}</style></div><div id="ad_top_1x1" class="ad_wrapper"><style type="text/css">#sidebar_right #most_popular_bpages{display: none !important;}</style></div><div id="ad_top_1x1" class="ad_wrapper"><script type="text/javascript"> googletag.cmd.push(function() { googletag.defineSlot('/4834629/Viral_skin_Huffpost', [1,1], 'greece_dfp_skin').addService(googletag.pubads()); }); </script></div><div id="ad_top_1x1" class="ad_wrapper"><style> #threeup_top_wrapper {display: none !important;} </style></div><div id="ad_top_1x1" class="ad_wrapper"><style> body#news.hpsn.us_body #threeup_top_wrapper {display: none !important;} </style></div><div id="ad_top_1x1_rotating" class="ad_wrapper"><script> googletag.cmd.push(function() { googletag.defineSlot('/4834629/Huffpost_ROS_Prestitial', [1, 1], 'greece_dfp_prestitial').addService(googletag.pubads()); }); </script> </div> <!-- current domain: huffingtonpost.gr --> <div id="anywhere_block"></div> <script type="text/javascript">TwitterAnywhere.anywhere();</script> <script type="text/javascript"> HPConfig.enable_fb_widgets = 1; HPConfig.current_vertical_name = 'greece'; HPConfig.current_vertical_id = 138; HPConfig.current_web_address = "www.huffingtonpost.gr"; HPConfig.current_uri = "/news/viral"; HPConfig.entry_bitly_url = ""; HPConfig.hp_static_domain = "s.huffpost.com"; HPConfig.inst_type = "prod"; HPConfig.timestamp_for_clearing_js = "0"; HPConfig.slideshow_individual_slide_link = false; // by default HPConfig.slideshow_mode = "0"; HPConfig.slideshow_type = ""; HPConfig.slideshow_id = 0; HPConfig.wide_format = 0; HPConfig.entry_id = false; HPConfig.blog_id = 0; HPConfig.entry_design = ""; HPConfig.display_domain = "i.huffpost.com"; HPConfig.page_type = "bpage"; HPConfig.twitter_signature = "@HuffPostGreece"; HPConfig.current_vertical_color = '#058b7b'; HPConfig.current_vertical_color_light = ''; HPConfig.entry_tags = new Array(''); HPConfig.huffsite = "www.huffingtonpost.com"; HPConfig.fb_lang = "en_US"; HPConfig.googleplus_lang = "en-US"; HPConfig.allow_comments = 1; HPConfig.site='greece'; //Synchronise the user login status on multi-domain with huffingtonpost.com window.XDAuth && XDAuth.syncLocalWithRemote(); HPConfig.recaptcha_key = "6Ld6ZcISAAAAAIhkL02obhQNn6tdW47W-t-HcPAO"; 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.entry_expanded = 0; HPConfig.page_data = { type:0, id:'MentMUJiTH4=' } HPConfig.terms_link = "https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/terms.html"; HPConfig.privacy_link = "https://web.archive.org/web/20160816223821/http://privacy.aol.com/"; HPConfig.fb_page_id = "1435774093378846"; HPConfig.fb_vertical_name = "Greece"; HPConfig.fb_vertical_handle = "HuffPostGreece"; </script> <script type="text/javascript"> HPConfig.fb_recom_version = 2; HPConfig.most_popular_version = 3; </script> <div id="fb-root"></div> <!--esi <esi:choose> <esi:when test="$(HTTP_USER_AGENT) has 'MSIE 6'"> <esi:text> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script> <style> .chromeFrameOverlayContent { margin-top:-200px; } </style> <script> // You may want to place these lines inside an onload handler CFInstall.check({ mode: "overlay", destination: "http://www.huffingtonpost.com" }); </script> </esi:text> </esi:when> </esi:choose> --> <script> HPFB.init(); </script> <div id="_snp_tracking" style="width:0px; height:0px;"></div> <div id="_stats_tracking" style="width:0px; height:0px;"></div> <script type="text/javascript"> var zone_info = "greece.news/viral"; </script> <div id="mobile_promo"></div> <!-- snp module skinning --> <!-- /snp module skinning --> <script type="text/javascript"> var _gaq = _gaq || []; HPTrack.async = true; HPTrack.gaUpgrade = true; (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//web.archive.org/web/20160816223821/http://www.google-analytics.com/analytics.js','__gaTracker'); HPTrack.getTracker('UA-55534474-1'); HPTrack.trackPageview(); bN_cfg = { h: location.hostname, p: {"dL_ch":"gr.hpmg","dL_flid":"_","dL_dpt":"big_news","dL_blogID":10,"a_type":"big-news","a_value":"gr-viral","cobrand":"HuffPost","dL_vid":"video_novideo"} }; 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 = 'gr.hpmg'; s_265.linkInternalFilters = 'javascript:,huffingtonpost.gr'; s_265.prop16 = 'page'; s_265.prop1 = 'big_news'; s_265.prop62 = 'video_novideo'; s_265.pageName = "big_news | " + document.title; s_265.prop12 = "" + document.URL.split('?')[0]; s_265.prop18 = 'gr-viral'; s_265.t(); } s_265_account ="aolgrhuffpo,aolgr"; (function(d){ var s = d.createElement('script'); s.src = "https://web.archive.org/web/20160816223821/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> <!-- Modal --> <div id="huff_modal_common" class="light_box_modal" style="visibility: hidden;"> <div id="huff_modal_common_inner" class="light_box_modal_inner"> <img src="/web/20160816223821im_/http://www.huffingtonpost.gr/images/lightbox/loading.gif" class="block margin_auto" width="24" height="24" alt=""> </div> </div> <!-- /Modal --> <!-- SNN Modal --> <div id="huff_snn_modal_common" class="light_box_modal" style="visibility: hidden;"> <div class="huffpo_lightbox_wrapper blue_bg corners_15px"><div class="inner-wrapper white_bg corners_10px"> <div id="lightbox_header"> <div class="huffpo_logo_lightbox"> <img src="https://web.archive.org/web/20160816223821im_/http://s.huffpost.com/images/social-profile/lightbox/huffpo_logo_lightbox.png" width="368" height="36" alt=""/> </div> <div class="huffpo_snn_close_link"> <a class="huff_snn_modal_common_close" id="huff_snn_modal_common_close" href="#" onclick="HuffConnect.hideModal(); return false;"></a> </div> <br/> <div class="huffpo_snn_hr"></div> </div> <div id="huffpo_snn_is_loading" style="width:100%; text-align:center;"><img width="32" height="32" src="https://web.archive.org/web/20160816223821im_/http://s.huffpost.com/images/loader.gif" alt=""/></div> <div id="huff_snn_modal_common_inner"></div> <div class="clear"></div> </div></div> </div> <!-- end SNN Modal --> <!-- Modal --> <div id="huff_modal" class="quickread" style="visibility: hidden;"> <div id="modal_inner"> <div> <a href="/web/20160816223821/http://www.huffingtonpost.gr/" onclick="QV.hideMask(); return false;" class="close_quickread_modal"></a> <div id="quickread_head_tip" class="hp-qread uppercase arial_11 bold">HuffPost's QuickRead...</div> </div> <!--'--> <div class="clear"></div> <div class="content"> <div id="qr_tab_read" class="qr_tab"> <div id="qr_tab_read_col1" class="column first"> <img class="spinner" alt="" src="https://web.archive.org/web/20160816223821im_/http://s.huffpost.com/images/quickview/gear_animation.gif" width="32" height="32"/> </div> <div class="column last"> <div class="ad_block ad_wide top"> </div> </div> <div class="clear"></div> </div> <div id="qr_tab_share" class="qr_tab" style="display: none;"> <script type="text/javascript"> ShareBox.ad = function (tag_id) { ad_spec = { "zone_info": "greece.news/viral", "ord": 1471387101, "tile": 3, "width": 300, "height": 250, "el_id": tag_id + "_js", "class_name": "ad_block ad_wide top", "type": "iframe" } HuffPoUtil.WEDGJE.write(ad_spec, tag_id); }; </script> <div id="share_tools_loader">Φόρτωση...</div> <div id="share_tools" class="display_none"></div> <script type="text/javascript" charset="utf-8"> ShareBox.set_email_class(); var CommentPoller = { check: function(entry_id) { if (document.getElementById('lastComment')) { var last=document.getElementById('lastComment').innerHTML; Comments.addCommentMy(entry_id, last, 0); } setTimeout("CommentPoller.check();", 30000); } } CommentPoller.check(); /* ShareBox.ad("ad_email"); */ </script> </div> <div id="qr_tab_news" class="qr_tab" style="display: none;"> <div id="qr_tab_news_col1" class="column first"> <img class="spinner" alt="" src="https://web.archive.org/web/20160816223821im_/http://s.huffpost.com/images/quickview/gear_animation.gif" width="32" height="32"/> </div> <div id="qr_tab_news_col2" class="column last"></div> </div> <div class="clear"></div> </div> <div id="modal_footer"> <div class="float_left main_img_prev_arrow" onclick="QV.prev()"></div> <div id="modal_footer_container" class="float_left"></div> <div class="float_left main_img_next_arrow" onclick="QV.next()"></div> </div> </div> </div> <!-- /Modal --> <div id="wrapper"> <!-- HEADER Begin --> <!-- big-news navigation --> <div class="big-news-container relative" id="topnav_big_news_module" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;topnav_big_news_module&quot;,&quot;mlid&quot;:&quot;topnav_bignews&quot;}}"> <div id="big_news_update"> <ul class="big_news_ontop"> <li><a href="/web/20160816223821/http://www.huffingtonpost.gr/news/oikonomia/" class="big_news_item bn_v_greece" onclick="HPTrack.trackPageview('/t/a/topnav_bignews/v2');">ΟΙΚΟΝΟΜΙΑ</a></li><li><a href="/web/20160816223821/http://www.huffingtonpost.gr/news/diethnes/" class="big_news_item bn_v_greece" onclick="HPTrack.trackPageview('/t/a/topnav_bignews/v2');">ΔΙΕΘΝΕΣ</a></li><li><a href="/web/20160816223821/http://www.huffingtonpost.gr/news/athletismos/" class="big_news_item bn_v_greece" onclick="HPTrack.trackPageview('/t/a/topnav_bignews/v2');">ΑΘΛΗΤΙΣΜΟΣ</a></li><li><a href="/web/20160816223821/http://www.huffingtonpost.gr/news/viral/" class="big_news_item bn_v_brazil" onclick="HPTrack.trackPageview('/t/a/topnav_bignews/v2');">VIRAL</a></li></ul> </div> <div class="more_in_bignews"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/big-news/#greece" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bgNewsMore&quot;}}" onclick="HPTrack.trackPageview('/t/a/topnav_bignews/v2');">Περισσότερα</a> </div> <div class="clear"></div> </div> <div class="hp_auth" id="hp_auth"> <div id="not_logged_user" class="login"> <span class="hidden"><button class="hp_desktop_alerts">Desktop Alerts</button></span> </div> <script type="text/javascript"> HPUtil && HPUtil.updateNavByReferrer(); </script> <div id="wendybird_user" class="absolute display_none"> <ul class="user-nav no-select"> <li class="wendybird_user_data"> <div class="clearfix display_none" id="avatar_logged_in"></div> <div class="arrow-user-active" style="border-top-color: #058b7b;"></div> <ul class="dropdown popup"> <li><a href="/web/20160816223821/http://www.huffingtonpost.gr/social/" class="profile">Προφίλ</a></li> <li><a href="/web/20160816223821/http://www.huffingtonpost.gr/users/preferences/">Ρυθμίσεις</a></li> <li> <a href="/web/20160816223821/http://www.huffingtonpost.gr/users/logout/?referer=%2F" onclick="QuickLogin.SocialLogout('/users/logout/?referer=%2F'); return false;"> Αποσύνδεση </a> </li> </ul> </li> </ul> </div> </div> <div class="wrapper_h clearfix"> <div class="modal_inner topnav_margin_btm" id="topnav_margin_btm"></div> <style type="text/css">#topnav_margin_btm { margin:0 !important }</style><div id="ad_leaderboard_flex" class="ad_wrapper_ news_modal_inner"><script type="text/javascript"> (function() { try { var default_mn = '5809657'; var bnps_to_mns = { 'culture': '5809658' , 'diethnes': '5809665' , 'koinonia': '5809652' , 'life': '5809649' , 'oikonomia': '5809651' , 'politiki': '5809654' , 'gr-tech': '5809653' , 'tech': '5809653' , 'viral': '5809650' , 'eyeia': '5809666' , 'gefsi': '5809656' , 'paideia': '5809656' }; /**/ var current_bnp = (document.location.href.match(/(news)\/([-a-zA-Z]*)/) || [])[2] || ''; if ( current_bnp !== "" && HPAds.ad_check_page_config('leaderboard_flex') ) { var adId = bnps_to_mns[current_bnp] || default_mn; window.console && window.console.log("MN:" + adId); htmlAdWH(adId, "lb", "970","250"); var debugadcode = ""; document.write(debugadcode); } } catch(e) { window.console && window.console.debug(e.message) } })(); </script></div><script type="text/javascript">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 class="white_bg_important "> <div class="mastheader relative"> <div class="ad_728_90b_index_fix"> </div> <div><center> <!-- new place for header - START --> </center> <div class="clear"></div> <!-- Placeholder for promo on entry --> <div id="huff_promo_space"></div> <!-- new place for header - END --> </div> <div class="clear"></div> <div id="logo" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;logo&quot;,&quot;mlid&quot;:&quot;masthead&quot;}}" class="data center georgia_12 margin_top_7 color_666666"> <span id="bnpmastdate"> 17 Αυγούστου 2016 </span> <h1 class="margin_top_7"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/"> <img src="https://web.archive.org/web/20160816223821im_/http://www.huffingtonpost.com/uploaded/tags/gr-viral.png?1416422535" alt="VIRAL"/> </a> </h1> </div> <script type="text/javascript"> // google+ huff.use('google', function(g) { g.init(); }); // load the widgets.js file asynchronously 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/20160816223821/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")); </script> <div class="clearfix margin_top_5 margin_right_10 margin_left_15 social_search_panel margin_bottom_5"> <div class="float_left edition_holder"> <div id="edition_nav" class="arial_11 float_left relative edition_nav"> <div class="edition">Εκδοση: <strong>GR</strong> <span class="arrow-down"></span></div> <div class="absolute edition_nav_list"> <ul> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=AR"> <span>AR</span> عربي (Arabic) </a> </li> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=AU"> <span>AU</span> Australia </a> </li> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=BR"> <span>BR</span> Brasil </a> </li> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=CA"> <span>CA</span> Canada </a> </li> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=DE"> <span>DE</span> Deutschland </a> </li> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=ES"> <span>ES</span> Espa&ntilde;a </a> </li> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=FR"> <span>FR</span> France </a> </li> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=GR"> <span>GR</span> Ελλάδα (Greece) </a> </li> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=IN"> <span>IN</span> India </a> </li> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=IT"> <span>IT</span> Italia </a> </li> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=JP"> <span>JP</span> &#26085;&#26412; (Japan) </a> </li> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=KR"> <span>KR</span> &#54620;&#44397; (Korea) </a> </li> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=MG"> <span>MG</span> Maghreb </a> </li> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=UK"> <span>UK</span> United Kingdom </a> </li> <li> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.com/?country=US"> <span>US</span> United States </a> </li> </ul> </div> </div> <script type="text/javascript"> (function($) { var timer; $("#edition_nav, #region_nav").click(function() { $(this).toggleClass("edition_nav_selected"); }).mouseleave(function(){ var e = $(this); timer && clearTimeout(timer); timer = setTimeout(function(){ e.hasClass('edition_nav_selected') && e.removeClass('edition_nav_selected') }, 1000); }).mouseenter(function(){ timer && clearTimeout(timer); }); })(jQuery); </script> </div> <!-- hide on social profile --> <div class="bnpage_vertical_fb_like social_list float_right"> <table> <tr> <td><div class="fb-like" data-href="http://www.facebook.com/HuffPostGreece" data-send="false" data-layout="button_count" data-width="95" data-show-faces="false" data-colorscheme="light" data-font="trebuchet ms" data-action="like" ref="" style="width: 95px" hp_track="Vertical Page"></div><script type="text/javascript"> jQuery('#fb_like_vertical').mouseenter(function() { var html = "<div id=\"fb-tooltip\" class=\"fb-tooltip-main\"><div class=\"fb-tooltip-wrapper\"><span>Ακολουθήστε μας στο Facebook</span><br/>Λάβετε ενημερώσεις από HuffPost Greece αναρτήθηκε απευθείας στην Τροφοδοσία Ειδήσεων.<div class=\"corner\"><div class=\"first\"></div><div class=\"second\"></div></div></div></div>"; var coords = [-5, -78]; if( HPConfig.current_vertical_name == 'homepage' ) { coords = [-5, -70]; } else if( HPConfig.current_vertical_name == 'mapquest' ) { coords = [-5, -68]; } FloatingPrompt.embed(this, html, undefined, 'top', {fp_intersects:1, timeout_remove:2000,ignore_arrow: true, width:236, add_xy:coords, class_name: 'clear-overlay'}); }); </script> </td> <td> <span data-placement="Header/Greece"> <a href="https://web.archive.org/web/20160816223821/https://twitter.com/HuffPostGreece" class="twitter-follow-button" data-show-screen-name="false" data-show-count="false" data-lang="el" data-width="70px">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/20160816223821/http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </span> </td> <td> <div class="g-plusone" data-annotation="none" data-size="medium" data-width="32" data-href="http://www.huffingtonpost.gr/greece"></div> </td> </tr> </table> </div> <!-- Top nav --> <div class="search-huffpost float_left"> </div> </div> <script type="text/javascript"> HPUtil.initUserNavStatus(false); </script> </div> <!-- HEADER End --> <div id="top_nav" class="top_nav_menu"> <div id="topnav_top" class="topnav_first_row relative clearfix" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;topnav_first_row&quot;,&quot;mlid&quot;:&quot;topnav&quot;}}"> <script type="text/javascript"> huff.emit('topnav/load-start', document.getElementById('topnav_top')); </script> <ul class="jd_menu jd_menu_slate star_for_local"> <li class="n_home first" id="li_homepage" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;homepage&quot;}}"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/" title="Home">ΠΡΩΤΗ ΣΕΛΙΔΑ</a> </li> <li class="n_greece- n_empty" id="li_greece-" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;greece-&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/politiki/">ΠΟΛΙΤΙΚΗ</a> </div> </li> <li class="n_greece- n_empty" id="li_greece-" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;greece-&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/koinonia/">ΚΟΙΝΩΝΙΑ</a> </div> </li> <li class="n_greece- n_empty" id="li_greece-" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;greece-&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/oikonomia/">ΟΙΚΟΝΟΜΙΑ</a> </div> </li> <li class="n_greece- n_empty" id="li_greece-" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;greece-&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/diethnes/">ΔΙΕΘΝΕΣ</a> </div> </li> <li class="n_greece-culture n_empty" id="li_greece-culture" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;greece-culture&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/culture/">CULTURE</a> </div> </li> <li class="n_greece-life n_empty" id="li_greece-life" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;greece-life&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/life/">LIFE</a> </div> </li> <li class="n_greece-startupgreece n_empty" id="li_greece-startupgreece" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;greece-startupgreece&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/startup-greece">START UP GREECE</a> </div> </li> <li class="n_greece-viral n_empty" id="li_greece-viral" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;greece-viral&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/viral/">VIRAL</a> </div> </li> <li class="n_greece-blogs n_empty" id="li_greece-blogs" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;greece-blogs&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/the-blog">BLOGS</a> </div> </li> </ul> </div> <div class="new-topnav_second_row clearfix" id="topnav_top_row" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;topnav_subnav&quot;,&quot;mlid&quot;:&quot;topnav&quot;}}"> <div class="featured"> <ul> <li><a href="https://web.archive.org/web/20160816223821/http://projects.huffingtonpost.gr/oi-ngo-stin-ellada/" class="modal_inner ftd_greece">#NGO Project</a></li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/gr-brexit" class="modal_inner ftd_greece">#Brexit</a></li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/metanasteetiko/" class="modal_inner ftd_greece">Προσφυγικό</a></li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/eyeia/" class="modal_inner ftd_greece">Υγεία</a></li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/gefsi" class="modal_inner ftd_greece">Γεύση</a></li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/kali-zoi" class="modal_inner ftd_greece">Third Metric</a></li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/sten-praxe/" class="modal_inner ftd_greece">Στην Πράξη!</a></li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/taxidi" class="modal_inner ftd_greece">Ταξίδι</a></li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/diaspora/" class="modal_inner ftd_greece">Διασπορά</a></li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/thalassa" class="modal_inner ftd_greece">Θάλασσα</a></li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/afieromata/" class="modal_inner ftd_greece">Αφιερώματα</a></li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/yenaika/" class="modal_inner ftd_greece">Γυναίκα</a></li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/designdeco/" class="modal_inner ftd_greece">Deco</a></li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/news/small-business/" class="modal_inner ftd_greece">Small Business</a></li> </ul> </div> </div> <script type="text/javascript"> huff.emit('topnav/loaded', document.getElementById('topnav_top')); </script> </div> <div class="clear"></div><div id="curtain_wrapper"><div id="curtainunit"></div></div> <style> .header-search {margin-bottom: 0px;} </style><div id="ad_curtain" class="ad_wrapper"> <script type="text/javascript"> if(HPAds.ad_check_page_config('curtain')) { var adId = '5316625'; htmlAdWH(adId, "728", "90"); var debugadcode = ''; document.write(debugadcode); } </script> </div><!-- AVATAR LOADER --> <script type="text/javascript"> HuffPoUtil.AvatarLoader.loadAvatar('https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr'); </script> <!-- /Top nav --> </div> <div id="wrapper_inner"> <div class="clear knockdown"> <script type="text/javascript"> ViewTracker.VerticalType = "138"; ViewTracker.AddView(); </script> </div> <div class="clear"></div> <div id="threeup_top_wrapper" class="threeup-bl nocontent" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;threeup_top_wrapper&quot;,&quot;mlid&quot;:&quot;threeup&quot;}}"> <div id="threeup_left_nav" class=""> <a href="#" onclick="HPTrack.trackPageview('/t/a/threeupnav.v1/left.v2/Greece'); return false;" class="vertical_background_light lnid-threeup_left_nav arrow"></a> </div> <div id="threeup_right_nav" class=""> <a href="#" onclick="HPTrack.trackPageview('/t/a/threeupnav.v1/right.v2/Greece'); return false;" class="vertical_background_light lnid-threeup_right_nav arrow"></a> </div> <div id="threeup_wide_container"> <div id="threeup_content"><!-- this content will be replaced --></div> </div> </div> <div id="bb_h_line" class="clear_first border_bottom_ccc"></div> <br/> <div id="top_wrapper"><style type="text/css" media="screen"> .cb_meta_links li { padding-top: 5px; padding-bottom: 5px; } .cb_meta_links a { text-decoration: none; font-size:13px; font-weight: bold; } .bignews_threeups .commercial_border{ width:291px !important; } </style> <div id="featured_content" class="three_up grid_block"> <!-- rss --> <div class="rss_bnp_3"> <span class="rss_text_bnp_3"><a href="/web/20160816223821/http://www.huffingtonpost.gr/tag/gr-viral/feed/">rss σε αυτή τη σελίδα</a></span> </div> <!-- /rss --> <script type="text/javascript"> TwitterAnywhere.anywhere('bignews_twitter_follow'); </script> <div class="floatright tag_fb_like"><div fblike_params="{&quot;width&quot;:&quot;90&quot;,&quot;height&quot;:&quot;20&quot;,&quot;show_faces&quot;:&quot;false&quot;,&quot;href&quot;:&quot;http:\/\/www.huffingtonpost.gr\/news\/gr-viral\/&quot;,&quot;background_color&quot;:&quot;#cccccc&quot;,&quot;font&quot;:&quot;lucida grande&quot;,&quot;layout&quot;:&quot;button_count&quot;,&quot;entity_type&quot;:&quot;0&quot;,&quot;entity_id&quot;:&quot;8517684&quot;,&quot;hp_track&quot;:&quot;Bignews&quot;,&quot;vertical_id&quot;:0}" class="float_left i_v_fb_like like_fb_like_action bignews_i_v_fb_like " onmouseover="HPFB.likeButton_v2(this, 'like', 0);"> <div class="relative"> <div class="facebook_like_button connect_widget button_count"> <div class="connect_button_slider float_left"> <div class="connect_button_container"> <a href="javascript:void(0);" class="connect_widget_like_button clearfix like_button_no_like"><span class="liketext">μου αρέσει</span></a> </div> </div> </div> <div class="fb_like_xml absolute"></div> </div> </div> </div> <div class="clear margin_3_0"></div> <div class="grid third flush_top bignews_threeups" style="width:306px;padding-left:4px;padding-right:4px;border:none"> <div id="entry_11548652" class="entry no_border"> <div class="image_wrapper" style="width:295px"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/viral-inomeno-vasileio_n_11548652.html?utm_hp_ref=gr-viral"> <img class="unloaded-image" longdesc="http://i.huffpost.com/gen/4607704/images/s-XARTES-large300.jpg" width="293" height="219" alt="" src="/web/20160816223821im_/http://www.huffingtonpost.gr/images/trans.gif"/> </a> </div> <h2><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/viral-inomeno-vasileio_n_11548652.html?utm_hp_ref=gr-viral" class="arial_18 black bold line_height_20">Το αληθινό μέγεθος των χωρών σε σχέση με αυτό που βλέπετε στους χάρτες. Γιατί η αλήθεια είναι ότι έχουν γίνει και «παρατυπίες»</a></h2> <ul class="cb_meta_links"> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/viral-inomeno-vasileio_n_11548652.html?utm_hp_ref=gr-viral">Σχόλια </a></li> </ul> </div> </div> <div class="grid third flush_top bignews_threeups" style="width:306px;padding-left:4px;padding-right:4px;border:none"> <div id="entry_11546890" class="entry no_border"> <div class="image_wrapper" style="width:295px"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/viral-kina-nosokomeio_n_11546890.html?utm_hp_ref=gr-viral"> <img class="unloaded-image" longdesc="http://i.huffpost.com/gen/4607414/images/s-FORTIGO-large300.jpg" width="293" height="219" alt="" src="/web/20160816223821im_/http://www.huffingtonpost.gr/images/trans.gif"/> </a> </div> <h2><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/viral-kina-nosokomeio_n_11546890.html?utm_hp_ref=gr-viral" class="arial_18 black bold line_height_20">Ανεξέλεγκτη νταλίκα πέφτει πάνω σε αυτοκίνητο και το διαλύει. Σώθηκαν από θαύμα οι επιβάτες</a></h2> <ul class="cb_meta_links"> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/viral-kina-nosokomeio_n_11546890.html?utm_hp_ref=gr-viral">Σχόλια </a></li> </ul> </div> </div> <div class="grid third flush_top bignews_threeups" style="width:306px;padding-left:4px;padding-right:4px;border:none"> <div id="entry_11538272" class="entry no_border"> <div class="image_wrapper" style="width:295px"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/mir-orixio-rossia_n_11538272.html?utm_hp_ref=gr-viral"> <img class="unloaded-image" longdesc="http://i.huffpost.com/gen/4605114/images/s-MIR-MINE-large300.jpg" width="293" height="219" alt="" src="/web/20160816223821im_/http://www.huffingtonpost.gr/images/trans.gif"/> </a> </div> <h2><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/mir-orixio-rossia_n_11538272.html?utm_hp_ref=gr-viral" class="arial_18 black bold line_height_20">Το εγκαταλελειμμένο ορυχείο διαμαντιών Mir της ανατολικής Σιβηρίας αξίας 17 δισ. δολαρίων</a></h2> <ul class="cb_meta_links"> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/mir-orixio-rossia_n_11538272.html?utm_hp_ref=gr-viral">Σχόλια </a></li> </ul> </div> </div> </div> <div class="top_rule clear" id="after_featured_content"></div> </div><script type="text/javascript">huff.emit('content/update', '#top_wrapper');</script> <!-- Entries --> <br> <div class="grid static-pages flush_top" id="news_entries"> <style>.commercial_border { width: auto !important; }</style> <!-- Entry 11522726 --> <div class="entry recent-news-entry overflow_hidden nopadding" id="entry_11522726"> <div class="overflow_hidden padding_bottom_15" style="border-bottom: 1px solid #CCC;"> <div class="float_left margin_right_15"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/storypokemon-gogr-viral-_n_11522726.html?utm_hp_ref=gr-viral"><img src="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4602580/images/s-CAR-large.jpg" alt="Κυνηγούσε pokemon με το αυτοκίνητο" width="202" border="0"/></a> </div> <div class="tag_list_desc"> <h3 class="margin_bottom_5"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/storypokemon-gogr-viral-_n_11522726.html?utm_hp_ref=gr-viral" class="georgia_17 color_222222 bold line_height_19"> Κυνηγούσε pokemon με το αυτοκίνητο </a> </h3> <a class="arial_13 bold" href="/web/20160816223821/http://www.huffingtonpost.gr/stefanos-nikitas">Στέφανος Νικήτας</a>&nbsp; <span class="arial_12">16.08.2016</span> <div class="georgia_13 padding_10_0"> Η μανία με το Pokemon Go καλά κρατεί. Την περασμένη Δευτέρα λοιπόν τα ξημερώματα... </div> <div> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/storypokemon-gogr-viral-_n_11522726.html?utm_hp_ref=gr-viral#comments" class="arial_13 bold" title="Κυνηγούσε pokemon με το αυτοκίνητο">Σχόλια <span class="comment_count" id="comment_count_11522726"></span></a> </div> </div> </div> </div> <!-- /Entry --> <!-- Entry 11522346 --> <div class="entry recent-news-entry overflow_hidden nopadding" id="entry_11522346"> <div class="overflow_hidden padding_bottom_15" style="border-bottom: 1px solid #CCC;"> <div class="float_left margin_right_15"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/story-tavros-ispania_n_11522346.html?utm_hp_ref=gr-viral"><img src="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4602406/images/s-BULL-large.jpg" alt="Μαινόμενος ταύρος σπάει τα κάγκελα ενός κλουβιού και τραυματίζει άνδρα" width="202" border="0"/></a> </div> <div class="tag_list_desc"> <h3 class="margin_bottom_5"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/story-tavros-ispania_n_11522346.html?utm_hp_ref=gr-viral" class="georgia_17 color_222222 bold line_height_19"> Μαινόμενος ταύρος σπάει τα κάγκελα ενός κλουβιού και τραυματίζει άνδρα </a> </h3> <a class="arial_13 bold" href="/web/20160816223821/http://www.huffingtonpost.gr/stefanos-nikitas">Στέφανος Νικήτας</a>&nbsp; <span class="arial_12">16.08.2016</span> <div class="georgia_13 padding_10_0"> Είναι η τρομακτική σκηνή που ένας ταύρος σπάει τα κάγκελα ενός κλουβιού και... </div> <div> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/16/story-tavros-ispania_n_11522346.html?utm_hp_ref=gr-viral#comments" class="arial_13 bold" title="Μαινόμενος ταύρος σπάει τα κάγκελα ενός κλουβιού και τραυματίζει άνδρα">Σχόλια <span class="comment_count" id="comment_count_11522346"></span></a> </div> </div> </div> </div> <!-- /Entry --> <!-- Entry 11527810 --> <div class="entry recent-news-entry overflow_hidden nopadding" id="entry_11527810"> <div class="overflow_hidden padding_bottom_15" style="border-bottom: 1px solid #CCC;"> <div class="float_left margin_right_15"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/viral-antidrasi_n_11527810.html?utm_hp_ref=gr-viral"><img src="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4603906/images/s-MOUSOULMANOS-large.jpg" alt="Κοινωνικό Πείραμα: Μουσουλμάνος προσεύχεται και δέχεται φραστική επίθεση. Δεν φαντάζεστε πως αντιδρούν οι περαστικοί" width="202" border="0"/></a> </div> <div class="tag_list_desc"> <h3 class="margin_bottom_5"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/viral-antidrasi_n_11527810.html?utm_hp_ref=gr-viral" class="georgia_17 color_222222 bold line_height_19"> Κοινωνικό Πείραμα: Μουσουλμάνος προσεύχεται και δέχεται φραστική επίθεση. Δεν φαντάζεστε πως αντιδρούν οι περαστικοί </a> </h3> <span class="arial_12">16.08.2016</span> <div class="georgia_13 padding_10_0"> Ένα κοινωνικό πείραμα διεξήχθη με πρωταγωνιστές τον 20χρονο Kennedy Click και τον... </div> <div> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/viral-antidrasi_n_11527810.html?utm_hp_ref=gr-viral#comments" class="arial_13 bold" title="Κοινωνικό Πείραμα: Μουσουλμάνος προσεύχεται και δέχεται φραστική επίθεση. Δεν φαντάζεστε πως αντιδρούν οι περαστικοί">Σχόλια <span class="comment_count" id="comment_count_11527810">(5)</span></a> </div> </div> </div> </div> <!-- /Entry --> <!-- Entry 11526068 --> <div class="entry recent-news-entry overflow_hidden nopadding" id="entry_11526068"> <div class="overflow_hidden padding_bottom_15" style="border-bottom: 1px solid #CCC;"> <div class="float_left margin_right_15"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/-life-minima-patera-bullying_n_11526068.html?utm_hp_ref=gr-viral"><img src="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4603544/images/s-DANIEL-FITZPATRICK-large.jpg" alt="Το σπαρακτικό μήνυμα του πατέρα προς τα παιδιά που έκαναν bullying στον γιο του με αποτέλεσμα να αυτοκτονήσει" width="202" border="0"/></a> </div> <div class="tag_list_desc"> <h3 class="margin_bottom_5"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/-life-minima-patera-bullying_n_11526068.html?utm_hp_ref=gr-viral" class="georgia_17 color_222222 bold line_height_19"> Το σπαρακτικό μήνυμα του πατέρα προς τα παιδιά που έκαναν bullying στον γιο του με αποτέλεσμα να αυτοκτονήσει </a> </h3> <span class="arial_12">16.08.2016</span> <div class="georgia_13 padding_10_0"> Αυτός ο πατέρας χρησιμοποίησε το Facebook για να στείλει ένα ηχηρό μήνυμα σχετικά... </div> <div> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/-life-minima-patera-bullying_n_11526068.html?utm_hp_ref=gr-viral#comments" class="arial_13 bold" title="Το σπαρακτικό μήνυμα του πατέρα προς τα παιδιά που έκαναν bullying στον γιο του με αποτέλεσμα να αυτοκτονήσει">Σχόλια <span class="comment_count" id="comment_count_11526068"></span></a> </div> </div> </div> </div> <!-- /Entry --> <!-- Entry 11525868 --> <div class="entry recent-news-entry overflow_hidden nopadding" id="entry_11525868"> <div class="overflow_hidden padding_bottom_15" style="border-bottom: 1px solid #CCC;"> <div class="float_left margin_right_15"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/viral-liontaria-mexico_n_11525868.html?utm_hp_ref=gr-viral"><img src="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4603506/images/s-LIONTARIA-large.jpg" alt="Λεοπάρδαλη ορμά για να τον κατασπαράξει και τον σώζει μία τίγρης. Απίστευτο περιστατικό σε ζωολογικό κήπο του Μεξικό" width="202" border="0"/></a> </div> <div class="tag_list_desc"> <h3 class="margin_bottom_5"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/viral-liontaria-mexico_n_11525868.html?utm_hp_ref=gr-viral" class="georgia_17 color_222222 bold line_height_19"> Λεοπάρδαλη ορμά για να τον κατασπαράξει και τον σώζει μία τίγρης. Απίστευτο περιστατικό σε ζωολογικό κήπο του Μεξικό </a> </h3> <span class="arial_12">16.08.2016</span> <div class="georgia_13 padding_10_0"> Ένα απίστευτο περιστατικό με πρωταγωνιστή έναν εργαζόμενο σε ζωολογικό κήπο... </div> <div> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/viral-liontaria-mexico_n_11525868.html?utm_hp_ref=gr-viral#comments" class="arial_13 bold" title="Λεοπάρδαλη ορμά για να τον κατασπαράξει και τον σώζει μία τίγρης. Απίστευτο περιστατικό σε ζωολογικό κήπο του Μεξικό">Σχόλια <span class="comment_count" id="comment_count_11525868">(11)</span></a> </div> </div> </div> </div> <!-- /Entry --> <!-- Entry 11522796 --> <div class="entry recent-news-entry overflow_hidden nopadding" id="entry_11522796"> <div class="overflow_hidden padding_bottom_15" style="border-bottom: 1px solid #CCC;"> <div class="float_left margin_right_15"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/karxarias-almata_n_11522796.html?utm_hp_ref=gr-viral"><img src="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4602660/images/s-KARXARIAS-large.jpg" alt="Ο καρχαρίας έγινε έξαλλος...και κάνει τεράστια σάλτα έξω από νερό" width="202" border="0"/></a> </div> <div class="tag_list_desc"> <h3 class="margin_bottom_5"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/karxarias-almata_n_11522796.html?utm_hp_ref=gr-viral" class="georgia_17 color_222222 bold line_height_19"> Ο καρχαρίας έγινε έξαλλος...και κάνει τεράστια σάλτα έξω από νερό </a> </h3> <span class="arial_12">15.08.2016</span> <div class="georgia_13 padding_10_0"> Συνήθως, τέτοια πράγματα κάνουν τα δελφίνια, και το κοινό μένει άφωνο από θαυμασμό... </div> <div> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/karxarias-almata_n_11522796.html?utm_hp_ref=gr-viral#comments" class="arial_13 bold" title="Ο καρχαρίας έγινε έξαλλος...και κάνει τεράστια σάλτα έξω από νερό">Σχόλια <span class="comment_count" id="comment_count_11522796">(3)</span></a> </div> </div> </div> </div> <!-- /Entry --> <!-- Entry 11522188 --> <div class="entry recent-news-entry overflow_hidden nopadding" id="entry_11522188"> <div class="overflow_hidden padding_bottom_15" style="border-bottom: 1px solid #CCC;"> <div class="float_left margin_right_15"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/el-james-viasmos-apoxrosis_n_11522188.html?utm_hp_ref=gr-viral"><img src="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4602364/images/s-FIFTY-SHADES-OF-GREY-large.jpg" alt="Βρετανίδα κατηγόρησε για βιασμό τον πατέρα της με «οδηγό» τις «Πενήντα αποχρώσεις του γκρι»" width="202" border="0"/></a> </div> <div class="tag_list_desc"> <h3 class="margin_bottom_5"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/el-james-viasmos-apoxrosis_n_11522188.html?utm_hp_ref=gr-viral" class="georgia_17 color_222222 bold line_height_19"> Βρετανίδα κατηγόρησε για βιασμό τον πατέρα της με «οδηγό» τις «Πενήντα αποχρώσεις του γκρι» </a> </h3> <a class="arial_13 bold" href="/web/20160816223821/http://www.huffingtonpost.gr/stefanos-nikitas">Στέφανος Νικήτας</a>&nbsp; <span class="arial_12">15.08.2016</span> <div class="georgia_13 padding_10_0"> Ήθελε να εκδικηθεί τον αυστηρό πατέρα της και τον έσυρε στο δικαστήριο με... </div> <div> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/el-james-viasmos-apoxrosis_n_11522188.html?utm_hp_ref=gr-viral#comments" class="arial_13 bold" title="Βρετανίδα κατηγόρησε για βιασμό τον πατέρα της με «οδηγό» τις «Πενήντα αποχρώσεις του γκρι»">Σχόλια <span class="comment_count" id="comment_count_11522188"></span></a> </div> </div> </div> </div> <!-- /Entry --> <!-- Entry 11522472 --> <div class="entry recent-news-entry overflow_hidden nopadding" id="entry_11522472"> <div class="overflow_hidden padding_bottom_15" style="border-bottom: 1px solid #CCC;"> <div class="float_left margin_right_15"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/kamenos-leventis-tionos_n_11522472.html?utm_hp_ref=gr-viral"><img src="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4602492/images/s-LEVENTIS-large.jpg" alt="Ο Λεβέντης έχασε το πλοίο και μίλησε για...«συνωμοσία»" width="202" border="0"/></a> </div> <div class="tag_list_desc"> <h3 class="margin_bottom_5"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/kamenos-leventis-tionos_n_11522472.html?utm_hp_ref=gr-viral" class="georgia_17 color_222222 bold line_height_19"> Ο Λεβέντης έχασε το πλοίο και μίλησε για...«συνωμοσία» </a> </h3> <span class="arial_12">15.08.2016</span> <div class="georgia_13 padding_10_0"> Παρολίγον «διπλωματικό» επεισόδιο στην Τήνο όταν το πλοίο στο επέβαιναν οι... </div> <div> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/kamenos-leventis-tionos_n_11522472.html?utm_hp_ref=gr-viral#comments" class="arial_13 bold" title="Ο Λεβέντης έχασε το πλοίο και μίλησε για...«συνωμοσία»">Σχόλια <span class="comment_count" id="comment_count_11522472"></span></a> </div> </div> </div> </div> <!-- /Entry --> <!-- Entry 11521936 --> <div class="entry recent-news-entry overflow_hidden nopadding" id="entry_11521936"> <div class="overflow_hidden padding_bottom_15" style="border-bottom: 1px solid #CCC;"> <div class="float_left margin_right_15"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/kina-katadisis-gif_n_11521936.html?utm_hp_ref=gr-viral"><img src="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4602252/images/s-OGCHINA-large.jpg" alt="Δεν φαντάζεστε την εξέλιξη αυτού του βίντεο" width="202" border="0"/></a> </div> <div class="tag_list_desc"> <h3 class="margin_bottom_5"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/kina-katadisis-gif_n_11521936.html?utm_hp_ref=gr-viral" class="georgia_17 color_222222 bold line_height_19"> Δεν φαντάζεστε την εξέλιξη αυτού του βίντεο </a> </h3> <a class="arial_13 bold" href="/web/20160816223821/http://www.huffingtonpost.gr/stefanos-nikitas">Στέφανος Νικήτας</a>&nbsp; <span class="arial_12">15.08.2016</span> <div class="georgia_13 padding_10_0"> Το χρυσό Ολυμπιακό μετάλλιο στα GIF για του αγώνες του Ριο πρέπει να δοθεί στον... </div> <div> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/kina-katadisis-gif_n_11521936.html?utm_hp_ref=gr-viral#comments" class="arial_13 bold" title="Δεν φαντάζεστε την εξέλιξη αυτού του βίντεο">Σχόλια <span class="comment_count" id="comment_count_11521936">(2)</span></a> </div> </div> </div> </div> <!-- /Entry --> <!-- Entry 11521424 --> <div class="entry recent-news-entry overflow_hidden nopadding" id="entry_11521424"> <div class="overflow_hidden padding_bottom_15" style="border-bottom: 1px solid #CCC;"> <div class="float_left margin_right_15"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/drone-athina-paralia_n_11521424.html?utm_hp_ref=gr-viral"><img src="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4602192/images/s-PARALIA-large.jpg" alt="Μία παραλία με τιρκουάζ νερά, μια ανάσα από τη Αθήνα" width="202" border="0"/></a> </div> <div class="tag_list_desc"> <h3 class="margin_bottom_5"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/drone-athina-paralia_n_11521424.html?utm_hp_ref=gr-viral" class="georgia_17 color_222222 bold line_height_19"> Μία παραλία με τιρκουάζ νερά, μια ανάσα από τη Αθήνα </a> </h3> <a class="arial_13 bold" href="/web/20160816223821/http://www.huffingtonpost.gr/stefanos-nikitas">Στέφανος Νικήτας</a>&nbsp; <span class="arial_12">15.08.2016</span> <div class="georgia_13 padding_10_0"> Μόλις 2 χλμ από τη Δροσιά, 7 χλμ από Χαλκίδα και 70 χλμ από Αθήνα, βρίσκεται η... </div> <div> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/drone-athina-paralia_n_11521424.html?utm_hp_ref=gr-viral#comments" class="arial_13 bold" title="Μία παραλία με τιρκουάζ νερά, μια ανάσα από τη Αθήνα">Σχόλια <span class="comment_count" id="comment_count_11521424"></span></a> </div> </div> </div> </div> <!-- /Entry --> <!-- Entry 11477914 --> <div class="entry recent-news-entry overflow_hidden nopadding" id="entry_11477914"> <div class="overflow_hidden padding_bottom_15" style="border-bottom: 1px solid #CCC;"> <div class="float_left margin_right_15"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/viral-diakopes_n_11477914.html?utm_hp_ref=gr-viral"><img src="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4598530/images/s-PLOUSIOPAIDA-large.jpg" alt="Οι χλιδάτες διακοπές των πλουσιόπαιδων του Instagram. Κότερα, πισίνες, ξέφρενα πάρτι και ακριβά αυτοκίνητα" width="202" border="0"/></a> </div> <div class="tag_list_desc"> <h3 class="margin_bottom_5"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/viral-diakopes_n_11477914.html?utm_hp_ref=gr-viral" class="georgia_17 color_222222 bold line_height_19"> Οι χλιδάτες διακοπές των πλουσιόπαιδων του Instagram. Κότερα, πισίνες, ξέφρενα πάρτι και ακριβά αυτοκίνητα </a> </h3> <span class="arial_12">15.08.2016</span> <div class="georgia_13 padding_10_0"> Για αρκετούς το να καταφέρουν να πάνε διακοπές είναι πλέον άπιαστο όνειρο.... </div> <div> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/15/viral-diakopes_n_11477914.html?utm_hp_ref=gr-viral#comments" class="arial_13 bold" title="Οι χλιδάτες διακοπές των πλουσιόπαιδων του Instagram. Κότερα, πισίνες, ξέφρενα πάρτι και ακριβά αυτοκίνητα">Σχόλια <span class="comment_count" id="comment_count_11477914"></span></a> </div> </div> </div> </div> <!-- /Entry --> <!-- Entry 11512476 --> <div class="entry recent-news-entry overflow_hidden nopadding" id="entry_11512476"> <div class="overflow_hidden padding_bottom_15" style="border-bottom: 1px solid #CCC;"> <div class="float_left margin_right_15"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/14/viral-mpofor-kymata_n_11512476.html?utm_hp_ref=gr-viral"><img src="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4601638/images/s-PLOIO-large.jpg" alt="Κύματα «σκεπάζουν» πλοίο στο στενό Τήνου – Μυκόνου" width="202" border="0"/></a> </div> <div class="tag_list_desc"> <h3 class="margin_bottom_5"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/14/viral-mpofor-kymata_n_11512476.html?utm_hp_ref=gr-viral" class="georgia_17 color_222222 bold line_height_19"> Κύματα «σκεπάζουν» πλοίο στο στενό Τήνου – Μυκόνου </a> </h3> <span class="arial_12">15.08.2016</span> <div class="georgia_13 padding_10_0"> Ένα βίντεο, τραβηγμένο από τη στεριά, δείχνει πώς κινείται το πλοίο της Golden... </div> <div> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/14/viral-mpofor-kymata_n_11512476.html?utm_hp_ref=gr-viral#comments" class="arial_13 bold" title="Κύματα «σκεπάζουν» πλοίο στο στενό Τήνου – Μυκόνου">Σχόλια <span class="comment_count" id="comment_count_11512476"></span></a> </div> </div> </div> </div> <!-- /Entry --> <!-- Entry 11507656 --> <div class="entry recent-news-entry overflow_hidden nopadding" id="entry_11507656"> <div class="overflow_hidden padding_bottom_15" style="border-bottom: 1px solid #CCC;"> <div class="float_left margin_right_15"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/14/ecuavisamaria-fernanda-riosgr-viral-_n_11507656.html?utm_hp_ref=gr-viral"><img src="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4601376/images/s-MARIA-FERNANDA-RIOS-large.jpg" alt="Υποψήφια σε εκπομπή ταλέντων δέχεται κήρυγμα επειδή δεν πιστεύει στο Θεό" width="202" border="0"/></a> </div> <div class="tag_list_desc"> <h3 class="margin_bottom_5"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/14/ecuavisamaria-fernanda-riosgr-viral-_n_11507656.html?utm_hp_ref=gr-viral" class="georgia_17 color_222222 bold line_height_19"> Υποψήφια σε εκπομπή ταλέντων δέχεται κήρυγμα επειδή δεν πιστεύει στο Θεό </a> </h3> <span class="arial_12">15.08.2016</span> <div class="georgia_13 padding_10_0"> Στην εκπομπή “Ecuador Tiene Talento” (Ο Ισημερινός έχει ταλέντο) που μεταδίδεται από... </div> <div> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/14/ecuavisamaria-fernanda-riosgr-viral-_n_11507656.html?utm_hp_ref=gr-viral#comments" class="arial_13 bold" title="Υποψήφια σε εκπομπή ταλέντων δέχεται κήρυγμα επειδή δεν πιστεύει στο Θεό">Σχόλια <span class="comment_count" id="comment_count_11507656"></span></a> </div> </div> </div> </div> <!-- /Entry --> <!-- Entry 11507222 --> <div class="entry recent-news-entry overflow_hidden nopadding" id="entry_11507222"> <div class="overflow_hidden padding_bottom_15" style="border-bottom: 1px solid #CCC;"> <div class="float_left margin_right_15"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/14/viral-olympiakoi-agones_n_11507222.html?utm_hp_ref=gr-viral"><img src="https://web.archive.org/web/20160816223821im_/http://i.huffpost.com/gen/4601342/images/s-USAIN-BOLT-large.jpg" alt="Τα 9 πράγματα που δεν προλαβαίνετε να κάνετε στα 9,58 δευτερόλεπτα που χρειάζεται ο Μπολτ να τρέξει τα 100 μέτρα" width="202" border="0"/></a> </div> <div class="tag_list_desc"> <h3 class="margin_bottom_5"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/14/viral-olympiakoi-agones_n_11507222.html?utm_hp_ref=gr-viral" class="georgia_17 color_222222 bold line_height_19"> Τα 9 πράγματα που δεν προλαβαίνετε να κάνετε στα 9,58 δευτερόλεπτα που χρειάζεται ο Μπολτ να τρέξει τα 100 μέτρα </a> </h3> <span class="arial_12">15.08.2016</span> <div class="georgia_13 padding_10_0"> Είναι ο αθλητής φαινόμενο και ο σούπερ σταρ των 100 μέτρων και σε αυτούς τους... </div> <div> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/2016/08/14/viral-olympiakoi-agones_n_11507222.html?utm_hp_ref=gr-viral#comments" class="arial_13 bold" title="Τα 9 πράγματα που δεν προλαβαίνετε να κάνετε στα 9,58 δευτερόλεπτα που χρειάζεται ο Μπολτ να τρέξει τα 100 μέτρα">Σχόλια <span class="comment_count" id="comment_count_11507222"></span></a> </div> </div> </div> </div> <!-- /Entry --> <div class="pagination_pager"> <div>Σελίδες: &nbsp;</div> <div style="float: left;margin-right: 10px;">1</div> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/2" rel="next" style="float: left; margin-right: 10px;"> 2 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/3" style="float: left; margin-right: 10px;"> 3 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/4" style="float: left; margin-right: 10px;"> 4 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/5" style="float: left; margin-right: 10px;"> 5 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/6" style="float: left; margin-right: 10px;"> 6 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/7" style="float: left; margin-right: 10px;"> 7 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/8" style="float: left; margin-right: 10px;"> 8 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/9" style="float: left; margin-right: 10px;"> 9 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/10" style="float: left; margin-right: 10px;"> 10 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/11" style="float: left; margin-right: 10px;"> 11 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/12" style="float: left; margin-right: 10px;"> 12 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/13" style="float: left; margin-right: 10px;"> 13 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/14" style="float: left; margin-right: 10px;"> 14 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/15" style="float: left; margin-right: 10px;"> 15 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/16" style="float: left; margin-right: 10px;"> 16 </a> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/gr-viral/17" style="float: left; margin-right: 10px;"> 17 </a> </div> </div> <!-- /Entries --> <div class="grid third flush_top" id="sidebar_right" data-beacon="{&quot;p&quot;:{&quot;mlid&quot;:&quot;sidebar_right&quot;}}"> <div id="videoCompAdDiv"></div> <div style="margin-bottom:10px"> <script type="text/javascript"> try { if ('function' === typeof(adSetSyncDelay)) { adSetSyncDelay('125');} } catch (e) {} </script> <div id="ad_right_rail_flex" class="ad_wrapper_top"> <script type="text/javascript"> if(HPAds.ad_check_page_config('right_rail_flex')) { var adId = '5316612'; htmlAdWH(adId, "RR", "RR"); var debugadcode = ''; document.write(debugadcode); } </script> </div><div class="clear"></div><div class="clear"></div></div><div class="clear"></div><div class="clear"></div> <div id="otb_module"></div> <!-- ESI MostPopular EndTime:1471387101 --> <div class="mod mod-follow tabs" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;mod-follow&quot;}}"> <div class="mod-head"> <h3>FOLLOW HUFFPOST</h3> </div> <div class="mod-body"> <ul class="platform tabs-control"> <li class="email sprite" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;email&quot;}}"> <a href="#">Email</a> </li> <li class="fb sprite" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;fb&quot;}}"> <a href="#">Facebook</a> </li> <li class="twitter sprite" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;twitter&quot;}}"> <a href="#">Twitter</a> </li> <li class="gplus sprite" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;gplus&quot;}}"> <a href="#">Google Plus</a> </li> <li class="rss sprite" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;rss&quot;}}"> <a href="#">RSS</a> </li> <li class="mobile sprite" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;mobile&quot;}}"> <a href="#">Mobile</a> </li> </ul> <ul class="platform-content tabs-content"> <li class="email"> <form class="subscribe"> <input class="text" name="email" onfocus="if(this.value=='Eισάγετε το email σας')this.value=''" value="Eισάγετε το email σας" type="text"/> <input type="checkbox" value="1" name="email_subscribe_check" class="email_subscribe_check" style="display:none;"/> <input type="hidden" name="vertical" value="greece"/> <input class="button" type="submit" value="Να εγγραφώ!"/> <label class="signup_error" style="display:none;">Παρακαλούμε τικάρετε το κουτάκι για να δείξετε πω συναινείτε</label> <div class="options"> <label> </label> <label> <input type="checkbox" class="list" name="vertical-brief"/> Newsletter </label> </div> <p class="instructions"> Λάβετε τις καλύτερες ιστορίες και δημοσιεύσεις στα blog με email κάθε μέρα. <!-- %strong Thanks! --> <!-- You're now signed-up for the HuffPost Daily Brief and Politics newsletter. --> </p> <p class="privacy_policy"> <a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/p/huffpost-greece-privacy-policy.html">Πολιτική απορρήτου</a> </p> </form> </li> <!-- /.email --> <li class="fb"> <ol class="options"> <li> <span class="name">HuffPost</span> <div class="share-button"> <div class="fb-like" data-href="http://www.facebook.com/HuffPostGreece" data-send="false" data-layout="button_count" data-width="95" data-show-faces="false" data-colorscheme="light" data-font="trebuchet ms" data-action="like" ref="" style="width: 95px" hp_track="Vertical Page"></div><script type="text/javascript"> jQuery('#fb_like_vertical').mouseenter(function() { var html = "<div id=\"fb-tooltip\" class=\"fb-tooltip-main\"><div class=\"fb-tooltip-wrapper\"><span>Ακολουθήστε μας στο Facebook</span><br/>Λάβετε ενημερώσεις από HuffPost Greece αναρτήθηκε απευθείας στην Τροφοδοσία Ειδήσεων.<div class=\"corner\"><div class=\"first\"></div><div class=\"second\"></div></div></div></div>"; var coords = [-5, -78]; if( HPConfig.current_vertical_name == 'homepage' ) { coords = [-5, -70]; } else if( HPConfig.current_vertical_name == 'mapquest' ) { coords = [-5, -68]; } FloatingPrompt.embed(this, html, undefined, 'top', {fp_intersects:1, timeout_remove:2000,ignore_arrow: true, width:236, add_xy:coords, class_name: 'clear-overlay'}); }); </script> </div> </li> </ol> </li> <!-- /.fb --> <li class="twitter"> <ol class="options"> <li> <span class="name">HuffPost</span> <div class="share-button"> <span data-placement="Header/Greece"> <a href="https://web.archive.org/web/20160816223821/https://twitter.com/HuffPostGreece" class="twitter-follow-button" data-show-screen-name="false" data-show-count="false" data-lang="el" data-width="70px">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/20160816223821/http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </span> </div> </li> </ol> </li> <!-- /.twitter --> <li class="gplus"> <ol class="options"> <li> <span class="name">HuffPost</span> <div class="share-button"> <div class="g-plusone" data-annotation="bubble" data-size="medium" data-width="32" data-href="http://www.huffingtonpost.gr/greece"></div> </div> </li> </ol> </li> <!-- /.gplus --> <li class="rss"> <ol class="options"> <li> <a href="/web/20160816223821/http://www.huffingtonpost.gr/feeds/verticals/greece/index.xml" class="name sprite">HuffPost</a> </li> <li> <a class="more" href="/web/20160816223821/http://www.huffingtonpost.gr/syndication/">View all RSS feeds</a> </li> </ol> </li> <!-- /.rss --> <li class="mobile"> <ol class="options"> <li> <a class="ios sprite" href="https://web.archive.org/web/20160816223821/http://itunes.apple.com/gr/app/the-huffington-post/id306621789?mt=8"></a> </li> <li> <a class="android sprite" href="https://web.archive.org/web/20160816223821/https://play.google.com/store/apps/details?id=com.huffingtonpost.android&amp;hl=el_GR"></a> </li> <li> <a class="blackberry sprite" href="https://web.archive.org/web/20160816223821/https://appworld.blackberry.com/webstore/content/19143/"></a> </li> </ol> </li> <!-- /.mobile --> </ul> </div> <div class="mod-footer"></div> </div> <!-- /.mod-follow --> <div class="clear margin_top_10"></div> <div id="gravity_most_popular_widget"></div> <script type="text/javascript">window.HPUtil && window.HPUtil.gravityMostPopularWidget();</script> <!-- <esi:choose> <esi:when test="$(HTTP_USER_AGENT{'browser'}) != 'MSIE'"> <esi:text> --> <div class="clear"></div> <!-- </esi:text> </esi:when> </esi:choose> --> <script type="text/javascript"> if($('snp_not_signed_mp_page_0')) huff.emit('content/update', '#snp_not_signed_mp_page_0'); if($('snp_not_signed_mpr_page_0')) huff.emit('content/update', '#snp_not_signed_mpr_page_0'); </script> <div style="border-bottom: 5px;"></div> <!-- <esi:choose> <esi:when test="$(HTTP_USER_AGENT{'browser'}) != 'MSIE'"> <esi:text> --> <!-- </esi:text> </esi:when> </esi:choose> --> <!--esi <esi:choose> <esi:when test="$(HTTP_USER_AGENT{'browser'}) != 'MSIE'"> <esi:text> <div id="most_popular_social"> <div class="spacer"></div> <script type="text/javascript"> SNPModule.HotOn.init(); // initialize tracking </script> </div> </esi:text> </esi:when> </esi:choose> --> <script>adSetNetId('1370.1');</script><div id="ad_right_rail_lower" class="ad_wrapper_top"> <script type="text/javascript"> if(HPAds.ad_check_page_config('right_rail_lower')) { var adId = '5495246'; htmlAdWH(adId, "300", "250"); var debugadcode = ''; document.write(debugadcode); } </script> </div><script>adSetNetId('1444.1');</script> <!-- <esi:choose> <esi:when test="$(HTTP_USER_AGENT{'browser'}) != 'MSIE'"> <esi:text> --> <!-- mediabistro TVNewser --> <div id="most_popular_bpages" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;most_popular_bpages&quot;, &quot;plid&quot;:1}}"> <div class="simple-headline "> <a href="/web/20160816223821/http://www.huffingtonpost.gr/big-news/" class="title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;title_link&quot;}}">ΟΙ ΣΕΛΙΔΕΣ ΜΕ ΤΑ ΜΕΓΑΛΑ ΝΕΑ ΤΟΥ HUFFPOST</a> </div> <div class="white_bg"> <div class="popular-story padding-left-widget"> <div class="clearfix"> <div class="big_news_pages_story"> <div class="b-n-image_and_title_hint"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/oikonomia" class="b-n-image_and_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_0&quot;}}" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');"> <img src="/web/20160816223821im_/http://www.huffingtonpost.gr/images/trans.gif" width="74" height="58" longdesc="http://i.huffpost.com/gen/4604404/images/s-MARINOPOULOS-mini.jpg" class="unloaded-image" alt=""/> </a> <div> <div class="b-n-title"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/oikonomia" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_0&quot;}}">Στην τελική ευθεία το σχέδιο σωτηρίας του Μαρινόπουλου. Τα βασικά σημεία της συμφωνίας</a> </div> </div> </div> <div class="tag_topic_title"><a href="/web/20160816223821/http://www.huffingtonpost.gr/news/oikonomia" title="Στην τελική ευθεία το σχέδιο σωτηρίας του Μαρινόπουλου. Τα βασικά σημεία της συμφωνίας" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_0&quot;}}">ΟΙΚΟΝΟΜΙΑ</a></div> </div> <div class="big_news_pages_story"> <div class="b-n-image_and_title_hint"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/diethnes" class="b-n-image_and_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_1&quot;}}" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');"> <img src="/web/20160816223821im_/http://www.huffingtonpost.gr/images/trans.gif" width="74" height="58" longdesc="http://i.huffpost.com/gen/4604322/images/s-BELGIUM-POLICE-mini.jpg" class="unloaded-image" alt=""/> </a> <div> <div class="b-n-title"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/diethnes" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_1&quot;}}">Βέλγιο: Άνδρας άνοιξε πυρ στο κέντρο της Γάνδης. Πυροβολήθηκε από την Αστυνομία</a> </div> </div> </div> <div class="tag_topic_title"><a href="/web/20160816223821/http://www.huffingtonpost.gr/news/diethnes" title="Βέλγιο: Άνδρας άνοιξε πυρ στο κέντρο της Γάνδης. Πυροβολήθηκε από την Αστυνομία" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_1&quot;}}">ΔΙΕΘΝΕΣ</a></div> </div> <div class="big_news_pages_story"> <div class="b-n-image_and_title_hint"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/athletismos" class="b-n-image_and_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_2&quot;}}" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');"> <img src="/web/20160816223821im_/http://www.huffingtonpost.gr/images/trans.gif" width="74" height="58" longdesc="http://i.huffpost.com/gen/4604206/images/s-PETROUNIAS-mini.jpg" class="unloaded-image" alt=""/> </a> <div> <div class="b-n-title"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/athletismos" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_2&quot;}}">Πετρούνιας: «Αυτό που ονειρευόμουν»</a> </div> </div> </div> <div class="tag_topic_title"><a href="/web/20160816223821/http://www.huffingtonpost.gr/news/athletismos" title="Πετρούνιας: «Αυτό που ονειρευόμουν»" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_2&quot;}}">ΑΘΛΗΤΙΣΜΟΣ </a></div> </div> <div class="clear_first"></div> <div class="big_news_pages_story"> <div class="b-n-image_and_title_hint"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/viral" class="b-n-image_and_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_3&quot;}}" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');"> <img src="/web/20160816223821im_/http://www.huffingtonpost.gr/images/trans.gif" width="74" height="58" longdesc="http://i.huffpost.com/gen/4603906/images/s-MOUSOULMANOS-mini.jpg" class="unloaded-image" alt=""/> </a> <div> <div class="b-n-title"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/viral" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_3&quot;}}">Κοινωνικό Πείραμα: Μουσουλμάνος προσεύχεται και δέχεται φραστική επίθεση. Δεν φαντάζεστε πως αντιδρούν οι περαστικοί</a> </div> </div> </div> <div class="tag_topic_title"><a href="/web/20160816223821/http://www.huffingtonpost.gr/news/viral" title="Κοινωνικό Πείραμα: Μουσουλμάνος προσεύχεται και δέχεται φραστική επίθεση. Δεν φαντάζεστε πως αντιδρούν οι περαστικοί" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_3&quot;}}">VIRAL</a></div> </div> <div class="big_news_pages_story"> <div class="b-n-image_and_title_hint"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/koinonia" class="b-n-image_and_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_4&quot;}}" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');"> <img src="/web/20160816223821im_/http://www.huffingtonpost.gr/images/trans.gif" width="74" height="58" longdesc="http://i.huffpost.com/gen/4603562/images/s-TINOS-LEITOURGIA-mini.jpg" class="unloaded-image" alt=""/> </a> <div> <div class="b-n-title"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/koinonia" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_4&quot;}}">«Ιερός πόλεμος» ΕΡΤ – ΣΚΑΪ. «Μας κλέψατε την εικόνα από την Τήνο», «Δεν έχετε το Θεό σας»</a> </div> </div> </div> <div class="tag_topic_title"><a href="/web/20160816223821/http://www.huffingtonpost.gr/news/koinonia" title="«Ιερός πόλεμος» ΕΡΤ – ΣΚΑΪ. «Μας κλέψατε την εικόνα από την Τήνο», «Δεν έχετε το Θεό σας»" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_4&quot;}}">ΚΟΙΝΩΝΙΑ</a></div> </div> <div class="big_news_pages_story"> <div class="b-n-image_and_title_hint"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/politiki" class="b-n-image_and_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_5&quot;}}" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');"> <img src="/web/20160816223821im_/http://www.huffingtonpost.gr/images/trans.gif" width="74" height="58" longdesc="http://i.huffpost.com/gen/4603292/images/s-ATHENS-DAILY-LIFE-mini.jpg" class="unloaded-image" alt=""/> </a> <div> <div class="b-n-title"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/politiki" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_5&quot;}}">Tα 12 προαπαιτούμενα που θα πρέπει να υλοποιήσει η κυβέρνηση το Σεπτέμβριο</a> </div> </div> </div> <div class="tag_topic_title"><a href="/web/20160816223821/http://www.huffingtonpost.gr/news/politiki" title="Tα 12 προαπαιτούμενα που θα πρέπει να υλοποιήσει η κυβέρνηση το Σεπτέμβριο" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_5&quot;}}">ΠΟΛΙΤΙΚΗ</a></div> </div> <div class="clear_first"></div> <div class="big_news_pages_story"> <div class="b-n-image_and_title_hint"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/afieromata" class="b-n-image_and_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_6&quot;}}" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');"> <img src="/web/20160816223821im_/http://www.huffingtonpost.gr/images/trans.gif" width="74" height="58" longdesc="http://i.huffpost.com/gen/4602996/images/s-TREBIZOND-mini.jpg" class="unloaded-image" alt=""/> </a> <div> <div class="b-n-title"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/afieromata" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_6&quot;}}">Η Αυτοκρατορία της Τραπεζούντας: Η δυναστεία των Μεγαλοκομνηνών και η ιστορία του μεσαιωνικού Ελληνισμού του Πόντου</a> </div> </div> </div> <div class="tag_topic_title"><a href="/web/20160816223821/http://www.huffingtonpost.gr/news/afieromata" title="Η Αυτοκρατορία της Τραπεζούντας: Η δυναστεία των Μεγαλοκομνηνών και η ιστορία του μεσαιωνικού Ελληνισμού του Πόντου" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_6&quot;}}">ΑΦΙΕΡΩΜΑΤΑ </a></div> </div> <div class="big_news_pages_story"> <div class="b-n-image_and_title_hint"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/metanastes" class="b-n-image_and_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_7&quot;}}" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');"> <img src="/web/20160816223821im_/http://www.huffingtonpost.gr/images/trans.gif" width="74" height="58" longdesc="http://i.huffpost.com/gen/4602858/images/s-MIGRANTS-GERMANY-mini.jpg" class="unloaded-image" alt=""/> </a> <div> <div class="b-n-title"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/metanastes" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_7&quot;}}">Δεν γίνονται επαναπροωθήσεις μεταναστών στην Ελλάδα από τη Γερμανία, σύμφωνα με τη γερμανική κυβέρνηση</a> </div> </div> </div> <div class="tag_topic_title"><a href="/web/20160816223821/http://www.huffingtonpost.gr/news/metanastes" title="Δεν γίνονται επαναπροωθήσεις μεταναστών στην Ελλάδα από τη Γερμανία, σύμφωνα με τη γερμανική κυβέρνηση" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_7&quot;}}">Μεταναστευτικό</a></div> </div> <div class="big_news_pages_story"> <div class="b-n-image_and_title_hint"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/culture" class="b-n-image_and_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_8&quot;}}" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');"> <img src="/web/20160816223821im_/http://www.huffingtonpost.gr/images/trans.gif" width="74" height="58" longdesc="http://i.huffpost.com/gen/4601118/images/s-SNFCC-GREECE-mini.jpg" class="unloaded-image" alt=""/> </a> <div> <div class="b-n-title"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/news/culture" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_8&quot;}}">Το Ίδρυμα Σταύρος Νιάρχος επεκτείνει την πρόσβαση του κοινού και τις εκδηλώσεις στο ΚΠΙΣΝ από τις 16 Αυγούστου</a> </div> </div> </div> <div class="tag_topic_title"><a href="/web/20160816223821/http://www.huffingtonpost.gr/news/culture" title="Το Ίδρυμα Σταύρος Νιάρχος επεκτείνει την πρόσβαση του κοινού και τις εκδηλώσεις στο ΚΠΙΣΝ από τις 16 Αυγούστου" onclick="HPTrack.trackPageview('/t/a/big_news_bpage');" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;big_news_bpage_8&quot;}}">CULTURE</a></div> </div> <div class="clear_first"></div> </div> <div class="more_b-n-pages clearfix"> <a href="/web/20160816223821/http://www.huffingtonpost.gr/big-news/" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;more_b_n_pages&quot;}}">περισσότερες σελίδες μεγάλων νέων</a> &#187; </div> </div> </div> </div> <script type="text/javascript">huff.emit('content/update', '#most_popular_bpages');</script> <!-- </esi:text> </esi:when> </esi:choose> --> <div class="clear">&nbsp;</div> <!-- yahoo buzz widget was there --> <div id="otb_module"></div> </div> <script type="text/javascript">huff.emit('content/update', '#sidebar_right');</script> <div class="ad_lower_right_commercials_wrapper bnp_classic_blog_article_index"></div><div class="clear"></div> </div><!-- /grid_block blog_left --> <div class="clear full"></div> <div id="footer"> <!-- HP topnav --> <div class="top_nav_menu margin_bottom_5"> </div> <div> <!-- <esi:choose> <esi:when test="$(HTTP_HOST) has 'quebec.' || $(QUERY_STRING{'ir'}) has 'Quebec'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffingtonpost.com/jobs/">Καριέρες</a> | </li> <li><a href=" http://quebec.huffingtonpost.ca/p/faq-fr-ca.html">Συχνές Ερωτήσεις</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://quebec.huffingtonpost.ca/p/modalites-quebec.html">Σύμβαση χρήστη</a> | </li> <li><a href="http://quebec.huffingtonpost.ca/p/confidentialite-ca-fr.html">Απόρρητο</a> | </li> <li><a href=" http://quebec.huffingtonpost.ca/p/politique-commentaires-cafr.html">Πολιτική Σχολίων</a> | </li> <li><a href="http://quebec.huffingtonpost.ca/p/a-notre-sujet-ca.html">Σχετικά με εμάς</a> | </li> <li><a href="http://quebec.huffingtonpost.ca/p/tierces-partie-cafr.html" target="_blank">Σχετικά με τις διαφημίσεις μας</a> | </li> <li><a href="http://quebec.huffingtonpost.ca/p/nous-joindre-ca.html">Επικοινωνήστε μαζί μας</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li> &copy; 2016 TheHuffingtonPost.com Inc.| Le "Huffington Post" est une marque enregistr&eacute;e de TheHuffingtonPost.com Inc. Tous droits r&eacute;serv&eacute;s.</li> </ul> --> <!-- </esi:when> <esi:when test="$(GEO{'country_code'}) == 'CA' || $(HTTP_HOST) has '.ca' || $(QUERY_STRING{'country'}) has 'CA' || $(QUERY_STRING{'ir'}) has 'Canada'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="http://advertising.aol.com/brands/huffington-post" target="_blank">Advertise</a> | </li> <li><a href="/makehome/">Make HuffPost your Home Page</a> | </li> <li><a href="/syndication/">RSS</a> | </li> <li><a href="http://www.huffingtonpost.com/jobs/">Careers</a> | </li> <li><a href="http://www.huffingtonpost.com/faq/">FAQ</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.com/p/huffingtonpostca-terms-and-con.html">User Agreement</a> | </li> <li><a href="http://www.huffingtonpost.com/p/huffingtonpostca-privacy-policy.html">Privacy</a> | </li> <li><a href="http://www.huffingtonpost.com/p/community-guidelines-ca.html">Comment Policy</a> | </li> <li><a href="http://www.huffingtonpost.com/p/huffingtonpostca-about-us.html">About Us</a> | </li> <li><a href="http://adinfo.aol.com/about-our-ads/" target="_blank">About Our Ads</a> | </li> <li><a href="/contact/">Contact Us</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy; 2016 TheHuffingtonPost.com, Inc. | </li> <li>&quot;The Huffington Post&quot; is a registered trademark of TheHuffingtonPost.com, Inc. All rights reserved.</li> </ul> --> <!-- </esi:when> <esi:when test="$(GEO{'country_code'}) == 'UK' || $(HTTP_HOST) has '.co.uk' || $(QUERY_STRING{'country'}) has 'UK' || $(QUERY_STRING{'ir'}) has 'UK'"> --> <!--esi <ul id="footer_nav_0" class="footer_nav"> <li><a href="https://itunes.apple.com/ie/app/the-huffington-post/id306621789?mt=8">Mobile App for iPhone / iPad</a> | </li> <li><a href="https://play.google.com/store/apps/details?id=com.huffingtonpost.android&hl=en">Mobile App for Android</a></li> </ul> <ul id="footer_nav_1" class="footer_nav"> <li><a href="http://advertising.aol.co.uk/brands" target="_blank">Advertise</a> | </li> <li><a href="/makehome/">Make HuffPost your Home Page</a> | </li> <li><a href="/syndication/">RSS</a> | </li> <li><a href="http://www.huffingtonpost.co.uk/p/huffingtonpostcouk-careers.html">Careers</a> | </li> <li><a href="http://www.huffingtonpost.co.uk/p/huffingtonpostcouk-faq.html">FAQ</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.co.uk/p/huffingtonpostcouk-terms-of-service.html">User Agreement</a> | </li> <li><a href="http://privacy.aol.co.uk/">Privacy</a> | </li> <li><a href="http://privacy.aol.co.uk/cookie-information/">Cookie Policy</a> | </li> <li><a href="http://www.huffingtonpost.co.uk/p/huffingtonpostcouk-comment-policy.html">Comment Policy</a> | </li> <li><a href="http://www.huffingtonpost.co.uk/p/huffingtonpostcouk-about-us.html">About Us</a> | </li> <li><a href="http://adinfo.aol.com/about-our-ads/" target="_blank">About Our Ads</a> | </li> <li><a href="http://www.huffingtonpost.co.uk/p/huffpost-uk-contact-us.html">Contact Us</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>&quot;The Huffington Post UK&quot; is provided by AOL (UK) Limited. &copy; 2016 AOL (UK) Limited its affiliates and licensors</li> </ul>--> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.fr'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="http://www.mpublicite.fr/">Διαφήμισε</a> | </li> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffingtonpost.fr/p/mentions-legales.html">Νομική ειδοποίηση</a> | </li> <li><a href="http://www.huffingtonpost.fr/p/huffpost-france-faq.html">Συχνές Ερωτήσεις</a> | </li> <li><a href="http://www.huffingtonpost.fr/p/cookies-et-autres-technologies.html">Cookies</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.fr/p/conditions-generales.html">Σύμβαση χρήστη</a> | </li> <li><a href="http://www.huffingtonpost.fr/p/charte-de-confidentialite.html">Απόρρητο</a> | </li> <li><a href="http://www.huffingtonpost.fr/p/charte-des-commentaires.html">Πολιτική Σχολίων</a> | </li> <li><a href="http://www.huffingtonpost.fr/p/a-propos-de-nous.html">Σχετικά με εμάς</a> | </li> <li><a href="http://www.mpublicite.fr/pdf/HuffingtonPost_MPublicite.pdf" target="_blank">Σχετικά με τις διαφημίσεις μας</a> | </li> <li><a href="http://www.huffingtonpost.fr/p/nous-contacter.html">Επικοινωνήστε μαζί μας</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>&copy; 2016 Le Huffington Post SAS. Tous droits r&eacute;serv&eacute;s.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has 'voces.'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="http://voces.huffingtonpost.com/p/voces-cookies-y-otras-tecnologi.html">Política de cookies</a> | </li> <li><a href="http://voces.huffingtonpost.com/syndication/">RSS</a> | </li> <li><a href="http://www.huffingtonpost.com/jobs/">Καριέρες</a> | </li> <li><a href="http://voces.huffingtonpost.com/p/faq-es-us.html">Συχνές Ερωτήσεις</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://voces.huffingtonpost.com/p/acuerdo-del-usuario.html">Σύμβαση χρήστη</a> | </li> <li><a href="http://privacy.aol.com/">Pol&iacute;tica de Privacidad</a> | </li> <li><a href="http://www.huffingtonpost.com/faq/#moderation">Πολιτική Σχολίων</a> | </li> <li><a href="http://voces.huffingtonpost.com/p/quiene-somos-es-us.html">Σχετικά με εμάς</a> | </li> <li><a href="http://voces.huffingtonpost.com/p/acerca-de-nuestros-anuncios.html">Σχετικά με τις διαφημίσεις μας</a> | </li> <li><a href="http://voces.huffingtonpost.com/p/contacto-es-us.html">Επικοινωνήστε μαζί μας</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy; 2016 TheHuffingtonPost.com, Inc. | </li> <li>&quot;The Huffington Post&quot; Αποτελεί σήμα κατατεθέν του TheHuffingtonPost.com, Inc. Με την επιφύλαξη όλων των δικαιωμάτων.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.es'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="http://www.huffingtonpost.es/p/cookies-y-otras-tecnologias.html">Política de cookies</a> | </li> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffingtonpost.es/p/preguntas-frecuentes.html">Συχνές Ερωτήσεις</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.es/p/terminos-y-condiciones-de-uso.html">Σύμβαση χρήστη</a> | </li> <li><a href="/privacy/">Απόρρητο</a> | </li> <li><a href="http://www.huffingtonpost.es/p/politica-en-cuanto-a-comentari.html">Πολιτική Σχολίων</a> | </li> <li><a href="http://www.huffingtonpost.es/p/quienes-somos.html">Σχετικά με εμάς</a> | </li> <li><a href="http://www.huffingtonpost.es/p/contacto.html">Επικοινωνήστε μαζί μας</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy; 2016 Espa&ntilde;a Prisa Noticias S.L.U. o sus licenciadores (en particular HUFFINGTON POST INTERNATIONAL)</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.it'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffingtonpost.it/p/domande-frequenti.html">Συχνές Ερωτήσεις</a> | </li> <li><a href="http://www.huffingtonpost.it/p/cookie-ed-altre-tecnologie.html">Cookie</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.it/p/termini-e-condizioni.html">Σύμβαση χρήστη</a> | </li> <li><a href="http://www.huffingtonpost.it/p/informativa-sulla-privacy.html">Απόρρητο</a> | </li> <li><a href="http://www.huffingtonpost.it/p/moderazione-dei-commenti.html">Πολιτική Σχολίων</a> | </li> <li><a href="http://www.huffingtonpost.it/p/chi-siamo.html">Σχετικά με εμάς</a> | </li> <li><a href="http://www.huffingtonpost.it/p/contattaci.html">Επικοινωνήστε μαζί μας</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy; 2016 , HuffingtonPost Italia s.r.l., o i Suoi licenzianti (in particolare THEHUFFINGTONPOST Holdings LLC) IVA n. 07942470969</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.jp'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href=" http://www.huffingtonpost.jp/p/huffingtonpostjp-faq.html">Συχνές Ερωτήσεις</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.jp/p/huffingtonpostjp-terms-and-conditions.html">Σύμβαση χρήστη</a> | </li> <li><a href="http://www.huffingtonpost.jp/p/huffingtonpostjp-privacy-policy.html">Απόρρητο</a> | </li> <li><a href="http://www.huffingtonpost.jp/p/huffingtonpostjp-comment-policy.html">Πολιτική Σχολίων</a> | </li> <li><a href="http://www.huffingtonpost.jp/p/huffingtonpostjp-about-us.html">Σχετικά με εμάς</a> | </li> <li><a href="http://www.huffingtonpost.jp/p/huffingtonpostjp-contact-us.html">Επικοινωνήστε μαζί μας</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy; 2016 , &quot;The Huffington Post&quot; Αποτελεί σήμα κατατεθέν του TheHuffingtonPost.com, Inc. Με την επιφύλαξη όλων των δικαιωμάτων.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has 'huffpostmaghreb.com'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffpostmaghreb.com/p/maghreb-faq.html">Συχνές Ερωτήσεις</a> | </li> <li><a href="http://www.huffpostmaghreb.com/p/maghreb-terms.html">Σύμβαση χρήστη</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffpostmaghreb.com/p/maghreb-privacy.html">Απόρρητο</a> | </li> <li><a href="http://www.huffpostmaghreb.com/p/huffpostmaghreb-charte-des-commentaires.html ">Πολιτική Σχολίων</a> | </li> <li><a href="http://www.huffpostmaghreb.com/p/huffpostmaghreb-a-propos-de-nous.html">Σχετικά με εμάς</a> | </li> <li><a href="http://www.huffpostmaghreb.com/p/huffpostmaghreb-nous-contacter.html">Επικοινωνήστε μαζί μας</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>&copy; 2016 TheHuffingtonPost International. Tous droits r&eacute;serv&eacute;s.</li><ul id="footer_nav_1" class="footer_nav"> </ul>--> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has 'huffingtonpost.com.au'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/makehome/">Make HuffPost your Home Page</a> | </li> <li><a href="/syndication/">RSS</a> | </li> <li><a href="http://www.huffingtonpost.com.au/p/huffpost-australia-faqs.html">FAQ</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.com.au/p/huffpost-australia-terms.html">User Agreement</a> | </li> <li><a href="http://www.huffingtonpost.com.au/p/huffpost-australia-privacy-policy.html">Privacy</a> | </li> <li><a href="http://www.huffingtonpost.com.au/p/huffpost-australia-about-us.html">About Us</a> | </li> <li><a href="http://www.huffingtonpost.com.au/p/huffpost-australia-contact-us.html">Contact Us</a></li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy; 2016 The Huffington Post Australia Pty Ltd. | </li> <li>All rights reserved.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.de'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffingtonpost.de/p/huffpostdefaq.html">Συχνές Ερωτήσεις</a> | </li> <li><a href="http://www.huffingtonpost.de/p/cookies-und-andere-technologien.html">Cookies</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.de/p/nutzungsbedingungen.html">Σύμβαση χρήστη</a> | </li> <li><a href="http://www.huffingtonpost.de/p/datenschutz.html">Απόρρητο</a> | </li> <li><a href="http://www.huffingtonpost.de/p/kommentaren.html">Πολιτική Σχολίων</a> | </li> <li><a href="http://www.huffingtonpost.de/p/impressum.html">Σχετικά με εμάς</a> | </li> <li><a href="http://www.huffingtonpost.de/p/kontakt.html">Επικοινωνήστε μαζί μας</a> | </li> <li><a href="http://www.hubert-burda-media.de/karriere/stellenangebote/?persis_city[]=all&persis_area[]=all&experience[]=all&keywords=Huffington+Post">Καριέρες</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy;2016 TheHuffingtonPost Holdings LLC. Με την επιφύλαξη παντός δικαιώματος.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has 'brasilpost.com.br'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.brasilpost.com.br/p/perguntas-frequentes.html">Συχνές Ερωτήσεις</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.brasilpost.com.br/p/termos-do-servico.html">Σύμβαση χρήστη</a> | </li> <li><a href="http://www.brasilpost.com.br/p/politica-de-privacidade.html">Απόρρητο</a></a> | </li> <li><a href="http://www.brasilpost.com.br/p/politica-de-comentarios.html">Πολιτική Σχολίων</a> | </li> <li><a href="http://www.brasilpost.com.br/p/quem-somos.html">Σχετικά με εμάς</a> | </li> <li><a href="http://www.brasilpost.com.br/p/contatenos.html">Επικοινωνήστε μαζί μας</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy;2016 TheHuffingtonPost Holdings LLC. Με την επιφύλαξη παντός δικαιώματος.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.kr'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffingtonpost.kr/p/huffpostkoreafaq.html">Συχνές Ερωτήσεις</a> | </li> <li><a href="http://www.huffingtonpost.kr/p/huffpostkoreaterms.html">Σύμβαση χρήστη</a> | </li> <li><a href="http://www.huffingtonpost.kr/p/huffpostkoreaprivacypolicy.html">Απόρρητο</a> | </li> <li><a href="http://www.huffingtonpost.kr/p/huffpostkoreacommentpolicy.html">Πολιτική Σχολίων</a> | </li> <li><a href="http://www.huffingtonpost.kr/p/huffpostkoreaaboutus.html">Σχετικά με εμάς</a> | </li> <li><a href="http://www.huffingtonpost.kr/p/huffpostkoreacontactus.html">Επικοινωνήστε μαζί μας</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li>허핑턴포스트코리아(유) | </li> <li>등록번호 : 서울 아 03003 | </li> <li>등록일자 : 2014 년 2 월 10 일 | </li> <li>제호: 허핑턴포스트코리아 </li> <li>발행・편집인: 정영무 </li> <li>주소: 서울 마포구 마포대로 144 </li> <li>발행일자: 2014년 2월 28일 </li> <li>청소년보호책임자: 유강문 </li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy;2016 TheHuffingtonPost Holdings LLC. Με την επιφύλαξη παντός δικαιώματος.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.gr'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffingtonpost.gr/p/huffpost-gr-faq.html">Συχνές Ερωτήσεις</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.gr/p/huffpost-gr-terms.html">Σύμβαση χρήστη</a> | </li> <li><a href="http://www.huffingtonpost.gr/p/huffpost-greece-privacy-policy.html">Απόρρητο</a> | </li> <li><a href="http://www.huffingtonpost.gr/p/huffpost-gr-comment-policy.html">Πολιτική Σχολίων</a> | </li> <li><a href="http://www.huffingtonpost.gr/p/huffpost-gr-about-us.html">Σχετικά με εμάς</a> | </li> <li><a href="http://www.huffingtonpost.gr/p/huffpost-gr-contact-us.html">Επικοινωνήστε μαζί μας</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy;2016 TheHuffingtonPost Holdings LLC. Με την επιφύλαξη παντός δικαιώματος.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.in'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/makehome/">Make HuffPost your Home Page</a> | </li> <li><a href="/syndication/">RSS</a> | </li> <li><a href="http://www.huffingtonpost.in/p/huffpost-india-faqs.html">FAQ</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.in/p/huffpost-india-terms.html">User Agreement</a> | </li> <li><a href="http://www.huffingtonpost.in/p/huffpost-india-privacy-policy.html">Privacy</a> | </li> <li><a href="http://www.huffingtonpost.in/p/huffpost-india-about-us.html">About Us</a> | </li> <li><a href="http://www.huffingtonpost.in/p/huffpost-india-contact-us.html">Contact Us</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy; 2016 Times Internet Limited (and its licensors). | </li> <li>All rights reserved.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has 'huffpostarabi.com'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication/">RSS</a> | </li> <li><a href="http://www.huffpostarabi.com/p/huffpost-arabi-faqs.html">Συχνές Ερωτήσεις</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffpostarabi.com/p/huffpost-arabi-terms.html">Σύμβαση χρήστη</a> | </li> <li><a href="http://www.huffpostarabi.com/p/huffpost-arabi-privacy-policy.html">Απόρρητο</a> | </li> <li><a href="http://www.huffpostarabi.com/p/huffpost-arabi-about-us.html">Σχετικά με εμάς</a> | </li> <li><a href="http://www.huffpostarabi.com/p/huffpost-arabi-contact-us.html">Επικοινωνήστε μαζί μας</a> | </li> <li><a href="/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav" syle="direction:rtl;"> <li> &quot;The Huffington Post&quot; Αποτελεί σήμα κατατεθέν του TheHuffingtonPost.com, Inc. Με την επιφύλαξη όλων των δικαιωμάτων. 2016&copy;</li> </ul> --> <!-- </esi:when> <esi:otherwise> --> <ul id="footer_nav_1" class="footer_nav"> <li><a href="/web/20160816223821/http://www.huffingtonpost.gr/syndication">RSS</a> | </li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/p/huffpost-gr-faq.html">Συχνές Ερωτήσεις</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/p/huffpost-gr-terms.html">Σύμβαση χρήστη</a> | </li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/p/huffpost-greece-privacy-policy.html">Απόρρητο</a> | </li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/p/huffpost-gr-comment-policy.html">Πολιτική Σχολίων</a> | </li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/p/huffpost-gr-about-us.html">Σχετικά με εμάς</a> | </li> <li><a href="https://web.archive.org/web/20160816223821/http://www.huffingtonpost.gr/p/huffpost-gr-contact-us.html">Επικοινωνήστε μαζί μας</a> | </li> <li><a href="/web/20160816223821/http://www.huffingtonpost.gr/archive">Αρχείο</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy;2016 TheHuffingtonPost Holdings LLC. Με την επιφύλαξη παντός δικαιώματος.</li> </ul> <!-- </esi:otherwise> </esi:choose> --> <ul id="footer_nav_4" class="footer_nav"> <li>Τμήμα της <strong> HPMG News </strong></li> </ul> <br/> </div> </div> <script type="text/javascript">huff.emit('content/update', '#twitter_promo');</script> <script type="text/javascript"> //ads processing if (HuffPoUtil.WEDGJE.ad_renders && HuffPoUtil.WEDGJE.ad_renders.length) { for (var i=0; i<HuffPoUtil.WEDGJE.ad_renders.length; i++) { HuffPoUtil.WEDGJE.ad_renders[i](); } } </script> <div style="width:300px" id="ad_store_adtech_header" class="ad_store "></div><div style="width:300px" id="ad_store_asset_inserts" class="ad_store "></div><div style="width:300px" id="ad_store_top_1x1_rotating" class="ad_store "></div><div style="width:300px" id="ad_store_curtain" class="ad_store "></div><div style="width:300px" id="ad_store_right_rail_lower" class="ad_store "></div> <div id="console"></div> <script type="text/javascript"> if(HPAds.ad_check_page_config('adtech_header'))HPAds.ad_store_push('adtech_header', '', 300, false, false, false, false);if(HPAds.ad_check_page_config('asset_inserts'))HPAds.ad_store_push('asset_inserts', '', 300, false, false, false, false);if(HPAds.ad_check_page_config('top_1x1_rotating'))HPAds.ad_store_push('top_1x1_rotating', '', 300, false, false, false, false);if(HPAds.ad_check_page_config('curtain'))HPAds.ad_store_push('curtain', '', 300, false, false, false, false);if(HPAds.ad_check_page_config('right_rail_lower'))HPAds.ad_store_push('right_rail_lower', '', 300, false, false, false, false); HPAds.ad_store_move_to_place(false); HPAds.page_spots["adtech_header"]=true; HPAds.page_spots["asset_inserts"]=true; HPAds.page_spots["curtain"]=true; HPAds.page_spots["leaderboard_flex"]=true; HPAds.page_spots["right_rail_flex"]=true; HPAds.page_spots["right_rail_lower"]=true; HPAds.page_spots["top_1x1"]=true; HPAds.page_spots["top_1x1_rotating"]=true; </script> <!-- footer --> </div> <div id="tfm_skyscraper" class="top_right_skyscraper"></div> </div> <!--</div>--> <!-- lightboxes were here --> <script type="text/javascript"> /* use hot keys for slidehow */ // add to body browser type jQuery('body').addClass(HPBrowser.browser_class().toLowerCase() + (HPBrowser.version() + '').replace('.', '-')); </script> <script type="text/javascript"> if (HuffCookies.get('huffpost_become_fan')) { simulateClick("blogger_menu_becomefan"); HuffCookies.del('huffpost_become_fan'); } </script> <!-- Begin comScore Tag --> <script type="text/javascript"> document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://web.archive.org/web/20160816223821/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:"greece", c6:"", c15:"", options: { url_append: "comscorekw=greece" } } COMSCORE.beacon(comscore_data); </script> <noscript> <img src="https://web.archive.org/web/20160816223821im_/http://b.scorecardresearch.com/p?c1=2&amp;c2=6723616&amp;c3=&amp;c4=&amp;c5=greece&amp;c6=&amp;c15=&amp;cj=1" width="1" height="1" alt=""/> </noscript> <!-- End comScore Tag --> <script type="text/javascript"> var HPS = HPTrack.Services; HPS.setOptions('Quantcast', { labels:"Greece", qacct:"p-6fTutip1SMLM2" }); HPS.trackTo(['Quantcast']); </script> <noscript> <img src="//web.archive.org/web/20160816223821im_/http://pixel.quantserve.com/pixel/p-6fTutip1SMLM2.gif?labels=Greece" style="display:none" height="1" width="1" alt="Quantcast"/> </noscript> <script type="text/javascript" src="https://web.archive.org/web/20160816223821js_/http://pixel.quantserve.com/seg/p-6fTutip1SMLM2.js"></script> <!-- Served from: production-mt-wfe-48-114.use1 --> <!-- Wrapped End --> <div id="hp_vertical_common_lightbox" style="visibility: hidden;"> <center> <div class="modal_inner"> <div> <div class="hp_common_message"> <span>HuffPost Lightbox</span> <a href="#" class="close_modal" onclick="HuffConnect.hideModal();return false;"> <img width="70" height="22" alt="" src="https://web.archive.org/web/20160816223821im_/http://s.huffpost.com/images/modal/close-home.gif"/> </a> </div> </div> <div class="content"> <div id="sf_ad_block" class="ad_block ad_wide_top floatright"></div> </div> </div> </center> </div> <script type="text/javascript" src="https://web.archive.org/web/20160816223821js_/http://s.huffpost.com/assets/js.php?v=1470760434&amp;f=image_embed.js"></script> <!--if user has AOL's referrer we display AOL NavBar --> <div id="ad_bottom_1x1" class="ad_wrapper"><!-- nugg.ad TARGETING huffingtonpost.gr --> <script type="text/javascript"> var nuggprof=""; var nuggrid= encodeURIComponent(top.location.href); (function() { var s = document.createElement('script'); s.src = 'https://web.archive.org/web/20160816223821/http://24m.nuggad.net/rc?nuggn=832047503&nuggsid=1321379317&nuggrid='+nuggrid; document.head.appendChild(s); }()); </script> <!-- START nugg.ad ENED desktop and mobile tag huffingtonpost.gr --> <div id="nugg.ad"> <script type="text/javascript"> // start client configuration var nuggAIArray=""; var nuggtg=encodeURIComponent(""); var nugghost="https://web.archive.org/web/20160816223821/http://24m.nuggad.net"; var nugghostmobile="https://web.archive.org/web/20160816223821/http://24m-m.nuggad.net"; var nuggn=752387581; var nuggsid=677236677; var nuggnmobile=659279516; var nuggsidmobile=677236677; // end client configuration </script> <script type="text/javascript" src="https://web.archive.org/web/20160816223821js_/http://24m.nuggad.net/rc?nuggn=752387581&amp;nuggsid=677236677&amp;nuggtg="></script> </div> <!-- END nugg.ad ENED desktop and mobile tag huffingtonpost.gr --> <!-- BEGIN ENED TAG --> <div id="analyzer"> <script type="text/javascript"> xtnv = document; xtdmc = ".huffingtonpost.gr"; xtsite = "552232"; xtn2 = "2"; xt_xtcpath = "24media.gr/en/article2284470.ece/BINARY/original/xtcore.js"; xtcustom = nuggAIArray; (function(){ var at=document.createElement('script'); at.type='text/javascript'; at.async=true; at.src= (('https:' == document.location.protocol) ? 'https://': 'http://')+xt_xtcpath; (document.getElementById('nugg.ad')||document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]||document.getElementsByTagName('script')[0].parentNode).insertBefore(at,null); })(); </script> </div> <!-- END ENED TAG --></div><div id="ad_bottom_1x1" class="ad_wrapper"><script type="text/javascript"> var _sf_async_config={uid:3289,domain:"huffingtonpost.gr",useCanonical:true}; (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src', '//web.archive.org/web/20160816223821/http://static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script></div><div id="ad_bottom_1x1" class="ad_wrapper"><script>googletag.cmd.push(function(){ googletag.display('greece_dfp_prestitial'); googletag.display('greece_dfp_skin'); googletag.display('ad_leaderboard_flex'); }); </script></div><div id="ad_bottom_1x1" class="ad_wrapper"><!-- AudienceScience Async Data Collection Tag --> <script> (function() { var csid = "F09828"; var bpid = "huffingtonpost_gr"; var e = document.createElement("script"); var s = document.getElementsByTagName("script")[0]; e.src = "//web.archive.org/web/20160816223821/http://js.revsci.net/gateway/gw.js?auto=t&csid=" + csid + "&bpid=" + bpid; e.async = true; s.parentNode.insertBefore(e, s); })(); </script> <!-- End AudienceScience Data Collection Tag --></div><script type="text/javascript">huff.use('conf', function(c){ c.set({"mtime":1471387101,"entry":0,"vertical":"greece","vertical-id":"138","vertical-name":"Greece","ads\/zone":"viral","topnav\/version":"2","cookie\/domain":"huffingtonpost.gr","websocket\/enabled":false,"websocket\/url":"fiji-production-ws.use1.huffpo.net","websocket\/init":false,"site_blog_id":46,"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":"138","primary_vertical_name":"Greece","primary_vertical_facebook_name":"HuffPostGreece","primary_vertical_twitter_name":"HuffPostGreece","current_vertical_facebook_name":"HuffPostGreece","current_vertical_twitter_name":"HuffPostGreece","vertical\/bignews":"greece","threeup":{"version":1}}); });</script><!-- BEGIN Nielsen Tracking --> <script type="text/javascript"> HPTrack.Services.trackTo(['Nielsen']); </script> <noscript> <img src="//web.archive.org/web/20160816223821im_/http://secure-us.imrworldwide.com/cgi-bin/m?ci=us-703240h&amp;cg=0&amp;cc=1&amp;ts=noscript" width="1" height="1" alt=""/> </noscript> <!-- END Nielsen Tracking --> <div id="parsely-root" style="display: none"> <div id="parsely-cfg" data-parsely-site="huffingtonpost.gr"></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> </body> </html> <!-- FILE ARCHIVED ON 22:38:21 Aug 16, 2016 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 11:50:16 Nov 28, 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.504 exclusion.robots: 0.026 exclusion.robots.policy: 0.016 esindex: 0.01 cdx.remote: 6.446 LoadShardBlock: 207.59 (3) PetaboxLoader3.datanode: 145.428 (4) PetaboxLoader3.resolve: 228.3 (3) load_resource: 186.877 -->

Pages: 1 2 3 4 5 6 7 8 9 10