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=4349", "http://72.52.233.131/admin/../property_images/1/13052244294b856383afa96-150x112.jpg", "$995,000", "Custom Home on Broadmoor Golf Course", "Pine Terrace") );