$(document).ready(function(){
  $("#poll").load(loc+"polls/",'POST');
 });
 
 function send_poll()
	{   
		 $("#poll").load(loc+"polls/update/"+$('input[name=Radio1]:checked').val(),'POST');
	}
