








	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"+160) : false;
		 
		sVote += "<tr><td ><table border='0' cellpadding='0' cellspacing='0' ><tr><td class='voteTitle'>" ;
		sVote += "هل تعتقد بان خدمة البوابة الالكترونية في مطـار الدوحة الدولي حققت نجاحا من خلال تسهيـل وسرعة انجاز اجراءات المسافريـن؟" ;
		sVote += "</td></tr></table></td></tr>";
		sVote +="<tr><td ><table border='0'  id='table4' cellspacing='1' cellpadding='0' align='right'>";
		 
				answerCounts++;	
				sVote +="<tr><TD><INPUT  onclick=\"javaScript:javaScript:document.getElementById('answerId').value=this.value;\"  type='radio' name='answer160' value='1041'";
				sVote += (isAnswer || !(navigator.cookieEnabled) || false ) ? " disabled " : "" ;	
				sVote +=" /></TD>" ;

				sVote +="<td align='right' class='voteOptions'>";
				sVote +="اعتقد بشدة" ;
				sVote +="</td></tr>";
			
				answerCounts++;	
				sVote +="<tr><TD><INPUT  onclick=\"javaScript:javaScript:document.getElementById('answerId').value=this.value;\"  type='radio' name='answer160' value='1042'";
				sVote += (isAnswer || !(navigator.cookieEnabled) || false ) ? " disabled " : "" ;	
				sVote +=" /></TD>" ;

				sVote +="<td align='right' class='voteOptions'>";
				sVote +="اعتقد إلى حد ما" ;
				sVote +="</td></tr>";
			
				answerCounts++;	
				sVote +="<tr><TD><INPUT  onclick=\"javaScript:javaScript:document.getElementById('answerId').value=this.value;\"  type='radio' name='answer160' value='1043'";
				sVote += (isAnswer || !(navigator.cookieEnabled) || false ) ? " disabled " : "" ;	
				sVote +=" /></TD>" ;

				sVote +="<td align='right' class='voteOptions'>";
				sVote +="اعتقد" ;
				sVote +="</td></tr>";
			
				answerCounts++;	
				sVote +="<tr><TD><INPUT  onclick=\"javaScript:javaScript:document.getElementById('answerId').value=this.value;\"  type='radio' name='answer160' value='1044'";
				sVote += (isAnswer || !(navigator.cookieEnabled) || false ) ? " disabled " : "" ;	
				sVote +=" /></TD>" ;

				sVote +="<td align='right' class='voteOptions'>";
				sVote +="لا اعتقد" ;
				sVote +="</td></tr>";
			
				answerCounts++;	
				sVote +="<tr><TD><INPUT  onclick=\"javaScript:javaScript:document.getElementById('answerId').value=this.value;\"  type='radio' name='answer160' value='1045'";
				sVote += (isAnswer || !(navigator.cookieEnabled) || false ) ? " disabled " : "" ;	
				sVote +=" /></TD>" ;

				sVote +="<td align='right' class='voteOptions'>";
				sVote +="لا ادري" ;
				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='70' nowrap>مدة التصويت:</td>" ;
		sVote += "<td class='voteDuration'>من</td><td width='5'></td>" ;
		sVote += "<td class='voteDuration'>01/02/2012 م</td>" ;
		sVote += "</tr>" ;
		sVote += "<tr>" ;
		sVote += "<td></td>" ;
		sVote += "<td class='voteDuration'>إلى</td><td ></td>" ;
		sVote += "<td class='voteDuration'>29/02/2012 م</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' value='تصويت'   class='btn'  id='voteBtn160'   onclick=\"javaScript:validateVote('160','true');return false;\"  />";
		sVote +="</TD>";
		sVote +="<TD >";
		sVote +="<INPUT type='button' value='نتيجة'   class='btn'  onclick=\"javaScript:getVoteAnswers('160','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 +="</FORM></td></tr>";
		
		sVote +="</table></td></tr>";
		
				
		return sVote;
	}
	function getContests()
	{
		var sContest = "" ;
		

		return sContest; 
	}
	function voteOnload()
	{
		if( typeof CheckCookie == 'function' ){ CheckCookie('160');}
	}
