var story1 = "Pair of bank failures bring 2012 tally to nine";
var story2 = "Co-author of 'Last Lecture' killed in accident";
var story3 = "S&P cuts ratings on 34 Italy-based financial firms";
var story4 = "Open interest in natural gas at a record";
var story5 = "Apple shares climb 7% for the week";
var story6 = "U.S. stocks have worst day of year on Greek fears";

//<cmignore>

var newsStories = '';
newsStories += '<ul class="tclist">';
newsStories += '<li><a href="/public/about/news/marketnews/index.html#story1">' + story1 + '<\/a><\/li>';
newsStories += '<li><a href="/public/about/news/marketnews/index.html#story2">' + story2 + '<\/a><\/li>';
newsStories += '<li><a href="/public/about/news/marketnews/index.html#story3">' + story3 + '<\/a><\/li>';
newsStories += '<li><a href="/public/about/news/marketnews/index.html#story4">' + story4 + '<\/a><\/li>';
newsStories += '<li><a href="/public/about/news/marketnews/index.html#story5">' + story5 + '<\/a><\/li>';
newsStories += '<li><a href="/public/about/news/marketnews/index.html#story6">' + story6 + '<\/a><\/li>';
newsStories += '<\/ul>';

//</cmignore>

document.write(newsStories);


