$j(document).ready(function($) {
	$j("#map_area").show();
	$j("#list_area").hide();
});	
