function home(url,image,price,title,community) { this.url = url; this.image = image; this.price = price; this.title = title; this.community = community; } homes = new Array( );