$(document).ready(function(){
	$("#olwidgets-ccvoterguide-form #edit-submit").click(function(){
		$("#olwidgets-ccvoterguide-form .form-radio").val()
	var radio_val = $("#olwidgets-ccvoterguide-form .form-radio").val(); 
	var w_width = '';
	var w_height = '';
		w_width = $("#olwidgets-ccvoterguide-form #edit-customwidth").val();
		w_height = $("#olwidgets-ccvoterguide-form #edit-customheight").val();	
   
 	//$.post('http://cc.org/dev/olwidgets/faxcongress/widget', { customwidth: w_width, customheight: w_height } );					
	$.post('/olwidgets/ccvoterguide/widget',  $("#olwidgets-ccvoterguide-form").serialize(), function(data) {		
  $('#ccwidget-container').html(data);			 			 
	});
	return false;	
		});	 
				
});
