$(function($){
	$('input[name=property_type]').eq(0).attr('checked',true);
});
