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( new home("property.php?property_id=4396", "http://72.52.233.131/admin/../property_images/14/9055556994ba3cd4e0c6f0-315x220.jpg", "$895,000", "Brand New Home, Quality Throughout", "") );