var TipHideTimer;var TipDivName;var SelectedPledgesCount;var AllPledgesCount;var AllMemberPledgesCount=0;var objimgALL;var objimgNOTALL;var objbearALL;var objbearNOTALL;function ActNow(){var e=document.getElementsByTagName("input");for(var d=0;d<e.length;d++){var a=e[d].id;if(a.indexOf("pledge_selected_")!=-1){if(document.getElementById(e[d].id).value==0){var c=e[d].id;var b=c.substring(16,c.length);PledgeClick(b)}}}}function setStartValues(a,e,d,c){AllPledgesCount=a;SelectedPledgesCount=e;var f=document.getElementById("ActNowImage");var b=document.getElementById("BearImage");objimgALL=document.getElementById("ActNowImageALL");objimgNOTALL=document.getElementById("ActNowImageNOTALL");objbearALL=document.getElementById("BearImageALL");objbearNOTALL=document.getElementById("BearImageNOTALL");if(d==0&&c==0){f.style.cursor="pointer";f.src=objimgNOTALL.src;if(a==e){b.src=objbearALL.src}else{b.src=objbearNOTALL.src}}else{if(a==e){f.src=objimgALL.src;b.src=objbearALL.src;f.style.cursor="default"}else{f.src=objimgNOTALL.src;b.src=objbearNOTALL.src;f.style.cursor="pointer"}}}function showQuestionMark(a){document.getElementById("pledge_"+a+"_question").style.visibility="visible"}function hideQuestionMark(a){document.getElementById("pledge_"+a+"_question").style.visibility="hidden"}function PledgeClick(h){var i=document.getElementById("pledge_selected_"+h).value;var f=document.getElementById("pleges_count").innerHTML;var d=0;switch(i){case"0":i=1;document.getElementById("pledge_"+h+"_img").src=document.getElementById("pledgeON").src;document.getElementById("td_pledge_"+h).className="cell";document.getElementById("pledge_text_"+h).style.textDecoration="none";AllMemberPledgesCount++;SelectedPledgesCount++;try{globalPopUpBlock(1,null,-2);globalPopUpBlock(2,null,1);globalPopUpBlock(3,null,1)}catch(g){}break;default:i=0;document.getElementById("pledge_"+h+"_img").src=document.getElementById("pledgeOFF").src;document.getElementById("td_pledge_"+h).className="";document.getElementById("pledge_text_"+h).style.textDecoration="underline";AllMemberPledgesCount--;SelectedPledgesCount--;if(SelectedPledgesCount==0){globalPopUpBlock(1,null,0)}break}document.getElementById("pledge_selected_"+h).value=i;document.getElementById("pleges_count").innerHTML=AllMemberPledgesCount;var c=document.getElementById("ActNowImage");var j=document.getElementById("BearImage");objimgALL=document.getElementById("ActNowImageALL");objimgNOTALL=document.getElementById("ActNowImageNOTALL");objbearALL=document.getElementById("BearImageALL");objbearNOTALL=document.getElementById("BearImageNOTALL");if(SelectedPledgesCount==AllPledgesCount){d=1;c.src=objimgALL.src;j.src=objbearALL.src;c.style.cursor="default"}else{c.src=objimgNOTALL.src;j.src=objbearNOTALL.src;c.style.cursor="pointer"}HideAll();var a=location.protocol+"//"+location.hostname+"/waynprofile.html?wci=view&wce=campaign&submittype=GlobalWarming_MemberPledgeSave&pledge_key="+h+"&action="+i+"&actnow="+d;var b=new Ajax.Request(a,{onSuccess:function(e){if(e.responseText=="OK"){}},onFailure:function(){alert("Sorry there was an error processing your request.\nPlease try again later");return false},method:"get"})}function GetPledgesCount(){var b=location.protocol+"//"+location.hostname+"/waynfx.html?wci=cmapaign_GlobalWarming_GetAllPledges";var a=new Ajax.Request(b,{onSuccess:function(f){var e=f.responseXML;for(var d=e.firstChild;d!=null;d=d.nextSibling){for(var c=d.firstChild;c!=null;c=c.nextSibling){if(c.nodeValue!=null&&c.nodeValue!=""){document.getElementById("pleges_count").innerHTML=c.nodeValue;AllMemberPledgesCount=c.nodeValue}}}setTimeout("GetPledgesCount()",60000)},onFailure:function(){return false},method:"get"})}function TipOnScreen(a){window.clearTimeout(TipHideTimer);document.getElementById("tip_text_"+a).style.visibility="visible"}function ShowTip(c,a){var d=document.getElementById("pledge_"+c+"_question").offsetLeft+100;var b=document.getElementById("pledge_element_"+c).offsetTop+40;if(b>180){d=d+70;b=b-80}document.getElementById("tip_text_"+c).style.left=d;document.getElementById("tip_text_"+c).style.top=b;document.getElementById("tip_text_"+c).style.visibility="visible"}function HideTip(a){TipDivName=document.getElementById("tip_text_"+a);if(TipDivName.style.visibility=="visible"){TipHideTimer=setTimeout("TipDivName.style.visibility='hidden';",150)}else{HideAll()}}function HideAll(){var c=document.getElementsByTagName("div");for(var b=0;b<c.length;b++){var a=c[b].id;if(a.indexOf("tip_text_")!=-1){document.getElementById(c[b].id).style.visibility="hidden"}}}function GlobalWarmingVideo(g){var e;var b;if(window.innerHeight&&window.scrollMaxY){e=window.innerHeight+window.scrollMaxY}else{if(document.body.scrollHeight>document.body.offsetHeight){e=document.body.scrollHeight}else{e=document.body.offsetHeight}}if(self.innerHeight){b=self.innerHeight}else{if(document.documentElement&&document.documentElement.clientHeight){b=document.documentElement.clientHeight}else{if(document.body){b=document.body.clientHeight}}}if(e<b){pH=b}else{pH=e}var f=document.createElement("div");f.id="BckgAndBoxDiv";f.innerHTML="";f.style.height=pH+"px";f.setAttribute("style","position:absolute;display:block;top:0px;left:0px;width:100%;height:"+pH+"px;");f.style.position="absolute";f.style.width=document.body.clientWidth;f.style.left="0px";f.style.top="0px";f.style.display="block";f.style.zIndex="99999";var a=document.createElement("div");a.style.height=pH+"px";a.setAttribute("style","position:absolute;display:block;opacity:0.5;background-color:#000000;top:0px;left:0px;width:100%;height:"+pH+"px;overflow:hidden;");a.style.position="absolute";a.style.width=document.body.clientWidth;a.style.left="0px";a.style.top="0px";a.style.background="#000000";a.style.filter="alpha(opacity=65)";a.style.opacity="0.65";a.style.display="block";var d=document.createElement("div");d.setAttribute("id","GWVideoDiv");d.style.position="absolute";d.style.width="410px";d.style.left=(screen.width/2)-205;d.style.top=(document.body.clientHeight/2)+document.body.scrollTop-200;f.appendChild(a);f.appendChild(d);document.body.appendChild(f);var c='<table border="0" cellspacing="0" cellpadding="0">';c+="<tr>";c+='<td style="background-image: url(/friends/images/story_left_top_corner.gif); width: 10px; height: 10px;">';c+="</td>";c+='<td style="background-image: url(/friends/images/story_top_border.gif); background-repeat:repeat-x; height: 10px;">';c+="</td>";c+='<td style="background-image: url(/friends/images/story_right_top_corner.gif); width: 10px; height: 10px;">';c+="</td>";c+="</tr>";c+="<tr>";c+='<td width="10" style="background-image: url(/friends/images/story_left_border.gif); background-repeat:repeat-y;">';c+="</td>";c+='<td id="videoarea" style=" background-color:#ffffff">';c+='<div id="flashcontent" style="margin:10px;position:relative">';c+='<object width="360" height="240" >';c+='<param name="movie" value="UniversalPlayer.swf?w=360&h=240&filePath=film'+g+'">';c+="<embed ";c+='		src="/UniversalPlayer.swf?w=360&h=240&filePath=film'+g+'" quality="high" 	width="360" height="240" ';c+='	 	name="video" 	align="middle" 	allowScriptAccess="sameDomain" 	type="application/x-shockwave-flash" ';c+='pluginspage="http://www.macromedia.com/go/getflashplayer" >';c+="</object>";c+="";c+='<br><div style="text-align:right; cursor:pointer; margin-top:3px;" onclick="closevideo()">close</div>';c+="</div></td>";c+='<td width="10" style="background-image: url(/friends/images/story_right_border.gif); background-repeat:repeat-y;">';c+="&nbsp;";c+="</td>";c+="</tr>";c+="<tr>";c+='<td style="background-image: url(/friends/images/story_left_bottom_corner.gif); width: 10px; height: 10px;">';c+="</td>";c+='<td style="background-image: url(/friends/images/story_bottom_border.gif); background-repeat:repeat-x; height: 10px;">';c+="</td>";c+='<td style="background-image: url(/friends/images/story_right_bottom_corner.gif); width: 10px; height: 10px;">';c+="</td>";c+="</tr>";c+="</table>";d.innerHTML=c}function closevideo(){document.getElementById("BckgAndBoxDiv").parentNode.removeChild(document.getElementById("BckgAndBoxDiv"))};
