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=172", "http://72.52.233.131/admin/../property_images/17/80672026443da634458b41-175x130.jpg", "$499,900", "221 9th St S #305", "Olde Naples") );