Monday, July 29, 2013

Train with 7 tanker cars of oil derails in Lloydminster

LLOYDMINSTER, Alta. - Investigators are trying to figure out what caused a train pulling tanker cars to derail in Lloydminster.

Canadian Pacific (TSX:CP) spokesman Ed Greenberg says a locomotive and seven cars carrying oil left the tracks Friday afternoon in the city that straddles the Alberta-Saskatchewan boundary.

Greenberg says the train was moving out of a rail yard at the time and wasn't on the main line.

RCMP in Lloydminster say nothing spilled from the cars and no evacuations were necessary.

Some diesel spilled from the locomotive but police say it was contained.

Greenberg says no one was injured and the public was never at risk.

"A full investigation is being conducted to determine what took place ? not just the cause, but the circumstances that led to the cause," Greenberg said Saturday.

RCMP say the investigation is being turned over to CP police.

?

?

?

?

?

?

Source: http://feeds.canada.com/~r/canwest/F280/~3/fFejL3STFIs/story.html

may day 747 crash Kentucky Derby 2013 Barcelona celtics harry connick jr Marc Maron

Tracy McGrady says he may return to China next season

By Matt Moore | NBA writer

Tracy McGrady is considering a return to China.  (USATSI)
Tracy McGrady is considering a return to China. (USATSI)

So close. Tracy McGrady finally got to the Finals this season as a bench-riding non-factor for the Western Conference Champion Spurs. He was 28 seconds from a championship ring. But alas, the Heat prevailed, and now McGrady continues to ponder his future.

Over the weekend at an event in China, McGrady told reporters he may consider a return to the Chinese Basketball Association, where he spent most of last season.

In a pre-game press conference in Nanning, McGrady said he might come back to China Basketball Association (CBA) league despite its under par competitive environment.

"For those who have played years in NBA and still want to prolong their career like me, CBA is a great alternative," said McGrady who played a whole CBA season before he joined the Spurs, clutched 25 points, 7.2 rebounds and 5.1 assists per game, and his all-star performance help him sustain his highly respectable status in China.

McGrady still enjoys great support from Chinese fans. According to media, in the Yao Foundation Charity Game he attended, spectators made several attempts to invite him on the court, yelling "T-Mac" , "T-Mac" throughout the last quarter of the game.

"China is a huge market. Last season when I played for Tsingtao Doublestar, the fans were incredible. I had a great time there," said McGrady.

But he didn't reveal much about the next stop of his career. "I am happy to be home with my wife and kids. But if possible, I may come back to CBA. I haven't really thought about that," said McGrady.

via Possibility of McGrady's return to CBA not ruled out - China.olrg.cn.

So not exactly a ringing endorsement or a pledge to return to the CBA, but it's at least on the table. It mostly depends on whether McGrady wants to hang around in suits and be a locker room guy or go on a fun tour of China, make more money, and have a comfortable life for another season.

There's also nothing stopping him from doing what he did last season and play in the CBA for the year, then hop on to a playoff team when the CBA season ends. As long as he wants to play, that might be the best of both worlds, and it provides us for the exceptionally entertaining moments of "Tracy McGrady: Victory Cigar."

Players getting older like this is kind of weird.

HT: HoopsHype

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/nba/blog/eye-on-basketball/22923538/tracy-mcgrady-says-he-may-return-to-china-next-season

Neverwinter George Jones Farrah Abraham Tape amber heard Google Now Jason Collins White House Correspondents Dinner 2013

US says Israel-Palestine set to resume long-stalled peace talks

Washington, July 29 (ANI): Israel and Palestine will resume face-to-face peace talks on Monday in Washington, the State Department has said.

Secretary of State John Kerry?s six months of frenetic shuttle diplomacy is being credited for the long-stalled peace talks to begin.

Agency spokeswoman Jen Psaki said both the countries had accepted invitations from Kerry to come to Washington to formally resume direct final status negotiations.

According to Fox News, Psaki said Kerry on Sunday called Israeli Prime Minister Benjamin Netanyahu and Palestinian President Mahmoud Abbas.

Following the telephonic conversation, the leaders agreed the talks would ?serve as an opportunity to develop a procedural work plan for how the parties can proceed with the negotiations in the coming months,? the report said.

Justice Minister Tzipi Livni and Yitzhak Molcho will represent the Israelis and the Palestinians will be represented by Chief Negotiator Saeb Erekat and Mohammad Shtayyeh. (ANI)

Source: http://truthdive.com/2013/07/29/US-says-Israel-Palestine-set-to-resume-long-stalled-peace-talks.html

carolina panthers Revolution TV Show bankofamerica rosh hashanah rosh hashanah boardwalk empire iOS 6 Release Date

Sunday, July 28, 2013

Telus, Bell, Rogers 'Disingenuous' About Verizon's Potential Canada Expansion

**Editor's Note: Please click here for a recap of the biggest mergers in Q2 2013.**

Talk of Verizon buying a wireless operator in Canada is really stirring the pot.

Responding to concerns from Rogers Communications' CEO this week, Wind Mobile boss Anthony Lacavera said the idea that the country's regulations favor foreign telecom investment have no merit. Calling the claim "disingenuous," Lacavera told The Globe and Mail that there's no disadvantage for Rogers, Telus or Bell if they want to pursue the purchase of a smaller operator. Wind Mobile is a rumored acquisition target of Verizon.

Wind Mobile is Canada's fifth-largest wireless provider, with approximately 600,000 subscribers. By comparison, Rogers has more than 9 million and both Telus and Bell are over 7 million.

Canada's government has acknowledged wanting conditions ripe for a fourth national carrier that will increase competition. It recently did away with restrictions that previously required foreign investors to pursue a wireless company with less than 10 percent market share. And it blocked Telus from buying Mobilicity in part because its spectrum license doesn't expire until next year.

But Lacavera says the big telcos got plenty of help from the government when they established their wireless businesses, noting the allotment of spectrum in the '80s and '90s that gave the Big Three a significant advantage in the first place.

Bell Canada came out late this week with a two-page newspaper ad complaining about a perceived favoritism toward Verizon, citing a series of regulatory loopholes that the U.S. communications can use to its advantage if it wants to become a player in Canada's mobile market, the CBC noted.

Follow senior online managing editor @Craig_Galbraith on Twitter.

Source: http://feedproxy.google.com/~r/PPSiteWideFeed/~3/uLudQ9hY3IA/telus-bell-rogers-disingenuous-about-verizon-s-po.aspx

brittney griner ied breaking news new york post Texas Bombing Sean Collier Kyrgyzstan

Saturday, July 27, 2013

Arsenal boss Wenger learned from Japan experience

Arsenal boss Arsene Wenger credits a bold decision to coach in Japan early in his career with helping him become one of the most successful managers in the Premier League.

Wenger spent 18 months in charge of the J-league's Nagoya Grampus before joining the Gunners in September 1996 and said the move had a significant impact on his career.

The 63-year-old is still highly regarded by Japanese football fans. A near-capacity crowd of 43,000 was on hand when Arsenal beat Nagoya 3-1 in a preseason friendly.

Upon arriving in Japan, Wenger quickly brought respect to a team that in the previous year was at the bottom of the league.

Under Wenger, Nagoya won the national cup competition and the Frenchman received the J-League manager of the year award in 1995.

"Coming to Japan is something that changed me profoundly," Wenger said on Arsenal's website. "It helped me because I took a distance from the pressure in Europe and came back with a different viewpoint. I can take more distance from decisions now than I could before."

After Nagoya, Wenger went on to lead Arsenal to three Premier League titles and four F.A. Cups.

At the time, the J-League was only in its third season and was a long way from being a competition that would produce the likes of Shinji Kagawa, Yuto Nagatomo and Keisuke Honda.

While he influence the Japanese game tactically, he also learned a lot from the Japanese in areas such as training and diet.

His impact on the game here is still being felt almost 20 years after he left. Nagoya's current manager Dragan Stojkovic played under Wenger in Japan and has gone on to be one of the most successful foreign managers in Japan, having guided the team to the championship in 2010.

"I have learned a lot from (Arsene) over the years," Stojkovic said before his team played Arsenal. "I have visited London many times over the years and will continue to do so."

Wenger said that had it not been for an offer to manage a big club in Europe, he might have spent many more years in Japan.

"It was quite emotional," Wenger said. "I have so many fond memories from my time in Nagoya."

Source: http://www.miamiherald.com/2013/07/26/3522757/arsenal-boss-wenger-learned-from.html

iOS 7 beta 2 scottie pippen supreme court ellen page Lisa Robin Kelly Jodi Arias Jane Wicker

USGBC- SC Chapter ? Blog Archive ? Nominate A Veteran in Need ...

The South Carolina Association of Heating and Air Conditioning Contractors? new Cool Aid, Warms Hearts program is teaming up with the South Carolina Chapter of the U.S. Green Building Council to help veterans in need beat the heat this summer and to help them save money.

Nominate a veteran now for the chance to have a licensed HVAC professional install a new heating and air conditioning system. In addition, experts with The SC Chapter of the U.S. Green Building Council will ensure the veteran?s home is energy efficient through its Homes for Heroes program.

This isn?t just a one-time gift. Having a licensed HVAC professional install a heating and air conditioning system, combined with improving energy efficiency can substantially cut monthly electric bills.

?In one case, a veteran was having to choose between paying to keep his house cool, or paying for his medicine. Nobody should have to make that choice, especially someone who was willing to sacrifice his life for our country?, Melissa Le Roy, USGBC SC Executive Director said.

?We?re proud to able to give back to these Americans who?ve given up so much for us. Our goal is to try and do this for veterans in need state wide,? Leigh Faircloth with the SC Association of Heating and Air Conditioning Contractors said.

To nominate a veteran, simply send us their story, fill out the application, and provide the proper documentation. Then either mail it to the address below or send it via e-mail to execdir@usgbcsc.org.

US Green Building Council, South Carolina Chapter
ATTN: Energy Efficient Homes for Heroes (EEHFH)
PO Box 627.
Landrum, SC 29356

To qualify, nominees and their families need to meet income requirements outlined in the attached application. (http://www.usgbcsc.org/site/wp-content/uploads/2012/07/Energy-Efficient-Application.pdf) The numbers are in line with the 2009 poverty statistics.
Applications must be received by 5pm Tuesday August 13.

Leigh Faircloth, CAE, Exec. Director
South Carolina Association of Heating and Air Conditioning Contractors
Phone: (800) 395-9276
E-mail: leigh@associationsplus.com

Source: http://www.usgbcsc.org/site/?p=4385

shaka smart hungergames bagpipes aspirin aspirin 21 jump street illinois primary results

University of Michigan archaeologist discovers 16th century Spanish fort

The University of Michigan archaeologist Robin A. Beck Jr. discovered a 16th century fort in western North Carolina this week.

According to an article in The New York Times, the fort was located pretty far inland, just five miles north of Morganton, North Carolina.?

Dr. Beck was working with other archaeologists from the University of New Orleans and Warren Wilson College in Asheville, N.C. when they found evidence of a fort's moat, that indicated the fort could definitely be the remains of Fort San Juan.

Fort San Juan was built in 1567 by Juan Pardo, an explorer who led an expedition from the Atlantic coast, inland from 1566-68:

A vast interior seemed open for the taking. This was almost 20 years before the failure of the English at Sir Walter Raleigh's "lost colony" near the North Carolina coast or their later successes in Virginia at Jamestown in 1607 and at Plymouth Rock in 1620 -- the 'beginnings' emphasized in the standard colonial history taught in American schools.

The Times wrote that Beck and his team first discovered the fort's moat when excavating a ceremonial Native American burial mound. The moat was indicated by different colored soil under the mound.?

Part of the fort's defensive moat had been cut through the southern side of the mound. Dr. Neck said that further excavations and magnetometer subsurface readings showed that the moat appeared to extend more than 70 to 100 feet and measured nearly 12 feet wide and 6 feet deep, in a configuration of "typical European moats going back to the Romans."

Other remote sensing surveys showed subsurface anomalies suggesting burned timbers of the palisades and an irregularity that may well be ruins of the "strong house" inside, where tools, weapons and lead shot were stored. Investigating these artifacts is on the agenda for next summer's excavations, Dr. Beck said.?

-- Lucy Perkins, Michigan Radio Newsroom

Source: http://michiganradio.org/post/university-michigan-archaeologist-discovers-16th-century-spanish-fort

les miserables jennifer lawrence Oscar Winners 2013 quentin tarantino jessica chastain jessica chastain oscars