function setHomepage() {
	var ua = navigator.userAgent.toLowerCase(); 
	
	var isWin = ua.indexOf("win");
	
	if (document.all && isWin != -1){
  	event.srcElement.style.behavior='url(#default#homepage)';
  	event.srcElement.setHomePage('http://www.forbesmagazine.com');
	} else {
		alert ("We are unable to set your homepage automatically. Please follow the instructions in your web browser's help file.");
	}
}
document.write('<div id="headercontainer"><div id="header"><div id="bookmark"><table width="210" height="22" cellpadding="0" cellspacing="0"><tr><td height="15" align="center" style="padding:5px 0 0 0"><a onclick="setHomepage()" href="#">Click Here to Bookmark This Site</a></td></tr><tr><td height="7" align="center" valign="bottom"><img height="7" width="210" src="https://www.forbesinc.com/forbesmagazine/assets/images/bookmarkbottom.jpg" border="0"></td></tr></table></div><a href="http://www.forbesmagazine.com/menu.jsp"><img class="headerimage" src="https://www.forbesinc.com/forbesmagazine/assets/images/header.jpg" border="0"></a><a href="https://w1.buysub.com/loc/FRB/forbesmagazine" target="_blank"><img style="margin:0px 0px 0px 158px" src="https://www.forbesmagazine.com/assets/images/Banner_A1.jpg" border="0"></a></div>')
