if(useCookiesToRememberCastedVotes){
	var cookieValue = Poller_Get_Cookie('dhtmlgoodies_poller_4');
	if(cookieValue && cookieValue.length>0)displayResultsWithoutVoting(4); // This is the code you can use to prevent someone from casting a vote. You should check on cookie or ip address

}