“Last preparations “at home” in Saas The fee was collected towards simulating a match. So bring the situation as close as possible to those who will be in the race, for example a closer look at the track, correction of small things, minor changes, everything is it went according to plan “ is he said in a videoconference with Slovenian journalists today Ilka Štuhec.
Almost all summer and fall is namely the Maribor woman survived in Switzerland where is specially trained in Saas fiance. “We had the highest level of conditions, or the best possible weather is they went hand in hand “ is said the two-time world champion in skiing.
Restrictive measures are also being taken related to the second wave of the coronavirus pandemic: “For everyone is same. Additional tests, no socializing. The less you strain yourself, the better is. It’s embarrassing because you don’t know where to put something.
The beginning of a new winter for Mariborčanka
St. Moritz brings the first ski races in the fast disciplines, and thus the entry race for the 2020/21 season for the best Slovenian of recent winters, Ilko Štuhec, who will start again after a 281-day break.
Štuhčeva, which will be in February for Cortini d’Ampezzo attacked the ski world title for the third time in a row, is last competed in the World Cup nine months ago when is he was on the Italian La Thuile 23. in slalom a super giant.
Return to the city of the first golden snowflake
After his last serious injury on February 23, 2019 in Crans Montana is The 30-year-old played in 10 World Cup games and achieved the best result is took 6th place in skiing in Garmisch. However, last year’s visit to St. Moritz did not remain in her pleasant memory is he was only 32nd and only once left without points, if is degreased to the goal.
Mariborčanka is in St. Moritz won her first skiing world title in February 2017 in the super giant slalom is was 11th Štuhčeva is was the best in the World Cup at this Swiss facility in March 2016 when is he was ninth in the slalom super giant.
Without Shiffrin in fast disciplines?
The first ski star Mikaela Shiffrin will be short term completely focused on slalom and giant slalom and missed both of the super giant slalom in St. Moritz. The 25-year-old from Vail is due to return to the white slopes on December 12 and 13 Courchevelwhere two giant slaloms are planned.
Shiffrin’s decision is not completely unexpected. The American Ski Association adds that the competitor who practices fast sports has not had contact since last January. However, due to the new coronavirus pandemic and the ban on skiing and super giant slalom he couldn’t prepare himself properly.
Second and fifth slalom in Levi
American is Last season was interrupted due to the tragic death of his father and a planned return to the last matches of the World Cup is prevent a pandemic from breaking out. Shiffrinov is in the new season, he has already missed the opening match of the World Cup in Sölden, he went is for the inaugural giant slalom of the season is he started both slalom in Levi and eventually missed again parallel Giant slalom in Lech. In Levi is after a 300-day break in the competition, she took second and fifth place.
The power was taken over by Slovak Vlhova
The first star of the season is Słowaczka Petra Vlhova, ki is scored 360 out of a possible 400 points. Her advantage over the three-time winner of the general classification Shiffrin is now 235 points, probably but it will grow even more from then on is Vlhova keeps getting better even in fast disciplines.
// Production steps of ECMA-262, Edition 6, 22.1.2.1 Array.from||(Array.from=function(){var r;try{r=Symbol.iterator?Symbol.iterator:"Symbol(Symbol.iterator)"}catch //IE11 polyfill if (!String.prototype.includes) { String.prototype.includes = function() { 'use strict'; return String.prototype.indexOf.apply(this, arguments) !== -1; }; }
// Cookie helper var cookieHelper = { getCookie: function(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); },
setCookie: function(name, value, days) { var d = new Date; d.setTime(d.getTime() + 24*60*60*1000*days); document.cookie = name + "=" + value + ";domain=.rtvslo.si;path=/;expires=" + d.toGMTString(); },
deleteCookie: function(name) { cookieHelper.setCookie(name, '', -1); },
cookieExist: function(cookieName) { if (document.cookie.split(';').filter(function(item) { return item.includes(cookieName + '=') }).length) { //console.log('Cookie founded!'); return true; } return false; } }; // END: Cookie helper
// iProm
(function(a,g,b,c){ a[c]=a[c]||function(){
"undefined"===typeof a.ipromNS?(a[c].q=a[c].q||[]).push(arguments):a.ipromNS.execute(arguments)};
var k=function(){ var b=g.getElementsByTagName("script")[0];return function h(f){ var e=f.shift();a[c]("setConfig",{ server:e});
var d=document.createElement("script");0
// Dark mode, Comments & Login if (document.cookie.indexOf('darkModeEnabled=true') != -1) document.body.classList.add('dark-mode'); if (document.cookie.indexOf('showComments=true') != -1) document.body.classList.add('show-comments-enabled'); if (document.cookie.indexOf('APISESSION') != -1){ document.body.classList.add('user-logged-in'); }else{ document.body.classList.add('user-logged-out'); }
// Mobile check var mobile = false; var mobile_xs = false;
var checkIfMobile = function checkIfMobile() { var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
w < 992 ? (mobile = true) : (mobile = false); // 992px = lg breakpoint w < 576 ? (mobile_xs = true) : (mobile_xs = false); // 576px = sm breakpoint }; checkIfMobile(); window.addEventListener("resize", checkIfMobile); // iOS standalone var isIos = function isIos() { var userAgent = window.navigator.userAgent.toLowerCase(); return /iphone|ipad|ipod/.test(userAgent); }; // Detects if device is on iOS var isInStandaloneMode = function isInStandaloneMode() { return "standalone" in window.navigator && window.navigator.standalone; }; // Detects if device is in iOS standalone mode var showIosNative = false; if (window.location.href.indexOf("show-ios-native") !== -1) document.cookie = "showIosNative=true"; if (document.cookie && document.cookie.indexOf("showIosNative=true") != -1) showIosNative = true; if ((isIos() && isInStandaloneMode() && mobile) || showIosNative) document.body.classList.add("ios-standalone"); // Facebook if(document.cookie && document.cookie.indexOf("cc_social=yes") > -1){ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src="https://connect.facebook.net/sl_SI/sdk.js#xfbml=1&autoLogAppEvents=1&version=v3.1&appId=142347525793254"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }