Andrew and Carlene Ziegler launched Artisan Partners in 1994. After 20 years at the helm, Andrew Ziegler is handing over the reins. Take a look back at the firm's growth under his leadership.
if (window.postMessage) {
var tlMouseupFunc = function() {
var tlFrame = document.getElementById("tl-timeline-iframe");
if (tlFrame.contentWindow && tlFrame.contentWindow.postMessage) {
tlFrame.contentWindow.postMessage("mouseup","*");
}
}
if (typeof window.addEventListener != "undefined") {
window.addEventListener("mouseup", tlMouseupFunc, false);
}
else if (typeof window.attachEvent != "undefined") {
window.attachEvent("onmouseup", tlMouseupFunc);
}
}