var title = "Harvard Business School Publishing"
var companyLink = "empty";
function writeTitle() {
	document.write("<title>" + title + "</title>");
}

function writeCopyright(addPath) {
	document.write("<div align=\"center\"><img src=\"" + addPath + "images/pixel.gif\" alt=\"\" width=\"1\" height=\"20\" align=\"top\"><br><span class=\"smallGray\">Copyright &#169; 2001 Harvard Business School Publishing Corporation.<br>All rights reserved. For more info: <a href=\"http://www.harvardbusinessonline.org\" target=\"new\">www.harvardbusinessonline.org</a> </span></div>");
}