function updatePoll(pollId) { var vote = getCookie("SpectrumPollVote") || ""; var hasVoted = vote.indexOf("p" + pollId + "p") > -1; var voteOver = pollVote["poll" + pollId] == null; $("pollHolder" + pollId).innerHTML = ((hasVoted || voteOver) ? pollResult : pollVote)["poll" + pollId]; } pollVote = { "dummy_for_ie": "dummy_for_ie" } pollResult = { "poll1265": "" + "" + "" + "" + "
Are financial institutions doing enough technologically to curb identity theft?
Yes: 22%
" + "
No: 78%
" + "
", "poll1266": "" + "" + "" + "" + "" + "
How much more would you pay for a socially responsible SUV?
Five percent: 22%
" + "
Ten percent: 40%
" + "
Nothing: 38%
" + "
", "poll1245": "" + "" + "" + "" + "" + "
Are the benefits of space shuttle missions worth their many costs?
Yes: 49%
" + "
No: 35%
" + "
Not sure: 16%
" + "
", "dummy_for_ie": "dummy_for_ie" }