var PDV_POLL_q3578489 = 'What is the most common transfusion trigger at your institution?';
var PDV_share3578489 = 1;
var PDV_id3578489 = 3578489;
var pollClosed3578489 = true;
var PDV_A3578489= new Array();
if ( !document.getElementById('poll_style3578489') ) {
	fileref=document.createElement('style');
	fileref.setAttribute('type', 'text/css');
	fileref.setAttribute('id', 'poll_style3578489');
	var def = '#PDI_container3578489 .pds-box{font-family: Times, Helvetica, sans-serif;font-size: 12px;text-align: left;color: #333;width: 300px;background: #f4edde;border: 1px solid #d3ccc1;} #PDI_container3578489 .pds-box A{outline: none;} #PDI_container3578489 .pds-clear{display: block;clear: both;} #PDI_container3578489 .pds-box-outer{padding: 15px;} #PDI_container3578489 .pds-question-top{font-size: 18px;font-style:italic;line-height: 130%;color: #333;position:relative;} #PDI_container3578489 .pds-answer{padding: 10px 0px 20px 0px;} #PDI_container3578489 .pds-answer label{color: #333;font-size: 14px;line-height: 140%;position: relative;font-family: Times, Helvetica, sans-serif;} #PDI_container3578489 .pds-answer-group{display: block;padding: 8px 0px;} #PDI_container3578489 .pds-answer-group BR{display: none;} #PDI_container3578489 .pds-answer-input{display: block;float:left;width: 25px;} #PDI_container3578489 .pds-input-label{display: block;float:left;width: 245px;cursor: pointer;} #PDI_container3578489 .pds-answer-other{padding: 0px 0px 0px 10px;} #PDI_container3578489 .pds-textfield{background: #d9d9d9;border: 1px solid #999;font-size: 12px;padding: 2px;width: 185px;} #PDI_container3578489 .pds-answer-other BR{display: none;} #PDI_container3578489 .pds-other-label{display: block;float:left;cursor: pointer;} #PDI_container3578489 .pds-feedback-group{display: block;padding: 8px 0px 8px 0px;} #PDI_container3578489 .pds-feedback-label{display: block;padding: 0px 0px 5px 0px;} #PDI_container3578489 .pds-feedback-per{font-weight: bold;} #PDI_container3578489 .pds-feedback-votes{font-weight: normal;} #PDI_container3578489 .pds-answer-feedback {background: #dfd8cb url(http://i.polldaddy.com/polls/paper-bar.png) repeat-x bottom left;height: 19px;border-right: 1px solid #d1d1d1;position: relative;} #PDI_container3578489 .pds-answer-feedback-bar {font-size: 2px;background: #8a3939 url(http://i.polldaddy.com/polls/paper-bar.png) repeat-x top left;height: 19px;border-left: 1px solid #4e1d1c;border-right: 1px solid #4e1d1c;} #PDI_container3578489 .pds-vote {padding: 0px 0px;} #PDI_container3578489 .pds-votebutton-outer {} #PDI_container3578489 .pds-vote BR{display: none;} #PDI_container3578489 .pds-vote-button {color: #fff;padding: 4px 18px;white-space: nowrap;background: #79766f repeat-x top left;-moz-border-radius: 15px;-webkit-border-radius: 15px;border-radius: 15px;border: 1px solid #706c65;cursor: pointer;font-size: 17px;font-family: Times, Helvetica, sans-serif;text-decoration: none;white-space: nowrap;text-shadow: 0 -1px 0 #666;} #PDI_container3578489 .pds-vote-button:hover{background: #afafaf repeat-x bottom left;border-color: #706c65;} #PDI_container3578489 .pds-vote-button-load {color: #fff;padding: 4px 18px;white-space: nowrap;-moz-border-radius: 15px;-webkit-border-radius: 15px;border-radius: 15px;border: 1px solid #706c65;cursor: pointer;font-size: 17px;font-family: Times, Helvetica, sans-serif;text-decoration: none;white-space: nowrap;text-shadow: 0 -1px 0 #666;background:#676767 url(http://i.polldaddy.com/polls/vote-loader-676767.gif) no-repeat scroll 50% 50%;} #PDI_container3578489 .pds-vote-button-load SPAN{visibility: hidden;} #PDI_container3578489 .pds-links{display: block;padding: 0px 0px;margin: 20px 0px 0px 0px;text-align: center;} #PDI_container3578489 .pds-links-back{display: block;padding: 0px 0px;text-align: center;width: auto;float: none;margin: 0px;} #PDI_container3578489 .pds-links A{font-family: Times, Helvetica, sans-serif;font-size:12px;color: #333;line-height: 24px;text-decoration: none;padding: 0px 15px 0px 0px;} #PDI_container3578489 .pds-links-back A{font-family: Times, Helvetica, sans-serif;font-size:12px;color: #333;line-height: 24px;text-decoration: none;padding: 0px 15px 0px 0px;} #PDI_container3578489 .pds-pd-link{padding: 0px;} #PDI_container3578489 .pds-links A:hover{text-decoration: underline;} #PDI_container3578489 .pds-links-back A:hover{text-decoration: underline;} #PDI_container3578489 .pds-links-back A {float: none;display: inline-block;padding: 0px 7px;} #PDI_container3578489 .pds-comments SPAN{font-weight: normal;} #PDI_container3578489 .pds-total-votes{padding: 10px 0px 0px 0px;position: relative;font-family: Times, Helvetica, sans-serif;color: #333;font-size:14px;} #PDI_container3578489 .pds-total-votes SPAN{font-weight: bold;}';
	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_container3578489') ) {
	document.write("<a name='pd_a_3578489'></a><div class='PDS_Poll' id='PDI_container3578489'></div>");
};
document.getElementById('PDI_container3578489').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\"> What is the most common transfusion trigger at your institution? ( Poll Closed ) </div> </div> </div> </div> <div class=\"pds-answer\"> <span class=\"pds-clear\" style=\"display: block;clear: both;\"/> <div class=\"pds-total-votes\">Total Votes: <span>0</span></div> </div> <div class=\"pds-vote\"> <div class=\"pds-totalvotes-outer\"> <span class=\"pds-links-back\"> <a target=\"_blank\" class=\"pds-comments\" href=\"http://polldaddy.com/poll/3578489?view=results\">Comments <span>(0)</span></a><br/> <a class=\"a2a_dd pds-share\" href=\"javascript:\">Share This</a><br/> <a href=\"http://polldaddy.com/signup-now/?ad=poll-results\" target=\"_blank\" class=\"pds-pd-link\">Create You Own Poll</a> <span class=\"pds-clear\" style=\"display: block;clear: both;\"/> </span> <span class=\"pds-clear\" style=\"display: block;clear: both;\"/> </div> </div> </div> </div> </div> </div> <img src=\"http://pixel.quantserve.com/pixel/p-ab3gTb8xb3dLg.gif\" style=\"display: none;\" border=\"0\" height=\"1\" width=\"1\" alt=\"Quantcast\"/>';

//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_ck3578489=0;var PD_ck_name3578489="PD_poll_"+PDV_id3578489;var PDV_n3578489="";var PDV_nurl3578489=protocol+"//polldaddy.com/n/"+(typeof PDV_h3578489!=="undefined"?PDV_h3578489:PDV_id3578489)+"/"+PDV_id3578489+(PDV_w3578489!=PDV_id3578489?"/"+PDV_w3578489:"");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(pollClosed3578489==false){var PDV_server3578489=protocol+"//polls.polldaddy.com";var AA3578489=new Array();var PDV_html3578489='<div style="margin-bottom: 0px; margin-top: 0px;" name="PDI_form3578489" id="PDI_form3578489"><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_medID3578489+" "+unescape_HTML_3578489(PDV_POLL_q3578489)+'</div></div></div></div><div class="pds-answer"><span id="pds-answer3578489"></span>';if(PDV_po3578489==1){PDV_html3578489+='<span class="pds-answer-group">';if(PDV_pt3578489==0){PDV_html3578489+='<span class="pds-answer-input"><input type="radio" name="PDI_answer3578489" id="PDI_answerOther3578489" value="other" class="pds-radiobutton"/></span>'}PDV_html3578489+='<label for="PDI_answerOther3578489" class="pds-other-label"><span class="pds-answer-span">'+PDV_l2_3578489+'</span></label><span class="pds-answer-other"><br/><input class="pds-textfield" type="text" maxlength="80" id="PDI_OtherText3578489" name="PDI_OtherText3578489" onclick="PDF_checkOther3578489();" onchange="PDF_checkOther3578489(true);" /></span>';PDV_html3578489+='<span class="pds-clear"></span>';PDV_html3578489+="</span>"}PDV_html3578489+='</div><div class="pds-vote"><div class="pds-votebutton-outer">';if(PDV_l3_3578489==""){PDV_l3_3578489="Vote"}if(PDV_s3578489<99||PDV_def3578489.indexOf("input.pds-votebutton")!=-1){if(PDV_l3_3578489=="Vote"||PDV_l3_3578489==""){PDV_html3578489+='<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_prevote3578489(0);">'}else{PDV_html3578489+='<input type="button" class="pds-votebutton-pack" value="'+PDV_l3_3578489+'" onclick="PD_prevote3578489(0);" />'}}else{PDV_html3578489+='<a href="javascript:PD_prevote3578489(0);" id="pd-vote-button3578489" class="pds-vote-button"><span>'+PDV_l3_3578489+"</span></a>"}PDV_html3578489+='<span class="pds-links">';if(PDV_pr3578489==2){PDV_html3578489+="<br/>"}else{PDV_html3578489+='<a href="javascript:PD_vote3578489(1);" class="pds-view-results">'+PDV_l1_3578489+"</a><br/>"}if(typeof PDV_share3578489!="undefined"){if(PDV_share3578489==1){PDV_html3578489+='<a class="a2a_dd pds-share"  href="javascript:">'+PDV_l12_3578489+"</a>"}}if(PDV_lnk3578489==1){PDV_html3578489+='<a href="'+protocol+'//polldaddy.com/signup-free/?ad=poll-front" target="_blank" class="pds-pd-link">Polldaddy.com</a>'}PDV_html3578489+='<span class="pds-clear"></span>';PDV_html3578489+='</span><span class="pds-clear"></span>';PDV_html3578489+="</div></div></div></div></div></div></div>";for(PDV_x=0;PDV_x<PDV_A3578489.length;PDV_x++){if(PDV_pt3578489==0){AA3578489[PDV_x]='<span class="pds-answer-group"><span class="pds-answer-input"><input class="pds-radiobutton" type="radio" id="PDI_answer'+PDV_A3578489[PDV_x][0]+'" value="'+PDV_A3578489[PDV_x][0]+'" name="PDI_answer3578489" /></span><label for="PDI_answer'+PDV_A3578489[PDV_x][0]+'" class="pds-input-label"><span class="pds-answer-span">'+unescape_HTML_3578489(PDV_A3578489[PDV_x][1])+"</span></label>"+PDV_A3578489[PDV_x][3]+'<span class="pds-clear"></span><br/></span>'}else{AA3578489[PDV_x]='<span class="pds-answer-group"><span class="pds-answer-input"><input class="pds-checkbox" type="checkbox" id="PDI_answer'+PDV_A3578489[PDV_x][0]+'" value="'+PDV_A3578489[PDV_x][0]+'" name="PDI_answer'+PDV_A3578489[PDV_x][0]+'" onclick="javascript:PDF_mc3578489(this);" /></span><label for="PDI_answer'+PDV_A3578489[PDV_x][0]+'" class="pds-input-label"><span class="pds-answer-span">'+unescape_HTML_3578489(PDV_A3578489[PDV_x][1])+"</span></label>"+PDV_A3578489[PDV_x][3]+'<span class="pds-clear"></span><br/></span>'}}}function PDF_mc3578489(c){if(PDV_pt3578489>1){var a=0;for(i=0;i<AA3578489.length;i++){r=_$(AA3578489[i].substring(AA3578489[i].indexOf("id=")+4,AA3578489[i].indexOf('"',AA3578489[i].indexOf("id=")+4)));if(r.type=="checkbox"&&r.checked){a+=1}}if(PDV_po3578489==1){var b=_$("PDI_OtherText3578489").value;if(b.length>0){a+=1}}if(a>PDV_pt3578489){c.checked=false;c.disabled=true}if(a>=PDV_pt3578489){for(i=0;i<AA3578489.length;i++){r=_$(AA3578489[i].substring(AA3578489[i].indexOf("id=")+4,AA3578489[i].indexOf('"',AA3578489[i].indexOf("id=")+4)));if(r.type=="checkbox"&&!r.checked){r.disabled=true}}}else{if(PDV_po3578489==1){_$("PDI_OtherText3578489").disabled=false}for(i=0;i<AA3578489.length;i++){r=_$(AA3578489[i].substring(AA3578489[i].indexOf("id=")+4,AA3578489[i].indexOf('"',AA3578489[i].indexOf("id=")+4)));if(r.type=="checkbox"&&!r.checked){r.disabled=false}}}}}function PDF_a3578489(){PDF_o3578489();var b;if(PDV_pt3578489==0){for(var a=0;a<AA3578489.length;a++){b=_$(AA3578489[a].substring(AA3578489[a].indexOf("id=")+4,AA3578489[a].indexOf('"',AA3578489[a].indexOf("id=")+4)));if(b.checked){return b.value+","}}b=_$("PDI_answerOther3578489");if(b){if(b.checked){return b.value+","}else{return""}}else{return""}}else{for(a=0;a<AA3578489.length;a++){b=_$(AA3578489[a].substring(AA3578489[a].indexOf("id=")+4,AA3578489[a].indexOf('"',AA3578489[a].indexOf("id=")+4)));if(b.type=="checkbox"&&b.checked){PDV_a3578489=PDV_a3578489+b.value+","}}return PDV_a3578489}}function PDF_o3578489(a){if(PDV_po3578489==1){PDV_o3578489=_$("PDI_OtherText3578489").value}}function PDF_checkOther3578489(a){var d=false;if(a){var c=_$("PDI_OtherText3578489").value;if(c.length==0){d=true}}if(PDV_pt3578489==0){if(a&&d){_$("PDI_answerOther3578489").checked=false}else{_$("PDI_answerOther3578489").checked=true}}else{if(PDV_pt3578489>1){var b=1;obj=_$("PDI_OtherText3578489");if(a&&d){b=0}for(i=0;i<AA3578489.length;i++){r=_$(AA3578489[i].substring(AA3578489[i].indexOf("id=")+4,AA3578489[i].indexOf('"',AA3578489[i].indexOf("id=")+4)));if(r.type=="checkbox"&&r.checked){b+=1}}if(b>PDV_pt3578489){obj.disabled=true;obj.value="";for(i=0;i<AA3578489.length;i++){r=_$(AA3578489[i].substring(AA3578489[i].indexOf("id=")+4,AA3578489[i].indexOf('"',AA3578489[i].indexOf("id=")+4)));if(r.type=="checkbox"&&!r.checked){r.disabled=true}}}else{if(b<PDV_pt3578489){obj.disabled=false;for(i=0;i<AA3578489.length;i++){r=_$(AA3578489[i].substring(AA3578489[i].indexOf("id=")+4,AA3578489[i].indexOf('"',AA3578489[i].indexOf("id=")+4)));if(r.type=="checkbox"&&!r.checked){r.disabled=false}}}}}}}function PD_prevote3578489(){if(PDV_def3578489.indexOf("input.pds-votebutton")==-1){_$("pd-vote-button3578489").className="pds-vote-button-load"}var a=document.createElement("SCRIPT");a.charset="utf-8";a.src=PDV_nurl3578489+"?"+(new Date).getTime();getHead().appendChild(a)}function PD_vote3578489(b){var d=PDF_getTags3578489();var c=PDV_server3578489+"/vote-js.php?p="+PDV_id3578489+(PDV_w3578489!=PDV_id3578489?"&w="+PDV_w3578489:"");var e=false;if(b!=1){PDV_a3578489="";PDV_a3578489=PDF_a3578489(_$("PDI_form3578489"));if(PDV_a3578489.length==0&&PDV_o3578489.length==0){e=true;alert(PDV_l4_3578489);if(PDV_def3578489.indexOf("input.pds-votebutton")==-1){_$("pd-vote-button3578489").className="pds-vote-button"}}else{if(PDV_b3578489>0){if(PDF_getCookie3578489(PD_ck_name3578489)=="true"){PD_ck3578489=1}else{PDF_setCookie3578489(PD_ck_name3578489)}}c+="&b="+PDV_b3578489+"&a="+PDV_a3578489+"&o="+PDF_urlEncode3578489(PDV_o3578489)+"&va="+PDV_va3578489+"&cookie="+PD_ck3578489+"&url="+escape(location.href)+(d.length>0?"&tags="+d:"")+(PDV_n3578489.length>0?"&n="+PDV_n3578489:"")}}if(!e){var a=document.createElement("SCRIPT");a.charset="utf-8";a.src=c;getHead().appendChild(a)}}function PDF_getTags3578489(){if(typeof pd_tags=="undefined"){return""}var a="";for(var b in pd_tags){a+=PDF_urlEncode3578489(b)+":"+PDF_urlEncode3578489(pd_tags[b])+";"}return a.slice(0,-1)}function PDF_urlEncode3578489(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_rand3578489(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_loadStyleSheet3578489(){var a=document.createElement("style");a.setAttribute("type","text/css");a.setAttribute("id","poll_style3578489");if(a.styleSheet){a.styleSheet.cssText=PDV_def3578489}else{a.appendChild(document.createTextNode(PDV_def3578489))}getHead().appendChild(a)}function PDV_go3578489(){if(is_secure()){PDV_def3578489=PDV_def3578489.replace(/http:\/\/i.polldaddy/g,"https://polldaddy");PDV_def3578489=PDV_def3578489.replace(/http:\/\/s3.wordpress/g,"https://s-ssl.wordpress")}if(!_$("poll_style3578489")){PDF_loadStyleSheet3578489()}if(typeof load_audioLibrary_3578489=="function"&&typeof PDV_audio_3578489!=="undefined"&&PDV_audio_3578489>0){load_audioLibrary_3578489()}if(!_$("PDI_container3578489")){document.write('<a name="pd_a_3578489" style="display: inline; padding: 0px; margin: 0px;"></a><div class="PDS_Poll" id="PDI_container3578489"></div>')}if(typeof supercookie!=="undefined"&&typeof sc!=="object"){sc=new supercookie()}PDV_html3578489+='<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_container3578489").innerHTML=PDV_html3578489;if(PDV_POLLRAND3578489){AA3578489=PDF_rand3578489(AA3578489)}y3578489="";for(x3578489=0;x3578489<AA3578489.length;x3578489++){y3578489=y3578489+AA3578489[x3578489]}_$("pds-answer3578489").innerHTML=y3578489;share3578489()}function PDF_setCookie3578489(f){var c="/";var o="";var b="";var d=0;if(typeof(PDV_expire3578489)!=="undefined"){d=parseInt(PDV_expire3578489)}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_version3578489!=="undefined"){f+=(PDV_version3578489>0?"_"+PDV_version3578489:"")}PDF_log3578489("Cookie Name: "+f);if(typeof sc=="object"&&typeof sc.set=="function"){PDF_log3578489("SET supercookie");sc.set(f,escape(d))}else{PDF_log3578489("SET standard cookie");document.cookie=f+"="+escape(d)+((d)?";expires="+a.toGMTString():"")+((c)?";path="+c:"")+((o)?";domain="+o:"")+((b)?";secure":"")}}function PDF_getCookie3578489(f){var a="";var b="";var c="";if(typeof PDV_version3578489!=="undefined"){f+=(PDV_version3578489>0?"_"+PDV_version3578489:"")}PDF_log3578489("Cookie Name: "+f);if(typeof sc=="object"&&typeof sc.get=="function"){PDF_log3578489("GET supercookie");c=sc.get(f)}else{PDF_log3578489("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_log3578489("Cookie Value: "+c);if(c=="true"){return c}else{var e=new Date();c=parseInt(c);PDF_log3578489("Time: "+e.getTime());if(c>e.getTime()){return"true"}}return null}function PDF_callback3578489(){if(typeof pd_callback=="function"){pd_callback()}else{if(typeof pd_callback_3578489=="function"){pd_callback_3578489()}}}function share3578489(){if(typeof PDV_share3578489!="undefined"){if(PDV_share3578489==1){a2a_linkname="Poll: "+PDV_POLL_q3578489;a2a_linkurl=document.location+"#pd_a_3578489";a2a_track_links="custom";a2a_track_links_key=document.location+"#pd_a_3578489";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_3578489(a){var b=document.createElement("DIV");b.innerHTML=a;if(b.innerText!==undefined){return b.innerText}return b.textContent}function PDF_log3578489(a){if(typeof(_debug)!=="undefined"&&_debug){if(typeof(console)!=="undefined"&&console!=null){console.log(a)}}}if(pollClosed3578489==false){PDV_go3578489()}else{share3578489()};
