// JavaScript Document

function featured()
{
	// when you pste the HTML in make sure there are no spaces or hard returns or the code won't work.
	// all of the HTML code needs to go between  document.write('  and  \n');
   document.write('<a href="http://www.riacollege.com"><img src="../i/featured/ria-college.jpg" border="0" /></a><p><a href="http://www.advisorsexcel.com/tools/message-board.html"><img src="../i/featured/ft_message-board.gif" border="0" /></a><p><a href="http://www.advisorsexcel.com/m/ReadersChoiceAwards.pdf"><img src="../i/featured/f_awards.jpg" border="0" /></a><p><a href="http://www.advisorsexcel.com/tools/retirementanalyzer.html"><img src="../i/featured/f_retirement-analyzer.jpg" width="183" height="222" border="0" /></a>');
}
