﻿var SendVoteCodeURL = "http://silna.panikprice.com/deputat/vote";

function SendVoteCode(code)
{
	$("#ajaxResultNone").load(SendVoteCodeURL , {vote_code : code}, function(){
					alert("request is ok");
			});
}
