Tuesday, July 30, 2013

Borst will retire as Toyota finance chief - Automotive News

George Borst's move in 1997 to Toyota Motor Credit Corp. puzzled some Toyota insiders because of his lack of experience within the finance arm.

Related Topics

LOS ANGELES ? George Borst, who led Lexus through the endaka currency exchange crisis of the mid-1990s and who has been CEO of Toyota Financial Services for the past 13 years, announced his retirement from Toyota today.

Borst will stay with the U.S. credit and insurance arm through the end of September, he told a meeting of top Toyota and Lexus dealers. He will turn 65 on Sept. 2.

His replacement will be Mike Groff, 58, the seventh employee hired by Toyota Motor Credit Corp. when the captive finance company was formed in 1983. Groff has been head of Toyota Financial Services' sales and marketing for the past five years.

Borst presided over massive growth in Toyota's finance arm ? from about $21 billion in assets in 1997 to $91 billion today, with its operating income jumping sixfold in that period, to $1.8 billion. Toyota's share of its dealers' finance business has soared from 37 percent in 1997 to 64 percent today.

In an interview, Borst said Groff is an excellent choice as his successor.

"Mike has worked in the branches and regions, in operations and strategic planning," Borst said. "His five years in sales and marketing have been the toughest five years ever, and we've had terrific results in that time."

Hired by McCurry

Borst was hired in 1985 by legendary Toyota Motor Sales U.S.A. executive Bob McCurry to oversee the marketing department, a position that evolved into running Toyota's budding strategic planning department in 1991.

But his biggest challenge may have been as general manager of Lexus Division, a job he assumed in 1993. During his tenure, the dollar collapsed against the yen, making the cost of Japan-built vehicles sold in America much more expensive. The yen went from 115 to 80 to the dollar by 1995, and Lexus' launch momentum was derailed.

"I am most proud of my time at Lexus," Borst said in an interview. "When we started to struggle, we could have had bargain-basement sales and eliminated all those customer handling touches. This was our first test of who we were. And in 1995, even as our sales volume had dropped, we still swept the J.D. Power awards."

Borst's move in 1997 to Toyota Motor Credit Corp. puzzled some Toyota insiders because of his lack of experience within the finance arm. At the time, even Borst admitted he was a bit at sea. But his background in strategic planning helped meld an organization that has become a financial powerhouse.

In 2000, Toyota Motor Corp.'s 16 separate finance arms worldwide were absorbed by a new global finance unit called Toyota Financial Services Corp. Borst was named CEO of Toyota Financial Services U.S.A.

One of his first moves was to create a collaborative management committee to analyze strategies to help build the business. He also changed the unit's field structure.

In 2001, Toyota decided that its 36 finance branch offices should handle only dealer business and stop handling customer interaction. Instead, three call centers handled all customer service. About 1,000 people were affected, and some branch offices were closed. But with more than a year's notice, Toyota Financial suffered little loss of service in the move.

Award winner

The increased efficiencies allowed the unit's volumes to nearly double in five years ? growth that slowed only when the recession hit. Again, Borst made a tough decision, refusing to let Toyota Financial back out of leasing when the rest of the industry panicked. Toyota stood by its residual values, and dealers and retail customers stayed loyal to the brand.

As a result, Toyota has 345,000 off-lease customers returning to the fold within the next 18 months ? a significant opportunity for loyalty retention, Borst said.

"When you think of how competitive this market is, that's a significant advantage," he said. "Were giving dealers 18,000 leads a month from this."

Toyota Financial Services is now the No. 2 issuer of commercial paper in the world, behind General Electric. And the unit's in-house treasury department has won all four of the financial services industry's coveted awards for performance, stability, speed-to-market and risk management. No company, automotive or otherwise, has ever done that, Toyota said.

Those were key reasons why Borst was named an Automotive News All-Star in 2012.

Borst said he was proud that Toyota's finance arm ranked atop seven categories in the recent National Automobile Dealers Association survey.

"Toyota dealers can only get their cars from Toyota," he said. "But finance is a commodity product. It's a relationship business."

You can reach Mark Rechtin at mrechtin@crain.com. -- Follow Mark on Twitter

Source: http://www.autonews.com/article/20130729/OEM02/130729894/borst-will-retire-as-toyota-finance-chief

MIT Shooting NFL schedule 2013 Boston Explosion West Texas American Airlines Carlos Arredondo Pat Summerall

Florida's Jeff Driskel undergoes appendectomy

By Tom Fornelli | College Football Writer

Florida will be starting camp Friday, but it appears the Gators will be without their starting quarterback for at least the first few practices.

The school announced on Tuesday that quarterback Jeff Driskel had undergone an appendectomy. Not a major surgery, by any means, but one that his coach says could keep him out for a few weeks as he recovers.

?Jeff had acute appendicitis and fortunately the medical staff caught it very quickly,? said Will Muschamp in a release. ?His surgery went well and how long he is out will be determined by how his body responds, which could be two weeks.?

Now, the good news for Driskel is that with the transfer of Jacoby Brissett during the offseason, he's the unquestioned starter heading into camp, and that's not likely to change following the appendectomy. The bad news is that Driskel is the unquestioned starter and he could be missing out on a couple weeks of important practices as the Gators prepare for the 2013 season.

If Driskel's appendix wasn't so selfish it would have become inflammed and uncomfortable in June or something.

You May Also Like

Biggest Stories

" } //console.log(customStrings.signIn); callFBApi = function() { var accessToken; var uid; //CBSi.injectJS('//connect.facebook.net/en_US/all.js#xfbml=1', 'facebook-jssdk'); /* FB.init({ appId : '297742330311988', oauth : true }); */ FB.getLoginStatus(function(response) { if (response.status === 'connected') { handle_fb_response(response.authResponse); } else{ FB.login(function(response) { if (response.authResponse) { handle_fb_response(response.authResponse); /* uid = response.authResponse.userID; accessToken = response.authResponse.accessToken; //CBSi.log("== FB APP DATA ==", response); FB.api('/me', function(social) { //CBSi.log("== FB USER DATA ==", social); log_in_socially(social.name, social.username, 'fb'); document.cookie = "lf_social_info=|FB|; expires=0; path=/"; }); */ } }); } }); }; handle_fb_response = function(authResponse){ uid = authResponse.userID; accessToken = authResponse.accessToken; FB.api('/me', function(social) { //CBSi.log("== FB USER DATA ==", social); log_in_socially(social.name, social.username, 'fb'); document.cookie = "lf_social_info=|FB|; expires=0; path=/"; }); } log_in_socially = function(dn, userid, site) { $.ajax({ url: "/data/common/livefyre/lf_social_login", dataType: 'json', data: { lfdn: dn, lfuser: userid, ssite: site } }).done(function(profile) { //CBSi.log("== Social Login ==",profile,site); if (profile.error) { //CBSi.log("Social login failed with error: ", profile); return null; } else { document.cookie = "lf_social_login="+ profile.socialsess +"; expires=0; path=/"; profile.socialsess = '1'; userObj = profile; lf_user_profile = profile; doLivefyreAuth(profile); } }); }; callTwitterApi = function() { window.open('/common/livefyre/V3/via_twitter?debug=32','twitterOauth','width=600,height=500,menu=0,status=0'); }; callTwitterApiHidden = function() { var arr1 = readCookie('lf_social_info').split(/\|/); log_in_socially(arr1[2], arr1[3], 'twitter'); hasProfile = 1; } function doLivefyreAuth(cval) { //console.log("== Attempting LF Login ==",cval); var isLoggedIn = 1; if (cval) { try { fyre.conv.login(cval.token); } catch (e) { isLoggedIn = 0; } } } changeDOM = function() { // DOM hacks. Change the UI for the dropdown box //console.log("== Running Dom Hacks =="); if (isLoggedIn == 1){ //console.log("== Checking Match =="); if (hasProfile == 0) { //CBSi.log("== adding get comment link =="); // They need a screen name //$('.lf_auth_section a.lf_user_loggedout').html('Get a Screen Name to Comment').addClass('loginLink'); $('.fyre .fyre-user-loggedout').hide(); $('#getScreenName').show(); var screenNameContent = 'Get a Screen Name to Comment'; $('#getScreenName').html(screenNameContent); } /* else { if (typeof userObj.profile.profile_url != 'undefined'){ if (userObj.profile.profile_url) { //CBSi.log("== adding login profile links =="); $('.fyre .fyre-box-wrapper a.fyre-user-profile-link').attr('href',userObj.profile.profile_url); $('li.fyre-edit-profile-link').html('Edit Profile'); } } } */ } changedDom = 1; //console.log("== finished dom hacks =="); }; function updateCommentCounts(element,count){ //CBSi.log("== updating comment counts =="); if (count == 1){ $(element).html('' + count + ' ??| ?Comment'); $(element).show(); $('.commentsCountLabel').html('comment'); } else{ $(element).html('' + count + ' ??| ?Comments'); $(element).show(); $('.commentsCountLabel').html('comments'); } $('.commentsCount').html(count); } function removeLfError(){ $('#cbsLfError').remove(); } var authDelegate = new fyre.conv.RemoteAuthDelegate(); authDelegate.login = function (handlers){ if (isLoggedIn Please log in above to post a comment.

'); handlers.failure(); } else{ removeLfError(); handlers.success(); } }; function updateAuthorLinks(){ $('.fyre-comment-username').each(function() { $(this).click(function() { window.location.href = $(this).attr('href'); }); }); $('.fyre-comment-author').each(function() { $(this).click(function() { window.location.href = $(this).attr('href'); }); }); } function updateOneLineComments(){ //console.log("Checking Comments"); $(".fyre-comment-wrapper").each(function() { if ($(this).find(".fyre-comment").css('display') != 'none'){ var commentText = $(this).find(".fyre-comment").html(); if (commentText != null){ var loopCtr = 0; // for IE8 while ( (commentText.indexOf("

",' '); loopCtr++; } //console.log(commentText); $(this).find(".fyre-comment").css('display','none'); $(this).find(".fyre-comment-head").append(commentText); } // end check for blank text } //console.log("Checking Height"); cntHeight = $(this).find(".fyre-comment-head").height(); if (cntHeight > 0){ //console.log("Setting Height"); cntHeight = -1 * ((cntHeight / 2) + 12); $(this).find(".fyre-flag-link").css('top',cntHeight); } }); } function change_profile_link(){ $(".fyre .fyre-box-list .fyre-edit-profile-link a").attr("href",'#'); $(".fyre .fyre-box-list .fyre-edit-profile-link a").attr("alt",''); $('.fyre .fyre-box-list .fyre-edit-profile-link a').click(function() { return false; }); $('.fyre .fyre-box-list .fyre-edit-profile-link').remove(); $(".fyre .fyre-comment-head .fyre-comment-username").attr("href",'#'); $(".fyre .fyre-comment-head .fyre-comment-username").attr("target",''); $(".fyre .fyre-comment-head .fyre-comment-username").attr("alt",''); $('.fyre .fyre-comment-head .fyre-comment-username').click(function() { return false; }); $('.fyre .fyre-comment-head').each(function() { var alltxt = $(this).html(); var nickname = $(this).find('.fyre-comment-username').html(); if (!(nickname == null)){ alltxt = "

Source: http://www.cbssports.com/collegefootball/blog/eye-on-college-football/22943603/floridas-jeff-driskel-undergoes-appendectomy

Resident Evil 6 arnold schwarzenegger adam shulman adam shulman peanut butter recall jason aldean Brigitte Nielsen

Crowdfunding Reaches Its Terrible, Glorious Climax With ?Smart Vibrator' Vibease

hermione wayThe startup behind a "wearable smart vibrator" called Vibease has taken to Indiegogo with hopes of raising at least $30,000 from fans. That sentence kind of speaks for itself, doesn't it? I mean, I could probably insert some suggestive wording from the campaign description ("People often forget that the brain is the biggest sex organ."), mention some of the high-end rewards (100 vibrators!), embed the campaign video (which is sometimes hilarious, sometimes awkward, and often both), and call it a day.

Source: http://feedproxy.google.com/~r/Techcrunch/~3/HaN10QC-d1Y/

Philadelphia building collapse Debbie Rowe Bruins score State of Decay michelle obama florida lottery Cassadee Pope

samsung galaxy s3 i747m

Nous sommes une communaut? d?di?e ? Android et tout ce qui gravite autour. Si vous cherchez ? tirer le meilleur parti de votre appareil, ? le personnaliser, ? ajouter des fonctions ou simplement ? avoir des r?ponses ? vos questions. Rejoignez-nous. C'est gratuit.

Connexion Inscription

Source: http://forum.frandroid.com/topic/159144-samsung-galaxy-s3-i747m/

sidney crosby at the drive in alternative minimum tax modeselektor gran torino gloria steinem war of the worlds

Friends proud of amateur film on Snowden's HK stay

HONG KONG (AP) ? It was shot in single takes with amateur actors, hobbyist directors and about $650 ? mainly to pay for a room in the same Hong Kong hotel that briefly housed Edward Snowden.

But the short YouTube film some bill as the first movie about the National Security Agency leaker is a source of pride for the friends who made it, even as they acknowledge its limitations.

"Verax" gained much popularity at first, having been released just two days after Snowden left Hong Kong for Moscow, where he remains, but praise of the film has given way to criticism, with many viewers berating the four directors for amateur work and bad casting.

The five-minute film is filled with Hong Kong scenery and melodramatic music and stars Andrew Cromeek, an American school teacher in Hong Kong with an uncanny resemblance to Snowden.

Cromeek is unfazed by the critics, noting none of the actors is a professional and that they didn't think the mere YouTube video would gain so much attention in the first place.

"I think the way it was shot was quite cool," he said. "We are all amateur actors. We all had one take. It was kind of like, shoot, go, OK, done. So it's fine. It's completely OK if people are like, 'It's the worst acting in the world.' It's totally fine with me."

Jeff Floro said he and the other directors, Edwin Lee, Shawn Tse and Marcus Tsui, had only wanted to hone their guerrilla filmmaking style and produce something that was relevant to Hong Kong at that time. Floro himself works in finance by day, and creates movies as a hobby.

Given the fact that little of Snowden was known at that time, the directors agreed to focus the film's attention on the relationships between different groups and agencies in Hong Kong.

They played with different ideas, "but in the end we felt like the tension is just there as it is, and we could just let it go through those circles and not actually highlight too much of Edward Snowden, considering we didn't have that much information about him," Floro said.

Money wasn't a concern of the filmmakers, who spent about 5,000 Hong Kong dollars (US$645) to make the film, most used to book a room at the Mira Hotel where Snowden stayed part of the time he was in Hong Kong.

"I think it was more about love of filmmaking, and we just thought it was relevant to Hong Kong," Floro said. "If we had wanted to cash it out, I think would have taken more time to really like, I guess put something longer together. And really like, try to pitch it, sell it in that way."

They plans to take "Verax" to film festivals and have been open about shooting a sequel.

Source: http://news.yahoo.com/friends-proud-amateur-film-snowdens-hk-stay-084554109.html

Jason Leffler 300 Rise Of An Empire Us Open Leaderboard Jason Kidd weather.com Leyla Ghobadi Dodgers brawl

Monday, July 29, 2013

Odlanier Solis Could Return on October 18th in Mexico

?Last update:? 7/28/2013 ????? Read more by Per Ake Persson ?????? ?
Odlanier Solis Could Return on October 18th in Mexico

By Per Ake Persson

Cuxhaven - As previously reported, Arena Box Promotion returned to the Kugelback Hall on the German North Sea coast. Heavyweight Odlanier Solis, now 20-1, knocked out overmatched Yakub Saglam, 28-3, at 2:30 of the seventh to retain the IBF I/C title. Saglam was beaten to the punch whenever he tried so do so something but then he discovered that if he didn't punch then Solis didn?t punch either and referee Jean Pierre van Imschoot had to remind the fighters three times to fight and threatened Saglam with disqualification if he didn?t pick it up. Solis finally opened up in the seventh for a clean finish.

Next up could be a fight in Mexico on?October 18.

"He?s a lazy [son of a b*tch]," said promoter Ahmet Oener. "He only fights as hard as he has to. Solis is also an exellent boxer and can still be a threat."

Tags: Odlanier Solis
?

?User Comments and Feedback (must register to comment)

?
comment by andrewa1, on 07-28-2013
Hopefully he fights someone half decent then. He's a lazy and frustrating sob, but he's still a top fighter and exciting to see against top 30 HW's.

?
comment by CubanGuyNYC, on 07-28-2013
lol Sounds like Oner is reaching unbearable heights of frustration with Solis. Can't say I feel sorry for him. :lol1:

?
comment by Drunk Punch, on 07-28-2013
I don't know how Solis finds the time to box inbetween eating cheeseburgers and doing nothing.

?
comment by nycsmooth, on 07-28-2013
I had read he was fighting Oct 18 in MX in a Mexico City paper, participating in the WBC World Cup, along w/Fres Oquendo...

Post A Comment/View More User Comments (4)?

?
?Latest Active Forum Threads
?What's New at BoxingScene.com
?

Source: http://www.boxingscene.com/odlanier-solis-return-on-october-18th-mexico--68104

121212 Concert Columbine shooting Ryan Lanza Facebook Connecticut shooting Nancy Lanza school shootings Jenni Rivera