document.write('<script language="javascript">if (TransMenu.isSupported()) {');
document.write('var menu2 = ms.addMenu(document.getElementById("thoughts"));');
document.write('menu2.addItem("Business Strategy", "business_strategy.html");'); 
document.write('menu2.addItem("Game Theory", "game.html");'); 
document.write('menu2.addItem("Scenario Planning", "scenario.html");');
document.write('menu2.addItem("Strategic Marketing", "strategic.html");');
document.write('menu2.addItem("Strategic Thinking", "strategic_thinking.html");');
document.write('menu2.addItem("Articles", "articles.html");');
document.write('TransMenu.renderAll();');
document.write('  }');
document.write('</script>');
