function OBJ_detailedCities(JSOND){
    for (i = 1; i < JSOND.root.length; i++) {
        addOption(document.ds_form.city, JSOND.root[i].optionText, JSOND.root[i].optionValue);
    }
	LoadAnim("city");
}

function OBJ_featuredOne(JSOND){
    ReplaceBGImage("dyn_featured_image", "http://www.returk.com.tr/Property/image/" + JSOND.root[0].propertyId + "_1.jpg");
    InsertHTML("dyn_featured_1", JSOND.root[0].saleOrRentName);
    InsertHTML("dyn_featured_2", JSOND.root[0].propertyTypeName);
    InsertHTML("dyn_featured_3", JSOND.root[0].districtName);
    InsertHTML("dyn_featured_4", JSOND.root[0].cityName);
    InsertHTML("dyn_featured_5", JSOND.root[0].townName);
    ReplaceLink("dyn_featured_link", lang_path + '/x/' + JSOND.root[0].propertyId + '/x/x/x');
}