$(document).ready(function() {
	$('select[name="id_city"]').filter_city();
});

