// These feeds are used on the following pages:

// Whats new: http://www.kellogg.northwestern.edu/news/whatsnew/index.htm
// All welcome sites, in various sections
// Kellogg World
// http://alumni.kellogg.northwestern.edu/
// http://www.kellogg.northwestern.edu/parttime/index.htm

//please use absolute urls - otherwise the links will not work from the alumni site


// Top Headlines
var topHeadlines=new Array()
topHeadlines[0] = "<div class='text3'> 1/14/08</div><a class='text2' href=http://www.kellogg.northwestern.edu/news/whatsnew/patryan-olympics.htm>Patrick Ryan ’59 discusses Chicago’s quest for Olympic gold</a><div class='text1'>During address to Kellogg EMBA students, Aon founder reveals entrepreneurial angle to city’s bid</div>"
topHeadlines[1] = "<div class='text3'> 12/26/07</div><a class='text2' href=http://www.kellogg.northwestern.edu/news/whatsnew/GeorgeMike07.htm>The Winning Quotient</a><div class='text1'>Mike George &#145;85, CEO of QVC, discusses how the retailing giant ensures success</div>"
topHeadlines[2] = "<div class='text3'> 12/19/07</div><a class='text2' href=http://www.kellogg.northwestern.edu/news/whatsnew/bwahchristmas07.htm>The business of giving back</a><div class='text1'>Kellogg student group shows love, generosity to community</div>"
topHeadlines[3] = "<div class='text3'> 12/14/07</div><a class='text2' href=http://www.kellogg.northwestern.edu/news/whatsnew/googletrek.htm>Students set sights on Europe</a><div class='text1'>Kellogg London ‘trek’ helps students learn about job opportunities and each other</div>"
topHeadlines[4] = "<div class='text3'> 12/13/07</div><a class='text2' href=http://www.kellogg.northwestern.edu/news/whatsnew/dranove-healthcareplans.htm>The (next) president’s challenge </a><div class='text1'>Healthcare scholars talk politics at Union League Club, where Prof. David Dranove reveals what presidential candidates are not telling public about their healthcare plans</div>"
topHeadlines[5] = "<div class='text3'> 12/11/07</div><a class='text2' href=http://www.kellogg.northwestern.edu/news/whatsnew/embagradwin07.htm>Kellogg School Executive MBA Program holds Convocation </a><div class='text1'>Newest EMBA graduates include members of inaugural Kellogg-Miami Program</div>"



// Centennial Spotlight
var cenSpotlight=new Array()
cenSpotlight[0] = "<div class='text3'>February 20, 2009</div><div class='text2'>Centennial Signature Event: Global Insight, Chicago</div><div class='text1'>The annual Kellogg forum discussing the latest developments in international business practice.<BR><BR>This event featured Kellogg faculty discussing a broad range of topics related to building a global brand. Issues explored at this lunch included global business, from marketing to operations; supply chain management; HR and corporate social responsibility.</div>"


//Original source code preserved in case of a major meltdown

//var mycars = new Array()
//mycars[0] = "Saab"
//mycars[1] = "Volvo"
//mycars[2] = "BMW"

//for (i=0;i<mycars.length;i++)
//{
//document.write(mycars[i] + "<br />")
//}