// JavaScript Document

$(document).ready(function(){
	$("#b_country").change(function(){
	});	
});
