

// Copyright 2008 by Constant Contact Inc.,
var ConstantContactPoll_a07e2mbiutig1jm79rp = function() {
  var pollHtml = '<table width="300"><tr><td style="text-align: left"><div style="border: 1px solid #737373; background: #FFFFFF;" class="cc-poll-container" id="cc-poll-a07e2mbiutig1jm79rp"><div id="cc-poll-a07e2mbiutig1jm79rp-replace"><div style="  border-bottom: 1px solid #b7b7b7;   padding: 0.5em;   font-family: Arial;  font-size: 12pt;  color: #000000;">Do you think our economy will show solid signs of growth by the end of the first half of 2010?</div><div style="  border-bottom: 1px solid #b7b7b7;   border-top: 1px solid #FFFFFF;   padding: 0.5em;   font-family: Arial;   font-size: 10pt;   color: #000000;"><input onclick="ConstantContactPoll_a07e2mbiutig1jm79rp.selectAnswer( this.value)" value="0" name="cc-poll-answer-option_a07e2mbiutig1jm79rp" type="radio"/>No. It will stay soft much like what has been seen in 2009.</div><div style="  border-bottom: 1px solid #b7b7b7;   border-top: 1px solid #FFFFFF;   padding: 0.5em;   font-family: Arial;   font-size: 10pt;   color: #000000;"><input onclick="ConstantContactPoll_a07e2mbiutig1jm79rp.selectAnswer( this.value)" value="1" name="cc-poll-answer-option_a07e2mbiutig1jm79rp" type="radio"/>Yes. We are planning for modest growth.</div><div style="  border-bottom: 1px solid #b7b7b7;   border-top: 1px solid #FFFFFF;   padding: 0.5em;   font-family: Arial;   font-size: 10pt;   color: #000000;"><input onclick="ConstantContactPoll_a07e2mbiutig1jm79rp.selectAnswer( this.value)" value="2" name="cc-poll-answer-option_a07e2mbiutig1jm79rp" type="radio"/>Absolutely. 2010 will be a great year!</div><div style="  border-bottom: 1px solid #b7b7b7;   border-top: 1px solid #FFFFFF;   padding: 0.5em;   font-family: Arial;   font-size: 10pt;   color: #000000;"><input onclick="ConstantContactPoll_a07e2mbiutig1jm79rp.selectAnswer( this.value)" value="3" name="cc-poll-answer-option_a07e2mbiutig1jm79rp" type="radio"/>Not Sure.</div><div style="border-bottom: 1px solid #b7b7b7; border-top: 1px solid #FFFFFF; padding: 0.5em;"><input onclick="ConstantContactPoll_a07e2mbiutig1jm79rp.submit()" style="  font-family: Arial;  font-size: 12pt;  color: white;  background-color: #FF8413;" value="Vote" name="vote" type="button"/></div></div><div style="border-top: 1px solid #FFFFFF; padding: 0.3em; background-color: #CCCCCC; color: #666666; font-family: Arial; text-align: right; font-size: 8pt;"><a target="_blank" style="text-decoration: none; color: #666666;" href="http://www.constantcontact.com/survey/index.jsp?cc=ViraWidPOL">Online Surveys</a> by <a target="_blank" href="http://www.constantcontact.com/survey/index.jsp?cc=ViraWidPOL"><img src="http://img.constantcontact.com/ui/images1/cc_logo_tiny.gif" width="61" height="22" border="0"  /></a></div></div></td></tr></table>';
  var pollResultsHtml = '<div style="  border-bottom: 1px solid #b7b7b7;   padding: 0.5em;   font-family: Arial;  font-size: 12pt;  color: #000000;">Do you think our economy will show solid signs of growth by the end of the first half of 2010?</div><div style="  border-bottom: 1px solid #b7b7b7;   border-top: 1px solid #FFFFFF;   padding: 0.5em;   font-family: Arial;   font-size: 10pt;   color: #000000;">No. It will stay soft much like what has been seen in 2009.<div><img src="http://img.constantcontact.com/ui/images/spacer.gif" width="56px" height="20px;" border="0"  style="background-color: orange;" valign="bottom" />\n      56%\n    </div></div><div style="  border-bottom: 1px solid #b7b7b7;   border-top: 1px solid #FFFFFF;   padding: 0.5em;   font-family: Arial;   font-size: 10pt;   color: #000000;">Yes. We are planning for modest growth.<div><img src="http://img.constantcontact.com/ui/images/spacer.gif" width="33px" height="20px;" border="0"  style="background-color: orange;" valign="bottom" />\n      33%\n    </div></div><div style="  border-bottom: 1px solid #b7b7b7;   border-top: 1px solid #FFFFFF;   padding: 0.5em;   font-family: Arial;   font-size: 10pt;   color: #000000;">Absolutely. 2010 will be a great year!<div><img src="http://img.constantcontact.com/ui/images/spacer.gif" width="11px" height="20px;" border="0"  style="background-color: orange;" valign="bottom" />\n      11%\n    </div></div><div style="  border-bottom: 1px solid #b7b7b7;   border-top: 1px solid #FFFFFF;   padding: 0.5em;   font-family: Arial;   font-size: 10pt;   color: #000000;">Not Sure.<div><img src="http://img.constantcontact.com/ui/images/spacer.gif" width="0px" height="20px;" border="0"  style="background-color: orange;" valign="bottom" />\n      0%\n    </div></div>';

  var instanceId = "a07e2mbiutig1jm79rp";
  var pollSubmitUrl = "http://survey.constantcontact.com/poll/a07e2mbiutig1jm79rp/vote.js";
  var selectedOption = -1;

  function doSubmit() {
    var scriptElm = document.createElement("script");
    scriptElm.type = "text/javascript";
    if (pollSubmitUrl.indexOf('?') == -1) {
      pollSubmitUrl += '?';
    }
    scriptElm.src = pollSubmitUrl + "&selectedOption=" + selectedOption + "&instanceId=" + instanceId;

    document.getElementsByTagName("body").item(0).appendChild( scriptElm);
  }

  return {
      showPoll: function() {
        document.write( pollHtml);
      },

      submit: function() {
        if (selectedOption != -1) {
          doSubmit();
        } else {
          this.showResults( pollResultsHtml);
        }
      },

      showResults: function( html) {
        document.getElementById("cc-poll-" + instanceId + "-replace").innerHTML = html;
      },

      selectAnswer: function(i) {
        selectedOption = i;
      }
  }
}();

ConstantContactPoll_a07e2mbiutig1jm79rp.showPoll();

