// 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">Products</div><div class="subNavText" id="subnavSub"><span class="subNavText"><a href="login.php">Annuities</a></span></div><div class="subNavText" id="subnavSub"><a href="life.html">Life</a></div><div class="subNavText" id="subnavSub"><a href="contracting.html">Contracting</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>');
}

