
	var Voting = 
	{
		'Vote':function()
		{
			$("vote_options").submit();
		}
	};
