<!--




function do_result_863cf4f69436db6cd5b9b4fcc674ecde(votingid){

	$.post('/voting-handler.php', {action : 'result', voting_id: votingid},
		function(resp){
				$('#voting_container_863cf4f69436db6cd5b9b4fcc674ecde').html(resp);
			}
	);
}



function do_vote_863cf4f69436db6cd5b9b4fcc674ecde(votingid){

	var selection = -1;
	var radiobutton = document.getElementsByName('voting_choice_863cf4f69436db6cd5b9b4fcc674ecde')

	for (i=0; i<radiobutton.length; i++) {
		if (radiobutton[i].checked == true) {
			selection = radiobutton[i].value;
			break;
		}
	}


        $.post('/voting-handler.php', {action : 'vote', voting_id: votingid, voting_choice: selection},
                function(resp){
                                $('#voting_container_863cf4f69436db6cd5b9b4fcc674ecde').html(resp);
                        }
        );

}





document.write('<br clear="all">');
document.write('<div style="font-size:10pt;" >');
document.write('<div style="padding-left:10px; line-height:22px; border-right:1px solid #9db0bc; background-image:url(\'http://cwanswers.com/ovsp/widget/styles/glossy/images/widget_header.png\'); background-repeat:no-repeat; font-size:8pt;"><strong>What do you think about Barak Obama addressing the nation on youtube?</strong></div>');
document.write('<div style="border:1px solid #9db0bc; border-top:0px; padding:20px; background-image: url(\'http://cwanswers.com/ovsp/widget/styles/glossy/images/gradient_top.png\'); background-repeat: repeat-x;">');
document.write('<div id="voting_container_863cf4f69436db6cd5b9b4fcc674ecde">');






	
	document.write('<div style="background-color:#ecf1f5; border:1px solid #9db0bc; padding: 2px; margin-bottom: 2px;"><input type="radio" value="115" name="voting_choice_863cf4f69436db6cd5b9b4fcc674ecde" />It\'s about time, and it is the right place.</div><div style="background-color:#c1d3df; border:1px solid #9db0bc; padding: 2px; margin-bottom: 2px;"><input type="radio" value="116" name="voting_choice_863cf4f69436db6cd5b9b4fcc674ecde" />It\'s the right time, but youtube is the wrong outlet.</div><div style="background-color:#ecf1f5; border:1px solid #9db0bc; padding: 2px; margin-bottom: 2px;"><input type="radio" value="117" name="voting_choice_863cf4f69436db6cd5b9b4fcc674ecde" />Wrong time - wrong place.</div><div style="background-color:#c1d3df; border:1px solid #9db0bc; padding: 2px; margin-bottom: 2px;"><input type="radio" value="118" name="voting_choice_863cf4f69436db6cd5b9b4fcc674ecde" />Other - please sound off in the comments.</div><br />');


	document.write('<input style="margin:5px; width:50px;" type="button" name="vote" value="vote" onclick="do_vote_863cf4f69436db6cd5b9b4fcc674ecde(36)" />');
	//document.write('<input style="margin:5px;" type="button" name="result" value="result" onclick="do_result_863cf4f69436db6cd5b9b4fcc674ecde(36)" />');
	
	
	var radiobutton = document.getElementsByName('voting_choice_863cf4f69436db6cd5b9b4fcc674ecde');
	radiobutton[0].checked = true;






document.write('</div></div></div>');




-->
