Rallying: 'Retired' Loeb out to hinder Ogier's title charge
<!-- PRIMARY NAVIGATION -->
Enlarge
France's 'retired' rally maestro Sebastien Loeb dips back into the world rally championship this weekend, the nine-time world champion aiming to maintain his iron-like grip on the Rally of Argentina.
The Citroen DS3 driver has won every edition of this South American leg of the championship since 2005, and his presence in the line-up adds spice to a field headed by compatriot Sebastien Ogier.
Ogier heads the 2013 driver standings after shrugging off a debilitating virus to notch up his third win of the season in the Rally of Portugal last time out.
That lifted the Volkswagen driver up to 102 points, with Citroen rival Mikko Hirvonen in second on 48 points.
Loeb, who is only competing in four rallies ahead of his switch to the touring car championships with debutants Citroen in 2014, is lying third on 43 points, despite missing the last two rallies..
The 39-year-old believes his lack of recent seat time in his DS3 will put him at a disadvantage on the Argentine gravel roads.
"Apart from one day of testing, I haven't driven on gravel since the 2012 Rally of Spain," he told wrc.com.
" So I don't know what sort of feeling I'll have on the first few stages in Argentina. I think that you can lose your rhythm pretty quickly, and that's why I'm cautious about my chances.
"There's no denying the fact that I have pretty much moved on from rallying and am now focused on the future.
"This reduced programme is a good way to continue to compete for Citroën in 2013, but I'm not as well prepared as (teammates) Mikko (Hirvonen), Dani (Sordi) and the other guys. We'll see what happens when we get our helmets on..."
Ogier says he is more intent on extending his lead in the overall standings with a first ever win in Argentina than beating his arch-rival.
He said: "After the three victories, we obviously want to continue where we left off and, ideally, defend our lead in the championship until the end of the season. For now, however, we would be happy with another podium."
"I am looking forward to the duel with Sebastien. We had a great battle in Sweden, and it will be anything but easy again here. However, my main focus is on my rivals in the World Championship."
The Rally of Argentina runs from Thursday to Saturday.
nr/ak
http://www.globalpost.com/dispatch/news/afp/130501/rallying-retired-loeb-out-hinder-ogiers-title-charge
.
.views-field-field-torsotitle-value {
text-decoration: underline;
}
]]>
Featured Slideshow
Mostly distributed by North Korea's official Korean Central News Agency, these undated photos reveal how the hermit kingdom wants the outside world to see it.
-
Kim un military 11
Kim Jong Un visits the Wolnae Islet Defence Detachment in North Korea's western sector near the disputed maritime frontier with South Korea in this undated photo.
- [KCNA via KNS/AFP/Getty Images] -
Kim un military 6
Kim Jong Un inspects model military vehicles at an undisclosed location in North Korea in this undated photo.
- [KCNA via KNS/AFP/Getty Images] -
Kim un military 1
This picture released by North Korea's official Korean Central News Agency, shows North Korean leader Kim Jong Un (C) speaking with military officials during his inspection of landing and anti-landing drills on March 26, 2013.
- [KNS/AFP/Getty Images] -
Kim un military 2
Kim Jong Un speaks with female artilleries on March 26, 2013.
- [KNS/AFP/Getty Images] -
Kim un military 3
Kim Jong Un inspects the landing and anti-landing drills of KPA Large Combined Units 324 and 287 and KPA Navy Combined Unit 597 at an undisclosed location on North Korea's east coast on March 25, 2013.
- [KCNA KNS/AFP/Getty Images] -
Kim un military 4
Kim Jong Un inspects the landing and anti-landing drills on March 25, 2013.
- [KCNA KNS/AFP/Getty Images] -
Kim un military 5
Kim Jong Un walks towards an observation post on March 25, 2013.
- [KCNA via KNS/AFP/Getty Images] -
Kim un military 7
Kim Jong Un inspects overcoat samples at an undisclosed location in North Korea in this undated photo.
- [KCNA via KNS/AFP/Getty Images] -
Kim un military 9
Kim Jong Un inspects a long-range artillery sub-unit of Korean People's Army Unit 641 at undisclosed location in North Korea on March 12, 2013.
- [KCNA via KNS/AFP/Getty Images] -
Kim un military 10
Kim Jong Un inspects a long-range artillery sub-unit at an undisclosed location in North Korea on March 12, 2013.
- [KCNA via KNS/AFP/Getty Images] -
Kim un military 12
Kim Jong Un is greeted by soldiers as he inspects the Mu Islet Hero Defence Detachment near South Korea's Taeyonphyong Island in South Hwanghae province in this undated photo.
- [KCNA via KNS/AFP/Getty Images]
'
,containerID: 'divGigyaLoginTop'
,showEditLink: 'TRUE'
}
var login_params_top=
{
showTermsLink:false // remove 'Terms' link
,hideGigyaLink:true // remove 'Gigya' link
,height: 20
,width: 145
,UIConfig: ''
,containerID: 'divGigyaLoginTop'
,pendingRegistration: 'FALSE'
}
var showSiteFollowBarUI_params=
{
containerID: 'social-logo-buttons',
iconSize: 22,
buttons: [
{
provider: 'facebook',
actionURL: 'https://www.facebook.com/globalpost',
title: 'Support GlobalPost on Facebook',
action: 'dialog'
},
{
provider: 'twitter',
title: 'Follow @globalpost',
action: 'dialog',
followUsers: 'globalpost'
},
{
provider: 'linkedin',
actionURL: 'http://www.linkedin.com/today/globalpost.com',
title: 'Follow GlobalPost'
},
{
provider: 'googleplus',
actionURL: 'https://plus.google.com/117899428893829482065',
title: 'Add GlobalPost to your circles'
},
{
provider: 'rss',
actionURL: 'http://www.globalpost.com/feed/list',
title: 'GlobalPost RSS Feeds'
}
]
}
// function to populate name and photo box in header of page
function renderUI(res) {
if(document.getElementById("profile")){
if (res.user != null res.user.isConnected) {
document.getElementById("name").innerHTML = res.user.nickname;
if (res.user.thumbnailURL.length 0)
document.getElementById("photo").src = res.user.thumbnailURL;
else
document.getElementById("photo").src = "http://cdn.gigya.com/site/images/bsAPI/Placeholder.gif";
document.getElementById("profile").style.display = "block";
document.getElementById("gig-logout").style.display = "block";
document.getElementById("gigya-login-message").style.display = "none";
document.getElementById("gigya-login-text").style.display = "block";
} else {
document.getElementById("profile").style.display = "none";
document.getElementById("gig-logout").style.display = "none";
document.getElementById("gigya-login-message").style.display = "block";
document.getElementById("gigya-login-text").style.display = "none";
document.getElementById("name").innerHTML = "";
}
}
}
// Logout from Gigya platform. This method is activated when "Logout" button is clicked
function logoutFromGS() {
gigya.socialize.logout(); // logout from Gigya platform
}
Drupal.behaviors.gigyaHeaderUserInfo = function (context) {
gigya.socialize.showAddConnectionsUI(connect_params_top);
gigya.socialize.showFollowBarUI(showSiteFollowBarUI_params);
//gigya.socialize.showLoginUI(login_params_top);
// get user info
gigya.socialize.getUserInfo({ callback: renderUI });
// register for connect status changes
gigya.socialize.addEventHandlers({onConnectionAdded: renderUI, onConnectionRemoved: renderUI });
};
//--