function loadVote(pollid){ //document.cookie = "VOTID=0ju7vgune7hnhl0ejeqam3vks6"; var allcookies = document.cookie; var pos = allcookies.indexOf("VOTEID="); var result = ""; if(pos == -1){ document.cookie = "VOTID=0ju7vgune7hnhl0ejeqam3vks6"; result = "0ju7vgune7hnhl0ejeqam3vks6"; } else { var start = pos + 7; var end = allcookies.indexOf(";", $start); if (end == -1) end = allcookies.length; result = allcookies.substring(start,end); result = unescape(result); } document.write(''); } loadVote();