// Majority of webpages in the DeMarche website contain a call to this javascript
document.write('		<div id="tabcontent" class="clearfix" style="width:800px;">'
  + '						<div class="selected">'
  + '							<li><a href="/Programs/ProgramSection/Register.htm">Register</a></li>'
  + '						</div>'
  + '					</div>');

