// 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">Incentives</div><div class="subNavText" id="subnavSub"><span class="subNavText"><a href="profitsharing.html">Profit Sharing</a></span></div><div class="subNavText" id="subnavSub"><a href="reimbursement.html">Reimbursement</a></div><div class="subNavText" id="subnavSub"><a href="incentivetrip.html">Advisors Excel Trip</a></div><div class="subNavText" id="subnavSub"><a href="carriertrips.html">Carrier Trips</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>');
}

