Don Luzzi

Don Luzzi (August 20, 1935 – October 30, 2005) was a politician and professional football player who played in the Canadian Football League.

Don Luzzi
Born:(1935-08-20)August 20, 1935
North Branford, Connecticut
Died:October 30, 2005(2005-10-30) (aged 70)
Calgary, Alberta
Career information
CFL statusAmerican
Position(s)OL/DL
Height6 ft 0 in (183 cm)
Weight245 lb (111 kg)
CollegeVillanova
Career history
As player
19581969Calgary Stampeders
Career highlights and awards
CFL All-Star1962, 1963, 1966
CFL West All-Star1958, 1960, 1961, 1962, 1963, 1966
Career stats

CFL career

After playing college football at Villanova University, Don Luzzi played 12 seasons for the Calgary Stampeders from 1958 to 1969. Luzzi was an all-Western conference star, both as an offensive tackle and as a defensive tackle. In 1958, he was selected to the CFL Western All-Star Team at both offensive and defensive tackle positions. He was also an all-Canadian defensive tackle in 1962, 1963, and 1966. His team reached the Grey Cup game once, in 1968, but lost a close game to the Ottawa Rough Riders. Luzzi was elected to the Canadian Football Hall of Fame in 1986.

Political career

Luzzi made a run at provincial politics. He ran for the Alberta Social Credit Party in the 1971 Alberta general election in the riding of Calgary-Buffalo. Luzzi was defeated in a hotly contested election by Ron Ghitter, losing to Ghitter by about 500 votes.

Videos


gollark: ```javascriptfunction infoFromHtml(html) { // First, just strip all the actual HTML & get text const text = JSDOM.fragment(html).textContent; if (/.*will die if it doesn/.exec(text) === null) { return { type: "not growing" }; } let sick = false; if (/.*shell of the egg seems soft,/.exec(text) !== null) { sick = true } if (/.*hatchling seems sick/.exec(text) !== null) { sick = true } const views = parseCounter(text, "Overall views"); const uniqueViews = parseCounter(text, "Unique views"); const clicks = parseCounter(text, "Clicks"); const timeResults = /.*in: ([0-9]+) days (and ([0-9]+) hours)?/.exec(text); const days = parseInt(timeResults[1]), hours = parseInt(timeResults[3]); const type = getCapture(text, /.*Viewing (Hatchling|Egg)/) if (isNaN(days) || isNaN(hours)) { throw new Error("Either days or hours are now invalid; has DC's format changed?"); } return { views, uniqueViews, clicks, type: type == "Hatchling" ? "hatchling" : "egg", hoursRemaining: days * 24 + hours, sick }}```
gollark: Without API access, going over everything on the scroll is *annoying*. The only reason I can process eggs at all is because I spent ages on some regexes.
gollark: Yes, that's possible, except you can put in someone else's.
gollark: Isn't just *asking* what scroll an egg is from prone to misuse?
gollark: Yes, but people are unlikely to do that.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.