// 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="/CFO/Best/index.htm">Best 100</a></li>'
 + '							<li><a href="/CFO/Survey/Survey.htm">Surveys</a></li>'
  + '						</div>'
  + '					</div>');
