var PDV_POLL_q3703431 = 'How do you feel about a series of posts based on &quot;loose&quot; personality types?';
var PDV_share3703431 = 0;
var PDV_id3703431 = 3703431;
var PDV_w3703431 = 3703431;
var pollClosed3703431 = true;
var PDV_A3703431= new Array();
PDV_A3703431[0] = new Array(4);
PDV_A3703431[0][0] = '16937169';
PDV_A3703431[0][1] = 'Great idea!';
PDV_A3703431[0][2] = '0';
PDV_A3703431[0][3] = '';

PDV_A3703431[1] = new Array(4);
PDV_A3703431[1][0] = '16937170';
PDV_A3703431[1][1] = 'Not interested';
PDV_A3703431[1][2] = '0';
PDV_A3703431[1][3] = '';

PDV_A3703431[2] = new Array(4);
PDV_A3703431[2][0] = '16937171';
PDV_A3703431[2][1] = 'Bad idea';
PDV_A3703431[2][2] = '0';
PDV_A3703431[2][3] = '';

if ( !document.getElementById('poll_style3703431') ) {
	fileref=document.createElement('style');
	fileref.setAttribute('type', 'text/css');
	fileref.setAttribute('id', 'poll_style3703431');
	var def = '#PDI_container3703431 .pds-box{background-color:#F2F2F2;border:3px solid #7f558d;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;width:350px;direction:ltr;margin:5px 2px 3px 0;padding:12px} #PDI_container3703431 .pds-question-top{font:normal normal bold 15px/20px Georgia;color:#7f558d;text-align:left;border:0 none #eee;margin:0 0 15px;padding:0} #PDI_container3703431 .pds-answer-group{display:block;padding:5px 0} #PDI_container3703431 .pds-feedback-group{padding:8px 0} #PDI_container3703431 .pds-answer-input{position:relative;float:left;display:block;width:25px;padding:0} #PDI_container3703431 .pds-input-label{font:normal normal normal 13px/18px Georgia;color:#333;text-align:left;width:268px;position:relative;float:left;cursor:pointer;display:block;padding:0} #PDI_container3703431 .pds-feedback-label{font:normal normal normal 13px/18px Georgia;color:#333;text-align:left;position:relative;display:block;padding:0} #PDI_container3703431 .pds-other-label{font:normal normal normal 13px/18px Georgia;color:#333;text-align:left;width:268px;position:relative;float:left;padding:0} #PDI_container3703431 .pds-textfield{font:normal normal normal 12px/12px Georgia;color:#000;text-align:left;background-color:#fff;border:1px solid #d1d1d1;width:200px;position:relative;float:left;margin:4px 0 0 25px;padding:2px} #PDI_container3703431 .pds-vote-button{font:normal normal bold 14px/24px Georgia;color:#7f558d;text-align:left;background:#f2f2f2 url(\"http://s3.wordpress.com/wp-admin/images/white-grad.png\") repeat-x left top;border:2px solid #7f558d;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px;position:relative;float:left;display:block;text-decoration:none;margin:0;padding:0 24px} #PDI_container3703431 .pds-vote-button-load{font:normal normal bold 14px/24px Georgia;color:#7f558d;text-align:left;border:2px solid #7f558d;-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px;position:relative;float:left;display:block;text-decoration:none;background:#eee url(\"http://i.polldaddy.com/polls/vote-loader-eeeeee.gif\") no-repeat scroll 50% 50%;margin:0;padding:0 24px} #PDI_container3703431 .pds-answer-feedback{background-color:#fff;border:1px solid #d1d1d1;height:18px;margin:5px 0 0;padding:0} #PDI_container3703431 .pds-answer-feedback-bar{background-color:#7f558d;border:0 none #4D6382;height:18px;position:relative;float:left;margin:0;padding:0} #PDI_container3703431 .pds-total-votes{font:normal normal normal 12px/12px Courier;color:#333;text-align:left;border:0 solid #F0F0F0;position:relative;float:left;margin:10px 0 0;padding:0} #PDI_container3703431 .pds-feedback-result{position:relative;padding:8px 0} #PDI_container3703431 .pds-answer-text{font:normal normal normal 13px/18px Arial;color:#333;text-align:left;position:relative;float:left;margin:0;padding:0} #PDI_container3703431 .pds-clear{clear:both;display:block} #PDI_container3703431 .pds-box A{outline:none;display:block} #PDI_container3703431 .pds-answer-other{clear:left;display:block} #PDI_container3703431 .pds-link{display:block} #PDI_container3703431 .pds-vote{padding:10px 0} #PDI_container3703431 .pds-vote-button-load SPAN{visibility:hidden} #PDI_container3703431 .pds-links{display:block;padding:10px 0 0 15px} #PDI_container3703431 .pds-view-results,.pds-comments,.pds-return-poll,.pds-pd-link,.pds-share{font:normal normal normal 11px/11px Georgia;color:#333;text-align:left;position:relative;float:left;padding:8px 10px 0 0} #PDI_container3703431 .pds-feedback-per,.pds-feedback-votes{font:normal normal normal 13px/18px Arial;color:#333;text-align:left;position:relative;float:right;margin:0;padding:0} #PDI_container3703431 .pds-question A,.pds-answer A{float:none} #PDI_container3703431 .pds-answer-group BR,.pds-answer-other BR,.pds-vote BR{display:none}';
	if ( is_secure() ){
		def = def.replace(/http:\/\/i.polldaddy/g,'https://polldaddy');
		def = def.replace(/http:\/\/s3.wordpress/g,'https://s-ssl.wordpress');
	} 
	if ( fileref.styleSheet ) { // IE
		fileref.styleSheet.cssText = def;
	} else { // the world
		fileref.appendChild(document.createTextNode(def));
	}
	document.getElementsByTagName('head').item(0).appendChild(fileref);
}
if( !document.getElementById('PDI_container3703431') ) {
	document.write("<a name='pd_a_3703431'></a><div class='PDS_Poll' id='PDI_container3703431'></div>");
};
document.getElementById('PDI_container3703431').innerHTML = '<div class="pds-box"> <div class="pds-box-outer"> <div class="pds-box-inner"> <div class="pds-box-top"> <div class="pds-question"> <div class="pds-question-outer"> <div class="pds-question-inner"> <div class="pds-question-top"> How do you feel about a series of posts based on \"loose\" personality types? (Poll Closed) </div> </div> </div> </div> <div class="pds-answer"> <div class="pds-feedback-group"> <label class="pds-feedback-label"> <span class="pds-answer-text"> Great idea! </span><span class="pds-feedback-result"><span class="pds-feedback-per">&nbsp;77.29%</span><span class="pds-feedback-votes">&nbsp; (507 votes)</span></span> </label> <span class="pds-clear" style="display: block;clear: both;height:1px;line-height:1px;">&nbsp;</span> <div class="pds-answer-feedback" id="PDI_feedback0"> <div class="pds-answer-feedback-bar" style="width:77.29%"></div> </div> <span class="pds-clear" style="display: block;clear: both;height:1px;line-height:1px;">&nbsp;</span> </div> <div class="pds-feedback-group"> <label class="pds-feedback-label"> <span class="pds-answer-text"> Not interested </span><span class="pds-feedback-result"><span class="pds-feedback-per">&nbsp;16.92%</span><span class="pds-feedback-votes">&nbsp; (111 votes)</span></span> </label> <span class="pds-clear" style="display: block;clear: both;height:1px;line-height:1px;">&nbsp;</span> <div class="pds-answer-feedback" id="PDI_feedback1"> <div class="pds-answer-feedback-bar" style="width:16.92%"></div> </div> <span class="pds-clear" style="display: block;clear: both;height:1px;line-height:1px;">&nbsp;</span> </div> <div class="pds-feedback-group"> <label class="pds-feedback-label"> <span class="pds-answer-text"> Bad idea </span><span class="pds-feedback-result"><span class="pds-feedback-per">&nbsp;3.96%</span><span class="pds-feedback-votes">&nbsp; (26 votes)</span></span> </label> <span class="pds-clear" style="display: block;clear: both;height:1px;line-height:1px;">&nbsp;</span> <div class="pds-answer-feedback" id="PDI_feedback2"> <div class="pds-answer-feedback-bar" style="width:3.96%"></div> </div> <span class="pds-clear" style="display: block;clear: both;height:1px;line-height:1px;">&nbsp;</span> </div> <div class="pds-feedback-group"> <label class="pds-feedback-label"> <span class="pds-answer-text"> Other: </span><span class="pds-feedback-result"><span class="pds-feedback-per">&nbsp;1.83%</span><span class="pds-feedback-votes">&nbsp; (12 votes)</span></span> </label> <span class="pds-clear" style="display: block;clear: both;height:1px;line-height:1px;">&nbsp;</span> <div class="pds-answer-feedback" id="PDI_feedback3"> <div class="pds-answer-feedback-bar" style="width:1.83%"></div> </div> <span class="pds-clear" style="display: block;clear: both;height:1px;line-height:1px;">&nbsp;</span> </div> <span class="pds-clear" style="display: block;clear: both;height:1px;line-height:1px;">&nbsp;</span> <div class="pds-total-votes">Total Votes: <span>656</span></div> </div> <div class="pds-vote"> <div class="pds-totalvotes-outer"> <span class="pds-links-back"> <a target="_blank" class="pds-comments" href="' + ( is_secure() ? 'https:' : 'http:' ) + '//polldaddy.com/poll/3703431/?view=results">Comments <span>(0)</span></a> <br/><a href="' + ( is_secure() ? 'https:' : 'http:' ) + '//polldaddy.com/signup-free/?ad=poll-results" target="_blank" class="pds-pd-link">Create Your Own Poll</a> </span> <span class="pds-clear" style="display: block;clear: both;height:1px;line-height:1px;">&nbsp;</span> </div> </div> </div> </div> </div> </div> <!-- Start Quantcast tag --> <script type="text/javascript"> _qoptions=[ { qacct:"p-18-mFEk4J448M", labels:"type.polldaddy.poll" }, { qacct:"p-ab3gTb8xb3dLg" }]; </script> <script type="text/javascript" src="' + ( is_secure() ? 'https:' : 'http:' ) + '//edge.quantserve.com/quant.js"></script> <noscript> <img src="' + ( is_secure() ? 'https:' : 'http:' ) + '//pixel.quantserve.com/pixel?a.1=p-18-mFEk4J448M&amp;a.2=p-ab3gTb8xb3dLg&amp;labels.1=type.polldaddy.poll" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> </noscript> <!-- End Quantcast tag -->';

//v3.2 30/Aug/11
var protocol=document.location.protocol=="https:"?"https:":"http:";var a2a_track_pub="polldaddy";var a2a_no_3p=1;var PD_ck3703431=0;var PD_ck_name3703431="PD_poll_"+PDV_id3703431;var PDV_n3703431="";var PDV_nurl3703431=protocol+"//polldaddy.com/n/"+(typeof PDV_h3703431!=="undefined"?PDV_h3703431:PDV_id3703431)+"/"+PDV_id3703431+(PDV_w3703431!=PDV_id3703431?"/"+PDV_w3703431:"");function _$(a){return document.getElementById(a)}function is_secure(){return"https:"==document.location.protocol?true:false}function getHead(){return document.getElementsByTagName("head").item(0)}if(pollClosed3703431==false){var PDV_server3703431=protocol+"//polls.polldaddy.com";var AA3703431=new Array();var PDV_html3703431='<div style="margin-bottom: 0px; margin-top: 0px;" name="PDI_form3703431" id="PDI_form3703431"><div class="pds-box"><div class="pds-box-outer"><div class="pds-box-inner"><div class="pds-box-top"><div class="pds-question"><div class="pds-question-outer"><div class="pds-question-inner"><div class="pds-question-top">'+PDV_POLL_medID3703431+" "+unescape_HTML_3703431(PDV_POLL_q3703431)+'</div></div></div></div><div class="pds-answer"><span id="pds-answer3703431"></span>';if(PDV_po3703431==1){PDV_html3703431+='<span class="pds-answer-group">';if(PDV_pt3703431==0){PDV_html3703431+='<span class="pds-answer-input"><input type="radio" name="PDI_answer3703431" id="PDI_answerOther3703431" value="other" class="pds-radiobutton"/></span>'}PDV_html3703431+='<label for="PDI_answerOther3703431" class="pds-other-label"><span class="pds-answer-span">'+PDV_l2_3703431+'</span></label><span class="pds-answer-other"><br/><input class="pds-textfield" type="text" maxlength="80" id="PDI_OtherText3703431" name="PDI_OtherText3703431" onclick="PDF_checkOther3703431();" onchange="PDF_checkOther3703431(true);" /></span>';PDV_html3703431+='<span class="pds-clear"></span>';PDV_html3703431+="</span>"}PDV_html3703431+='</div><div class="pds-vote"><div class="pds-votebutton-outer">';if(PDV_l3_3703431==""){PDV_l3_3703431="Vote"}if(PDV_s3703431<99||PDV_def3703431.indexOf("input.pds-votebutton")!=-1){if(PDV_l3_3703431=="Vote"||PDV_l3_3703431==""){PDV_html3703431+='<input type="button" class="pds-votebutton" style="border:none;cursor: pointer;" src="'+(is_secure()?"https://polldaddy":"http://i.polldaddy")+'.com/polls/spacer.gif" onclick="PD_prevote3703431(0);">'}else{PDV_html3703431+='<input type="button" class="pds-votebutton-pack" value="'+PDV_l3_3703431+'" onclick="PD_prevote3703431(0);" />'}}else{PDV_html3703431+='<a href="javascript:PD_prevote3703431(0);" id="pd-vote-button3703431" class="pds-vote-button"><span>'+PDV_l3_3703431+"</span></a>"}PDV_html3703431+='<span class="pds-links">';if(PDV_pr3703431==2){PDV_html3703431+="<br/>"}else{PDV_html3703431+='<a href="javascript:PD_vote3703431(1);" class="pds-view-results">'+PDV_l1_3703431+"</a><br/>"}if(typeof PDV_share3703431!="undefined"){if(PDV_share3703431==1){PDV_html3703431+='<a class="a2a_dd pds-share"  href="javascript:">'+PDV_l12_3703431+"</a>"}}if(PDV_lnk3703431==1){PDV_html3703431+='<a href="'+protocol+'//polldaddy.com/signup-free/?ad=poll-front" target="_blank" class="pds-pd-link">Polldaddy.com</a>'}PDV_html3703431+='<span class="pds-clear"></span>';PDV_html3703431+='</span><span class="pds-clear"></span>';PDV_html3703431+="</div></div></div></div></div></div></div>";for(PDV_x=0;PDV_x<PDV_A3703431.length;PDV_x++){if(PDV_pt3703431==0){AA3703431[PDV_x]='<span class="pds-answer-group"><span class="pds-answer-input"><input class="pds-radiobutton" type="radio" id="PDI_answer'+PDV_A3703431[PDV_x][0]+'" value="'+PDV_A3703431[PDV_x][0]+'" name="PDI_answer3703431" /></span><label for="PDI_answer'+PDV_A3703431[PDV_x][0]+'" class="pds-input-label"><span class="pds-answer-span">'+unescape_HTML_3703431(PDV_A3703431[PDV_x][1])+"</span></label>"+PDV_A3703431[PDV_x][3]+'<span class="pds-clear"></span><br/></span>'}else{AA3703431[PDV_x]='<span class="pds-answer-group"><span class="pds-answer-input"><input class="pds-checkbox" type="checkbox" id="PDI_answer'+PDV_A3703431[PDV_x][0]+'" value="'+PDV_A3703431[PDV_x][0]+'" name="PDI_answer'+PDV_A3703431[PDV_x][0]+'" onclick="javascript:PDF_mc3703431(this);" /></span><label for="PDI_answer'+PDV_A3703431[PDV_x][0]+'" class="pds-input-label"><span class="pds-answer-span">'+unescape_HTML_3703431(PDV_A3703431[PDV_x][1])+"</span></label>"+PDV_A3703431[PDV_x][3]+'<span class="pds-clear"></span><br/></span>'}}}function PDF_mc3703431(c){if(PDV_pt3703431>1){var a=0;for(i=0;i<AA3703431.length;i++){r=_$(AA3703431[i].substring(AA3703431[i].indexOf("id=")+4,AA3703431[i].indexOf('"',AA3703431[i].indexOf("id=")+4)));if(r.type=="checkbox"&&r.checked){a+=1}}if(PDV_po3703431==1){var b=_$("PDI_OtherText3703431").value;if(b.length>0){a+=1}}if(a>PDV_pt3703431){c.checked=false;c.disabled=true}if(a>=PDV_pt3703431){for(i=0;i<AA3703431.length;i++){r=_$(AA3703431[i].substring(AA3703431[i].indexOf("id=")+4,AA3703431[i].indexOf('"',AA3703431[i].indexOf("id=")+4)));if(r.type=="checkbox"&&!r.checked){r.disabled=true}}}else{if(PDV_po3703431==1){_$("PDI_OtherText3703431").disabled=false}for(i=0;i<AA3703431.length;i++){r=_$(AA3703431[i].substring(AA3703431[i].indexOf("id=")+4,AA3703431[i].indexOf('"',AA3703431[i].indexOf("id=")+4)));if(r.type=="checkbox"&&!r.checked){r.disabled=false}}}}}function PDF_a3703431(){PDF_o3703431();var b;if(PDV_pt3703431==0){for(var a=0;a<AA3703431.length;a++){b=_$(AA3703431[a].substring(AA3703431[a].indexOf("id=")+4,AA3703431[a].indexOf('"',AA3703431[a].indexOf("id=")+4)));if(b.checked){return b.value+","}}b=_$("PDI_answerOther3703431");if(b){if(b.checked){return b.value+","}else{return""}}else{return""}}else{for(a=0;a<AA3703431.length;a++){b=_$(AA3703431[a].substring(AA3703431[a].indexOf("id=")+4,AA3703431[a].indexOf('"',AA3703431[a].indexOf("id=")+4)));if(b.type=="checkbox"&&b.checked){PDV_a3703431=PDV_a3703431+b.value+","}}return PDV_a3703431}}function PDF_o3703431(a){if(PDV_po3703431==1){PDV_o3703431=_$("PDI_OtherText3703431").value}}function PDF_checkOther3703431(a){var d=false;if(a){var c=_$("PDI_OtherText3703431").value;if(c.length==0){d=true}}if(PDV_pt3703431==0){if(a&&d){_$("PDI_answerOther3703431").checked=false}else{_$("PDI_answerOther3703431").checked=true}}else{if(PDV_pt3703431>1){var b=1;obj=_$("PDI_OtherText3703431");if(a&&d){b=0}for(i=0;i<AA3703431.length;i++){r=_$(AA3703431[i].substring(AA3703431[i].indexOf("id=")+4,AA3703431[i].indexOf('"',AA3703431[i].indexOf("id=")+4)));if(r.type=="checkbox"&&r.checked){b+=1}}if(b>PDV_pt3703431){obj.disabled=true;obj.value="";for(i=0;i<AA3703431.length;i++){r=_$(AA3703431[i].substring(AA3703431[i].indexOf("id=")+4,AA3703431[i].indexOf('"',AA3703431[i].indexOf("id=")+4)));if(r.type=="checkbox"&&!r.checked){r.disabled=true}}}else{if(b<PDV_pt3703431){obj.disabled=false;for(i=0;i<AA3703431.length;i++){r=_$(AA3703431[i].substring(AA3703431[i].indexOf("id=")+4,AA3703431[i].indexOf('"',AA3703431[i].indexOf("id=")+4)));if(r.type=="checkbox"&&!r.checked){r.disabled=false}}}}}}}function PD_prevote3703431(){if(PDV_def3703431.indexOf("input.pds-votebutton")==-1){_$("pd-vote-button3703431").className="pds-vote-button-load"}var a=document.createElement("SCRIPT");a.charset="utf-8";a.src=PDV_nurl3703431+"?"+(new Date).getTime();getHead().appendChild(a)}function PD_vote3703431(b){var d=PDF_getTags3703431();var c=PDV_server3703431+"/vote-js.php?p="+PDV_id3703431+(PDV_w3703431!=PDV_id3703431?"&w="+PDV_w3703431:"");var e=false;if(b!=1){PDV_a3703431="";PDV_a3703431=PDF_a3703431(_$("PDI_form3703431"));if(PDV_a3703431.length==0&&PDV_o3703431.length==0){e=true;alert(PDV_l4_3703431);if(PDV_def3703431.indexOf("input.pds-votebutton")==-1){_$("pd-vote-button3703431").className="pds-vote-button"}}else{if(PDV_b3703431>0){if(PDF_getCookie3703431(PD_ck_name3703431)=="true"){PD_ck3703431=1}else{PDF_setCookie3703431(PD_ck_name3703431)}}c+="&b="+PDV_b3703431+"&a="+PDV_a3703431+"&o="+PDF_urlEncode3703431(PDV_o3703431)+"&va="+PDV_va3703431+"&cookie="+PD_ck3703431+"&url="+escape(location.href)+(d.length>0?"&tags="+d:"")+(PDV_n3703431.length>0?"&n="+PDV_n3703431:"")}}if(!e){var a=document.createElement("SCRIPT");a.charset="utf-8";a.src=c;getHead().appendChild(a)}}function PDF_getTags3703431(){if(typeof pd_tags=="undefined"){return""}var a="";for(var b in pd_tags){a+=PDF_urlEncode3703431(b)+":"+PDF_urlEncode3703431(pd_tags[b])+";"}return a.slice(0,-1)}function PDF_urlEncode3703431(a){return encodeURIComponent(a).replace(/\%20/g,"+").replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A").replace(/\~/g,"%7E")}function PDF_rand3703431(a){var e=a.length;if(e==0){return false}while(--e){var d=Math.floor(Math.random()*(e+1));var c=a[e];var b=a[d];a[e]=b;a[d]=c}return a}function PDF_loadStyleSheet3703431(){var a=document.createElement("style");a.setAttribute("type","text/css");a.setAttribute("id","poll_style3703431");if(a.styleSheet){a.styleSheet.cssText=PDV_def3703431}else{a.appendChild(document.createTextNode(PDV_def3703431))}getHead().appendChild(a)}function PDV_go3703431(){if(is_secure()){PDV_def3703431=PDV_def3703431.replace(/http:\/\/i.polldaddy/g,"https://polldaddy");PDV_def3703431=PDV_def3703431.replace(/http:\/\/s3.wordpress/g,"https://s-ssl.wordpress")}if(!_$("poll_style3703431")){PDF_loadStyleSheet3703431()}if(typeof load_audioLibrary_3703431=="function"&&typeof PDV_audio_3703431!=="undefined"&&PDV_audio_3703431>0){load_audioLibrary_3703431()}if(!_$("PDI_container3703431")){document.write('<a name="pd_a_3703431" style="display: inline; padding: 0px; margin: 0px;"></a><div class="PDS_Poll" id="PDI_container3703431"></div>')}if(typeof supercookie!=="undefined"&&typeof sc!=="object"){sc=new supercookie()}PDV_html3703431+='<img src="'+(is_secure()?"https://secure":"http://pixel")+'.quantserve.com/pixel?a.1=p-18-mFEk4J448M&amp;a.2=p-ab3gTb8xb3dLg&labels.1=type.polldaddy.poll" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>';_$("PDI_container3703431").innerHTML=PDV_html3703431;if(PDV_POLLRAND3703431){AA3703431=PDF_rand3703431(AA3703431)}y3703431="";for(x3703431=0;x3703431<AA3703431.length;x3703431++){y3703431=y3703431+AA3703431[x3703431]}_$("pds-answer3703431").innerHTML=y3703431;share3703431()}function PDF_setCookie3703431(f){var c="/";var o="";var b="";var d=0;if(typeof(PDV_expire3703431)!=="undefined"){d=parseInt(PDV_expire3703431)}if(d>0){d=d*1000}else{d=60*60*24*30*1000}var e=new Date();e.setTime(e.getTime());d=e.getTime()+(d);var a=new Date(d);if(typeof PDV_version3703431!=="undefined"){f+=(PDV_version3703431>0?"_"+PDV_version3703431:"")}PDF_log3703431("Cookie Name: "+f);if(typeof sc=="object"&&typeof sc.set=="function"){PDF_log3703431("SET supercookie");sc.set(f,escape(d))}else{PDF_log3703431("SET standard cookie");document.cookie=f+"="+escape(d)+((d)?";expires="+a.toGMTString():"")+((c)?";path="+c:"")+((o)?";domain="+o:"")+((b)?";secure":"")}}function PDF_getCookie3703431(f){var a="";var b="";var c="";if(typeof PDV_version3703431!=="undefined"){f+=(PDV_version3703431>0?"_"+PDV_version3703431:"")}PDF_log3703431("Cookie Name: "+f);if(typeof sc=="object"&&typeof sc.get=="function"){PDF_log3703431("GET supercookie");c=sc.get(f)}else{PDF_log3703431("GET standard cookie");var d=document.cookie.split(";");for(i=0;i<d.length;i++){a=d[i].split("=");b=a[0].replace(/^\s+|\s+$/g,"");if(b==f){if(a.length>1){c=unescape(a[1].replace(/^\s+|\s+$/g,""))}break}a=null;b=""}}PDF_log3703431("Cookie Value: "+c);if(c=="true"){return c}else{var e=new Date();c=parseInt(c);PDF_log3703431("Time: "+e.getTime());if(c>e.getTime()){return"true"}}return null}function PDF_callback3703431(){if(typeof pd_callback=="function"){pd_callback()}else{if(typeof pd_callback_3703431=="function"){pd_callback_3703431()}}}function share3703431(){if(typeof PDV_share3703431!="undefined"){if(PDV_share3703431==1){a2a_linkname="Poll: "+PDV_POLL_q3703431;a2a_linkurl=document.location+"#pd_a_3703431";a2a_track_links="custom";a2a_track_links_key=document.location+"#pd_a_3703431";a2a_onclick=1;var a=document.createElement("SCRIPT");a.charset="utf-8";a.src=protocol+"//static.addtoany.com/menu/page.js";getHead().appendChild(a)}}}function unescape_HTML_3703431(a){var b=document.createElement("DIV");b.innerHTML=a;if(b.innerText!==undefined){return b.innerText}return b.textContent}function PDF_log3703431(a){if(typeof(_debug)!=="undefined"&&_debug){if(typeof(console)!=="undefined"&&console!=null){console.log(a)}}}if(pollClosed3703431==false){PDV_go3703431()}else{share3703431()};
