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=537", "http://host.salientmarketing.com/~nosnowna/property_images/17/4842009604a4a1a90b4450-175x130.jpg", "$750,000", "723 Willowhead Dr", "Park Shore") );