function headline()
{
	var news=Array();
	news[news.length]='';
	i=Math.floor(Math.random()*news.length);
	document.write(news[i]);
}
