var News = new Array();

News.push('03/13/2007: <a href="../noticias/midia/pdf/thinkingbrazil_25.pdf" target="_blank">Basic Education in Brazil: What\'s Wrong and How to Fix It</a>: <i>Thinking Brazil</i> Newsletter, No. 25');

News.push('03/07/2007: <a href="../noticias/midia/pdf/istoe_20070307.pdf" target="_blank">"Ethanol is only the top of the iceberg"</a>: Interview of Embassy Rubens Ricupero, in portuguese.');

News.push('01/21/2007: <a href="../noticias/midia/pdf/estado_20070121.pdf" target="_blank">New generation of businessmen transforms Brazilian\'s suburbs</a>: In portuguese.');

News.push('12/05/2006: <a href="../noticias/midia/pdf/estado_20061205.pdf" target="_blank">The Political Agenda of Chávez</a>: By Norman Gall, in portuguese');

News.push('10/01/2006: <a href="../noticias/">Braudel Papers 40 &amp; 41: Oil and Democracy in Venezuela</a> and related news.');

News.push('07/31/2006: <a href="../noticias/">The Incoming Fiscal Chrisis: 2007-2008</a>: Seminar about a possible brazilian fiscal chrisis and related news.');

function rotateNews()
{
	currentNews = News.shift();
	document.getElementById('curNew').innerHTML = currentNews;
	News.push(currentNews);
}
