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=4109", "http://72.52.233.131/admin/../property_images/38/12067037644b2ba7964098d-150x112.jpg", "$279,900", "2199 Route 400", "Limoges") , new home("property.php?property_id=4149", "http://72.52.233.131/admin/../property_images/38/10664769974b2ba57865669-150x112.jpg", "$204,900", "1216 Ste-Marie", "Embrun") );