// 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">About Us</div><div class="subNavText" id="subnavSub"><span class="subNavText"><a href="index.html">Who We Are</a></span></div><div class="subNavText" id="subnavSub"><a href="founders.html">Founders</a></div><div class="subNavText" id="subnavSub"><a href="marketing.html">Marketing Team</a></div><div class="subNavText" id="subnavSub"><a href="creative.html">Creative Team</a></div><div class="subNavText" id="subnavSub"><a href="admin.html">Administrative Team</a></div><div class="subNavText" id="subnavSub"><a href="contactus.html">Contact Us</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>');
}
