// JavaScript Document

function navsubpage()
{
	// 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('<br /><div class="subtextbold" id="subnavHeader">IRA College</div><div class="subNavText" id="subnavSub"><span class="subNavText"><a href="index.html">Information</a></span></div><div class="subNavText" id="subnavSub"><a href="different.html">Why We Are Different</a></div><div class="subNavText" id="subnavSub"><a href="itinerary.html">Itinerary</a></div><div class="subNavText" id="subnavSub"><a href="trainingdates.html">Training Dates</a></div><div class="subNavText" id="subnavSub"><a href="http://www.advisorsexcel.com/downloads/IRA-College.pdf">Brochure</a></div><br /><div class="subtextbold" id="subnavHeader">Advisors Excel Blog</div><div id="blogfeed"><script src="http://feeds.feedburner.com/AdvisorsExcelBlog?format=sigpro" type="text/javascript" ></script><noscript><p><div style="font-size:10px; padding:0px 10px 0px 10px;">Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/AdvisorsExcelBlog"></a><br/>Powered by FeedBurner</p> </noscript></div>');
}

