//var search_map={key_1:{price:1,status:0},key_2:{price:2,status:1}}
//alert(search_map.key_1.status);
//alert(search_map.key_2.price);
//var i=2

//alert(search_map["key_"+i].price);
var search_list=new Array();


