function select_house(index){
$('#street_bl').load ('templates/ajax.house.inc.php?id=' + index);
}

