function writeNews()
{
	var num2;
	var num = parseInt(Math.random() * 2);
	num2 = isNaN(num) ? 1 : num + 1;
		
	var theNews = "";
	theNews = "<b class='news'>Evaluation Solutions</b> is proud to announce the launch of our Alliance Partner Program. ";
	theNews = theNews + "<br><br>";
	theNews = theNews + "This week, <b class='news'>E-valuate-IT</b> is being showcased at the American Society of Training and Development (ASTD) in Orlando, Florida.";
	return theNews;
}

//<a href='' onMouseOver=\"status='More'; return true;\" onMouseOut=\"status=''; return true;\"><font color='#B1E44B'>More...</font></a>
//<a href='' onMouseOver=\"status='More'; return true;\" onMouseOut=\"status=''; return true;\"><font color='#B1E44B'>More...</font></a>