
// Comments at the top of the page
// to make sure we don't strip off stuff
// that we need to make things look good
// Hopefully, this only affects NS4

function doBlogOutputelement100()
{
	var output = '';
	output += '<a href="http://www.cbc.ca/sports/hockey/story/2009/12/02/sp-van-nj.html?ref=rss">'; output += '<h1>Canucks ward off the Devils</h1>'; output += '</a>'; output += '<p>The Vancouver Canucks roared out to a strong start in New Jersey and after nearly squandering a three-goal lead, finished strongly for an impressive 5-2 victory on Wednesday night to open their road trip.</p>'; output += '<a href="http://www.cbc.ca/sports/basketball/story/2009/12/02/sp-nba-raptors-hawks.html?ref=rss">'; output += '<h1>Hawks rout reeling Raptors</h1>'; output += '</a>'; output += '<p>The Toronto Raptors came with six points of equalling the franchise record for points allowed in a 146-115 loss at Atlanta on Wednesday night.</p>'; output += '<a href="http://www.cbc.ca/sports/story/2009/12/02/sp-golf-tiger-comes-clean.html?ref=rss">'; output += '<h1>Tiger Woods admits \'transgressions\'</h1>'; output += '</a>'; output += '<p>Tiger Woods revealed in a statement on his website Wednesday that he committed trangressions that he regrets "with all of my heart."</p>'; output += '<a href="http://www.cbc.ca/sports/story/2009/12/03/tennis-amelie-mauresmo-retire.html?ref=rss">'; output += '<h1>Amelie Mauresmo retires from tennis</h1>'; output += '</a>'; output += '<p>Former top-ranked player and two-time Grand Slam winner Amélie Mauresmo has retired from tennis at the age of 30.</p>'; output += '<a href="http://www.cbc.ca/sports/hockey/story/2009/12/02/sp-hockey-gustavsson-specialist.html?ref=rss">'; output += '<h1>Leafs\' Gustavsson to see cardiac specialists</h1>'; output += '</a>'; output += '<p>Goaltender Jonas Gustavsson will see cardiac specialists Wednesday in Toronto after an elevated heart rate forced him out of the Leafs\' game during Monday\'s first-period intermission in Montreal, the team said in a statement.</p>'; output += '<a href="http://www.cbc.ca/sports/hockey/story/2009/12/02/sp-bos-tb.html?ref=rss">'; output += '<h1>Savard\'s 200th paces hot Bruins</h1>'; output += '</a>'; output += '<p>Marc Savard celebrated his new seven-year contract extension by scoring his 200th NHL goal and Marco Sturm scored twice in 2:33 to lead the Boston Bruins to a 4-1 victory over the Tampa Bay Lightning on Wednesday night.</p>'; output += '<a href="http://www.cbc.ca/sports/hockey/story/2009/12/02/sp-canada-juniors-invites.html?ref=rss">'; output += '<h1>Ellis, Hodgson, Pietrangelo among 36 invited to world junior selection camp</h1>'; output += '</a>'; output += '<p>The invitations have been sent out for Canada\'s world junior hockey team, with some notable players missing from the list.</p>'; output += '<a href="http://www.cbc.ca/sports/alpineskiing/story/2009/12/02/sp-lake-louise-training.html?ref=rss">'; output += '<h1>Vonn fastest at Lake Louise training</h1>'; output += '</a>'; output += '<p>Lindsey Vonn of the U.S., winner of the last five downhills at Lake Louise, Alta., stood up and relaxed before the finish line, yet still posted the fastest training time at one minute 52.30 seconds.</p>'; output += '<a href="http://www.cbc.ca/sports/story/2009/12/02/montreal-grey-cup-parade-alouettes.html?ref=rss">'; output += '<h1>Montreal celebrates Alouettes</h1>'; output += '</a>'; output += '<p>Thousands of Montrealers gathered on Ste-Catherine Street to celebrate the Alouettes\' Grey Cup win.</p>'; output += '<a href="http://www.cbc.ca/sports/basketball/story/2009/12/02/sp-nets-mavs.html?ref=rss">'; output += '<h1>Nets set NBA mark for worst start ever</h1>'; output += '</a>'; output += '<p>The New Jersey Nets were pounded into NBA infamy Wednesday night, falling 117-101 to the Dallas Mavericks for their 18th straight loss to start the season.</p>'; 

	document.getElementById('blog_element100').innerHTML = output;
}

doBlogOutputelement100();

// Unknown error