function FeaturedMember (userid, username, country, city_type, other_languages, bio) { this.userid = userid; this.username = username; this.country = country; this.city_type = city_type; this.other_languages = other_languages; this.bio = bio; } featured = new FeaturedMember(8560, 'kuze yundani', 'Zambia', 'Small town/village / Ciudad pequeña/pueblo / Petite ville/village', '', '');