// JavaScript Document
//Navigation for top of pages, and footer automatic insertion
//CONTROLS NAVIGATION FOR ROOT LEVEL PAGES

function writeTopNav()
{
	document.writeln("<div id=header><div id=site_nav>");
	//document.writeln("<a href=index.html><img src=images/bna-tax-cite-logo.gif width=224 height=49 alt=BNA | CITE height=49 title=Click here to return to the home page. id=logo /></a>");
	document.writeln("<a href=index.html><img src=images/BBNA-CiteRev.png alt=Bloomberg BNA | CITE id=logo /></a>");
	
	document.writeln("<ul id=site_nav_links>");
	document.writeln("<li><a href=index.html>Home</a></li>");
	document.writeln("<li><a href=cite.html>About Bloomberg BNA | CITE</a></li>");
	//document.writeln("<li><a href=cite.html>About Bloomberg BNA</a></li>");
	//document.writeln("<li><a href=#>News/Resources</a></li>");
	document.writeln("<li><a href=members/login.asp>Member Login</a></li>");
	document.writeln("<li><a href=contact.html>Contact Us</a></li>");
	document.writeln("</ul></div> <!-- End site_nav. -->");
	
	document.writeln("<div id=navbar_area><ul id=navbar>");
	document.writeln("<li id=link1><a href=calendar.html>Conference Calendar</a></li>");
	//document.writeln("<li id=link2><a href=#>CITE Programs</a></li>");
	document.writeln("<li id=link3><a href=canada.html>Programs in Canada</a></li>");
	document.writeln("<li id=link4><a href=inhouse.html>In-House Programs</a></li>");
	document.writeln("<li id=link5><a href=credits.html>Credits</a></li>");
	document.writeln("<li id=link6><a href=member.html>Membership</a></li>");
	document.writeln("<li id=link7><a href=materials.html>Course Materials</a></li>");
	document.writeln("<li id=link8><a href=drop.html>D.R.O.P. Discount</a></li>");
	document.writeln("<li id=link9><a href=credits.html>CPE/CLE</a></li>");
	document.writeln("</ul></div> <!-- End navbar_area. --></div> <!-- End header. -->");
	
}
function writeFooter()
{
	document.writeln("<div id=footer>");
	//document.writeln("<a href=/><img src=images/bnatax.jpg alt=BNA title=Click here to return to the home page. id=footer_logo /></a>");
	
	document.writeln("<p>Use of this site signifies your agreement to the Terms of Use and our Privacy Policy.</p>");
	document.writeln("<ul id=footer_nav>");
	document.writeln("<li><a href=mailinglist.html>Mailing List</a></li>");
	document.writeln("<li><a href=contact.html>Contact Us</a></li>");
	document.writeln("<li><a href=cite.html>About Bloomberg BNA | CITE</a></li>");
	document.writeln("<li><a href=privacy.html>Privacy Policy</a></li>");
	document.writeln("<li><a href=#>Terms of Use</a></li>");
	
	document.writeln("</ul><p>&copy; 2012 The Bureau of National Affairs, Inc. All Rights Reserved</p></div>");
	
	
	
	
	
}
function writeNasba()
{
	
	document.write("CITE is registered with the National Association of the State Boards of Accountancy as a sponsor of continuing professional education on the National Registry of CPE sponsors. State Boards of Accountancy have final authority on the acceptance of individual courses. Complaints regarding registered sponsors may be addressed to NASBA, 150 Fourth Avenue North, Suite 700, Nashville, TN 37219-2417. CITE has been certified by the New York State Continuing Legal Education Board as an Accredited Provider of continuing legal education in the state of New York. For additional information regarding CLE credit please call 914.328.5656. Financial hardship granted on a per request basis.");
	
}
