<!--




function do_result_8792becd9720ca342d849c3415bf0a92(votingid){

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



function do_vote_8792becd9720ca342d849c3415bf0a92(votingid){

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

	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_8792becd9720ca342d849c3415bf0a92').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>Was fasziniert Sie an Kreuzfahrten?</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_8792becd9720ca342d849c3415bf0a92">');






	
	document.write('<div style="background-color:#ecf1f5; border:1px solid #9db0bc; padding: 2px; margin-bottom: 2px;"><input type="radio" value="447" name="voting_choice_8792becd9720ca342d849c3415bf0a92" />Der Preis.</div><div style="background-color:#c1d3df; border:1px solid #9db0bc; padding: 2px; margin-bottom: 2px;"><input type="radio" value="448" name="voting_choice_8792becd9720ca342d849c3415bf0a92" />Die Atmosphäre.</div><div style="background-color:#ecf1f5; border:1px solid #9db0bc; padding: 2px; margin-bottom: 2px;"><input type="radio" value="449" name="voting_choice_8792becd9720ca342d849c3415bf0a92" />Die Flexibilität.</div><div style="background-color:#c1d3df; border:1px solid #9db0bc; padding: 2px; margin-bottom: 2px;"><input type="radio" value="450" name="voting_choice_8792becd9720ca342d849c3415bf0a92" />Die Schiffe.</div><div style="background-color:#ecf1f5; border:1px solid #9db0bc; padding: 2px; margin-bottom: 2px;"><input type="radio" value="451" name="voting_choice_8792becd9720ca342d849c3415bf0a92" />Die Menschen.</div><div style="background-color:#c1d3df; border:1px solid #9db0bc; padding: 2px; margin-bottom: 2px;"><input type="radio" value="452" name="voting_choice_8792becd9720ca342d849c3415bf0a92" />Das Essen.</div><div style="background-color:#ecf1f5; border:1px solid #9db0bc; padding: 2px; margin-bottom: 2px;"><input type="radio" value="453" name="voting_choice_8792becd9720ca342d849c3415bf0a92" />Die Abwechslung.</div><div style="background-color:#c1d3df; border:1px solid #9db0bc; padding: 2px; margin-bottom: 2px;"><input type="radio" value="454" name="voting_choice_8792becd9720ca342d849c3415bf0a92" />Die Langsamkeit.</div><div style="background-color:#ecf1f5; border:1px solid #9db0bc; padding: 2px; margin-bottom: 2px;"><input type="radio" value="455" name="voting_choice_8792becd9720ca342d849c3415bf0a92" />Andere Gründe ...</div><br />');


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






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




-->
