// (C) 2007-2010 Qualtrics, Inc. var QualtricsCookieModule={setCookie:function(name,value,days){var expires="";if(days){var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));var expires="; expires="+date.toGMTString();} document.cookie=name+"="+value+expires+"; path=/";},getCookie:function(name){var nameEQ=name+"=";var ca=document.cookie.split(';');for(var i=0,ilen=ca.length;i');document.write('
');if(!qualtricsbodycheck)document.write('');target=document.getElementById(pollID+'_target');} else target=document.getElementById(config.targetID);if(target) {var poll=this.buildPoll();target.appendChild(poll);}} catch(e) {console.error('Unable to initialize poll: '+e);}},buildPoll:function() {var config=this.config;var pollID=config.pollID;var outer=document.createElement('div');outer.setAttribute("class","QualtricsPoll_qpOuterMainContainer qptheme qpcustom");outer.setAttribute("className","QualtricsPoll_qpOuterMainContainer qptheme qpcustom");outer.id=pollID;var cssDiv=document.createElement('div');config.loadingImage=this.buildLoadingImage();config.imageContainer=this.buildImageContainer();config.imageContainer.appendChild(config.loadingImage);config.resultsContainer=this.buildResultsContainer();config.resultsContainer.appendChild(config.imageContainer);config.pollContainer=this.buildPollContainer();outer.appendChild(cssDiv);outer.appendChild(config.resultsContainer);outer.appendChild(config.pollContainer);if(config.theme) {var link=document.createElement('link');link.setAttribute('rel','stylesheet');link.setAttribute('href',config.pollURL+'/WRPoll/?request=css&SV='+config.serverID+'&P='+pollID+'&theme='+config.theme);link.setAttribute('type','text/css');cssDiv.appendChild(link);} return outer;},buildLoadingImage:function() {var config=this.config;var img=document.createElement('img');img.src=config.uri+'?SV='+config.serverID+'&P='+config.pollID+'&request=loadingimage';img.id=config.pollID+'_qpimg';return img;},buildImageContainer:function() {var ic=document.createElement('div');ic.setAttribute('id',this.config.pollID+'_qpimage');ic.style.display='none';return ic;},buildPollContainer:function() {var pc=document.createElement('div');pc.setAttribute('class','qualtricsPoll');pc.style.width='100%';return pc;},buildResultsContainer:function() {var rc=document.createElement('div');rc.setAttribute('class','qualtricsPoll');rc.setAttribute('id',this.config.pollID+'_qpresults');return rc;},writePollHTML:function() {var config=this.config;var html=config.pollHTML;try{config.pollContainer.innerHTML=html;} catch(e) {console.error('Unable to write poll: '+e);}},collectPollResults:function(pollID) {var config=QualtricsPollsConfig[pollID];var version=config.version;var pollID=config.pollID;var choiceIndex=0;var choiceContainer=document.getElementById(pollID+'_choiceContainer');var formElement=choiceContainer.getElementsByTagName('input');var results=new Array();while(formElement[choiceIndex]!=undefined) {if(formElement[choiceIndex].checked) results[results.length]=formElement[choiceIndex].value;choiceIndex++;} if(results.length!=0) {if(config.checkCookie&&QualtricsCookieModule.getCookie(pollID)==version) {alert('Sorry, you can only vote one time.');QualtricsPolls.submitPollResults(pollID,null,true);} else {QualtricsPolls.submitPollResults(pollID,results,true);QualtricsCookieModule.setCookie(pollID,version,1000);}} else alert('You must vote!');},submitPollResults:function(pollID,results,check) {var config=QualtricsPollsConfig[pollID];var pollID=config.pollID;var rand=Math.random();var browserName=navigator.userAgent;if(check&&!document.getElementById(pollID+'_qpns')&&browserName.indexOf('WebKit')==-1) alert('The HTML for the Qualtrics poll incomplete. Please contact the website administrator.');else {var rand=Math.random();var element=document.createElement("script");var src=config.uri+'?SV='+config.serverID+'&P='+pollID+'&MU='+config.markup+'&v='+rand+config.noLink+'&Q_lang='+config.Q_lang;if(results) {src+='&request=submit&results='+results;} else {src+='&request=results';} element.setAttribute("src",src);config.resultsContainer.appendChild(element);if(config.pollContainer) {config.resultsContainer.style.height=config.pollContainer.offsetHeight+'px';config.resultsContainer.style.width=config.pollContainer.offsetWidth+'px';} config.pollContainer.style.display='none';config.imageContainer.style.display='block';}}};if(window.QualtricsPollsConfig === undefined) window.QualtricsPollsConfig = {}; if (QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'] === undefined) QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'] = {}; QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'].version = "0"; QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'].active = true; QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'].checkCookie = true; QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'].pollID = 'PO_6Jduxui8X9aSc3W'; QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'].Q_lang = 'EN'; QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'].uri = 'http://poll1.qualtrics.com/WRPoll/'; QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'].pollURL = 'http://poll1.qualtrics.com'; QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'].theme = ''; QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'].serverID = ''; QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'].pollHTML = "
 
Leadership Development
In your experience, which of the following have been most important in the development of family business successors? (check your top choices)
"; QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'].targetID = ''; QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'].markup = 'default'; QualtricsPollsConfig['PO_6Jduxui8X9aSc3W'].noLink = ''; QualtricsPolls.initialize('PO_6Jduxui8X9aSc3W');