document.write('' +
'	<td id="nav" colspan="2">' +
'		<a href="/">Home</a>' +
'		<a href="about_us.html">About Us</a>' +
'		<a href="online_training_center.html">Online Training</a>' +
'		<a href="leadership_certifications.html">Leadership Certifications</a>' +
'		<a href="pricing.html">Pricing</a>' +
'		<a href="coaching_programs.html">Coaching Programs</a>' +
'		<a href="contact.html">Contact Us</a>' +
'	</td>');