﻿document.write("<script language=\"JavaScript\" xmlns:ptt=\"http://acx.prospero.com/dir-app/acx/PTTPageTemplate.xsd\">              var PTAC_PollWindowName = \"pollwindow\";      var PTAC_PollWindowParams = \"resizable=yes,scrollbars=yes,height=524,width=524\";            function PTAC_PollVote(pollGroup, pollActionURL)      {         var selectedVal = 0;        var df = document.forms;        for ( var g = 0; g < df.length; g++ ) {          for ( var h = 0; h < df[g].elements.length; h++ ) {            if ( df[g].elements[h].name == pollGroup ) {               for (var ix = 0; ix < df[g].elements.length; ix++) {                if (df[g].elements[ix].checked && (df[g].elements[ix].name == pollGroup))                  {                    selectedVal = df[g].elements[ix].value;                    break;                  }                }              }            }          }                  if (selectedVal == 0)        {          alert(\"Please make a choice.\");        }        else        {          newwindow = window.open(pollActionURL + selectedVal, PTAC_PollWindowName, PTAC_PollWindowParams);          newwindow.focus();        }        return false;      }            function PTAC_PollResults(pollActionURL)      {        newwindow = window.open(pollActionURL, PTAC_PollWindowName, PTAC_PollWindowParams);        newwindow.focus();        return false;      }            </script><form xmlns:ptt=\"http://acx.prospero.com/dir-app/acx/PTTPageTemplate.xsd\">    <table width=\"300\" cellpadding=\"0\" cellspacing=\"0\">      <tr>        <td>          <table class=\"ptActiveContent\" width=\"300\" border=\"0\">            <tr>              <td height=\"25\" width=\"100%\" colspan=\"3\"><span class=\"ptBoldItem1\">Should the Cruz sisters star in their line\'s ad campaign?</span></td>            </tr>            <tr>              <td></td>              <td class=\"ptItem1\" valign=\"top\" align=\"left\"><input class=\"ptPollRadio\" type=\"radio\" name=\"pollVote_551\" value=\"1\">Yes, they should represent</td>            </tr>            <tr>              <td></td>              <td class=\"ptItem1\" valign=\"top\" align=\"left\"><input class=\"ptPollRadio\" type=\"radio\" name=\"pollVote_551\" value=\"2\">No, it\'s totally self-indulgent</td>            </tr>            <tr>              <td></td>              <td class=\"ptItem1\"><a class=\"voteLink\" href=\"javascript:void()\" onClick=\"return PTAC_PollVote(\'pollVote_551\', \'http://messageboards.ivillage.com/dir-app/acx/ACDispatch.aspx?action=pollaction&amp;webtag=iv-sbpetpeeves&amp;castvote=y&amp;tid=551&amp;vote=\');\">Vote</a><a class=\"resultsLink\" href=\"javascript:void()\" onClick=\"return PTAC_PollResults(\'http://messageboards.ivillage.com/dir-app/acx/ACDispatch.aspx?action=pollresults&amp;webtag=iv-sbpetpeeves&amp;tid=551\');\" style=\"padding-left: 10px;\">Results</a></td>              <td></td>            </tr>          </table>        </td>      </tr>    </table>  </form> ")