
// Copyright 2007 The People's Email Network, Patent Pending, All Rights Reserved

lastC_c1a = myAction_c1a.substr(myAction_c1a.length-1,1);

if (lastC_c1a == "?") {
  pHeight_c1a = 550;
  }
else {
  pHeight_c1a = 525;
  }

linkW_c1a = imageW_c1a - 2;

linkH_c1a = 13;

linkText3_c1a = "Get this Action Button";
buttonsLink_c1a = "http://www.usalone.com/cheney_impeachment2.php";

if (imageW_c1a > 300) {
  linkText3_c1a = "Get this Action Banner for your own web page";

  }

linkS_c1a = 1;


totalcount2_c1a = '';
tc_c1a = 0;

for (i=countpet45.length;i>0;i--) {
  if (tc_c1a == 3) {
     tc_c1a = 0;
     totalcount2_c1a = ',' + totalcount2_c1a;
     }
  totalcount2_c1a = countpet45.substr(i-1,1) + totalcount2_c1a;
  tc_c1a++;
  }


linkText1_c1a = totalcount2_c1a + ' votes so far';

linkText4_c1a = "Click here for the code";
linkText2_c1a = "Click above to VOTE now";


document.write('<table width='+imageW_c1a+' cellspacing=0 cellpadding=0 border=0 bgcolor="#FFFFFF"><tr><td colspan=3><a href="#"  onClick="javascript:setTimeout(\'popcheck_c1a();\',1000);wW=625;wH='+pHeight_c1a+';wX=(window.screen.width-wW)/2;wY=(window.screen.height-wH)/2;nw=window.open(\'http://www.usalone.com/blogvoices_new.php?\'+escape(myAction_c1a),\'blogvoices\',\'width=\'+wW+\',height=\'+wH+\',top=\'+wY+\',left=\'+wX);"><img style="padding:0px;margin:0px;border:0px;display:block;"  src="'+blogImage_c1a+'" border=0></a></td></tr><tr><td width=1 height='+linkH_c1a+' bgcolor=black style="background:#000;"></td><td onClick="getButton_c1a();" bgcolor="CCEEFF" style="background:#CEF;" onMouseOver="this.bgColor=\'FFCCDD\';this.style.background=\'#FCD\'" onMouseOut="this.bgColor=\'CCEEFF\';this.style.background=\'#CEF\'" width='+linkW_c1a+' height='+linkH_c1a+' align=center><font size=1 face=verdana onMouseOver="this.style.fontSize=\'10\'" style="font-family:verdana;font-size:10"><a href="'+buttonsLink_c1a+'" onMouseOver="this.style.fontSize=\'10\'" style="font-family:verdana;font-size:10;color:#000000;text-decoration: none;"><b><span  id=blogvoices_c1a name=blogvoices_c1a>'+linkText1_c1a+'</span></b></a></font></td><td width=1 height='+linkH_c1a+' bgcolor=black style="background:#000;"></td></tr><tr><td width='+imageW_c1a+' height=1 bgcolor=black style="background:#000;" colspan=3></td></tr></table>');


timeOut_c1a = setTimeout('changeText_c1a();', 5000);


function getButton_c1a() {
  document.location.href = buttonsLink_c1a;
  }

function changeText_c1a() {
     clearTimeout(timeOut_c1a);

if (linkS_c1a == 1) {
thisText_c1a = linkText2_c1a;
    linkS_c1a = 2;
   }
else if (linkS_c1a == 2) {
thisText_c1a = linkText3_c1a;
   linkS_c1a = 3;
   }
else if (linkS_c1a == 3) {
thisText_c1a = linkText4_c1a;
   linkS_c1a = 4;
   }
else if (linkS_c1a == 4) {
thisText_c1a = linkText1_c1a;
   linkS_c1a = 1;
   }

    // alert('change');
      if (document.getElementById) {
         document.getElementById('blogvoices_c1a').innerHTML = thisText_c1a;
         }
      else {
         blogvoices_c1a.innerHTML = thisText_c1a;
         }
   timeOut_c1a = setTimeout('changeText_c1a();', 5000);
   }

function popcheck_c1a() {
   if (nw != null) {
     }   
   else {
    // alert('no popup');
     }
   }
