// The format of an entry is:
//
//  ['Title', 'Link']
//
// There MUST be a comma at the end of each line except for the last entry
//
// Example:
//
// var NEWS_ITEMS =
// [
//    ['This is a test link', 'test.htm'],
//    ['This is an external link', 'http://www.microsoft.com']
// ];
//

var NEWS_ITEMS = 
[
	['MBS President Selected for CSDF Board', 'pdf/MBSPresidentSelectedCSDF.pdf'],
  ['MBS Welcomes New CFO, Charles J. Moschel, Jr.', 'WelcomeNewCFO.aspx'],
  ['Sealaska Newsletter Highlights MBS Web Portal', 'pdf/Sealaskanews9_11.pdf'],
	['MBS Wins 2011 Minority Business of the Year', 'MBDA_Award.aspx'],
	['MBS Wins GSA 8(a) STARS II Prime Contract', 'GSA_STARS_II.aspx'],
	['MBS in Top 10 Diversity Corporations for Viability and Commitment', 'viability-commitment.aspx'] ,
	['MBS among Top Three Diversity Finalists', 'http://www.cobizmag.com/articles/diversity-corporation-of-the-year'],
  ['MBS opens branch in Southeast Alaskan village', 'pdf/KSTK-WrangellAK-News.pdf'],
	['Sealaska Heritage Institute awards MBS on-line scholarship application project', 'pdf/SHIAnnouncement.pdf']
];

