








	var answerCounts = 0 ; 
	function getVotes()
	{
		var sVote = "" ;
		var sCheckVote= "" ;
		var isAnswer = false ;
		
		
		sVote += "<tr><td width='100%' class='leftBGBlue'>";
		sVote += "<table border='0' width='100%' cellspacing='0' cellpadding='0'  valign='top'>";
		
	
			isAnswer = (typeof GetVoteCookieValue == 'function') ?  GetVoteCookieValue("voteId"+120) : false;
		 
		sVote += "<tr><td ><table border='0' cellpadding='0' cellspacing='0' ><tr><td class='voteTitle'>" ;
		sVote += "How do you assess the security presence in the coastal and terrestrial tourist areas?" ;
		sVote += "</td></tr></table></td></tr>";
		sVote +="<tr><td ><table border='0'  id='table4' cellspacing='1' cellpadding='0' align='left'>";
		 
				answerCounts++;	
				sVote +="<tr><TD><INPUT  onclick=\"javaScript:javaScript:document.getElementById('answerId').value=this.value;\"  type='radio' name='answer120' value='804' ";
				sVote += (isAnswer || !(navigator.cookieEnabled) || false ) ? " disabled " : "" ;	
				sVote +=" /></TD>" ;
				sVote +="<td align='left' class='voteOptions'>";
				sVote +="Excellent " ;
				sVote +="</td></tr>";
			
				answerCounts++;	
				sVote +="<tr><TD><INPUT  onclick=\"javaScript:javaScript:document.getElementById('answerId').value=this.value;\"  type='radio' name='answer120' value='805' ";
				sVote += (isAnswer || !(navigator.cookieEnabled) || false ) ? " disabled " : "" ;	
				sVote +=" /></TD>" ;
				sVote +="<td align='left' class='voteOptions'>";
				sVote +="Good " ;
				sVote +="</td></tr>";
			
				answerCounts++;	
				sVote +="<tr><TD><INPUT  onclick=\"javaScript:javaScript:document.getElementById('answerId').value=this.value;\"  type='radio' name='answer120' value='806' ";
				sVote += (isAnswer || !(navigator.cookieEnabled) || false ) ? " disabled " : "" ;	
				sVote +=" /></TD>" ;
				sVote +="<td align='left' class='voteOptions'>";
				sVote +="Fair " ;
				sVote +="</td></tr>";
			
				answerCounts++;	
				sVote +="<tr><TD><INPUT  onclick=\"javaScript:javaScript:document.getElementById('answerId').value=this.value;\"  type='radio' name='answer120' value='807' ";
				sVote += (isAnswer || !(navigator.cookieEnabled) || false ) ? " disabled " : "" ;	
				sVote +=" /></TD>" ;
				sVote +="<td align='left' class='voteOptions'>";
				sVote +="Not enough " ;
				sVote +="</td></tr>";
			
				answerCounts++;	
				sVote +="<tr><TD><INPUT  onclick=\"javaScript:javaScript:document.getElementById('answerId').value=this.value;\"  type='radio' name='answer120' value='808' ";
				sVote += (isAnswer || !(navigator.cookieEnabled) || false ) ? " disabled " : "" ;	
				sVote +=" /></TD>" ;
				sVote +="<td align='left' class='voteOptions'>";
				sVote +="I don’t know " ;
				sVote +="</td></tr>";
						
			sVote +="</table></td></tr>";

		sVote += "<tr>" ;
		sVote += "<td class='voteDuration' >" ;
		sVote += "<table border='0'  cellspacing='0' cellpadding='0'  valign='top'>" ;
		sVote += "<tr>" ;
		sVote += "<td class='voteDuration' width='85' nowrap>Vote duration:</td>" ;
		sVote += "<td class='voteDuration'>From</td><td width='5'></td>" ;
		sVote += "<td class='voteDuration'>01/07/2010</td>" ;
		sVote += "</tr>" ;
		sVote += "<tr>" ;
		sVote += "<td></td>" ;
		sVote += "<td class='voteDuration'>To</td> <td ></td>" ;
		sVote += "<td class='voteDuration'>31/07/2010</td>" ;
		sVote += "</tr>" ;
		sVote += "</table>" ;	
		sVote += "</td>" ;
		sVote += "</tr>" ;

		sVote +="<tr><td width='100%' height='10'></td></tr>";
		sVote +="<tr>";
		sVote +="<td  >";
		sVote +="<table align='center' border='0' width='50%' id='table4' cellspacing='0' cellpadding='0'>";
		sVote +="<TR>";
		sVote +="<TD >";
		sVote +="<INPUT type='button' class='btn'  value='Vote' id='voteBtn120'   onclick=\"javaScript:validateVote('120','true');return false;\"  />";
		sVote +="</TD>";
		sVote +="<TD width='20'>&nbsp;</TD>";
		sVote +="<TD >";
		sVote +="<INPUT type='button' class='btn' value='Answers'  onclick=\"javaScript:getVoteAnswers('120','true');return false;\" />";
		sVote +="</TD>";
		sVote +="</TR>";
		sVote +="</table>";
		sVote +="</td>";
		sVote +="</tr>";
		sVote +="<tr><td width='100%' height='10'>";
		sVote +="<FORM action='/IntServices/Actions' id='voteParticipateForm' target='voteWindow' method='post'>";
			sVote +="<INPUT type='hidden' value='' name='action' id='actionVote'>";
			sVote +="<INPUT type='hidden' value='' name='voteId' id='voteId'>";
			sVote +="<INPUT type='hidden' value='' name='answerId' id='answerId'>";
			sVote +="<INPUT type='hidden' value='' name='depId' id='depId'>";
			sVote +="<INPUT type='hidden' value='english' name='language' id='language'>";
		sVote +="</FORM></td></tr>";
		
		sVote +="</table></td></tr>";
		
				
		return sVote;
	}
	function getContests()
	{
		var sContest = "" ;
		

		return sContest; 
	}
	function voteOnload()
	{
		if( typeof CheckCookie == 'function' ){ CheckCookie('120');}
	}