// PROPERTIES.JS - Properties to appear on the Properties Page
//
a = new Array();b=0;
//
//
//      For each propertry to be listed, copy the code that appears between the dash lines
//      and edit each entry with the details of the event.  The Event Code,
//      Name, and Date are required (i.e. cannot be blank).  All other fields
//      must be present, but may be blank.  
//
//      Each field must begin with a single quote and end with a single quote 
//      followed by a comma (except the Event URL, which cannot include the comma).
//            
//      Comments (from // to the end of the line) may be removed to improve readability.
//
//
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
b++;a[b] = new Array(                // Do not edit this line  
    "Property ID",              // Unique Identifier
    "Property Title",           // The Title to appear above photo on Details page
    "Summary",                  // Short description
    "Description",              // Long description
    "Type",                     // Type of Property
    "Town",                     // The town where this property is located
    "Living Area",              // The size of the living area (inside)
    "Lot Size",                 // The amount of land included  
    "Bedrooms",                 // The number of bedrooms
    "Baths",                    // The number of bathrooms
    "Price",                    // The asking Price
    "# Photos"                  // The number of photos to be displayed
    );                               // Do not edit this line
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
b++;a[b] = new Array(
    "rls001",
    "Charming Family Colonial",
    "A quiet setting outside, a modern, open floorplan inside - truly the best of both worlds.",
    "A unique blend of colonial architecture with modern features give this house a truly one-of-a-kind personality.  It's set in a peaceful, low-traffic neighborhood, that's safe enough to let the kids run free.  The backyard is big enough for a swimming pool, and small enough to keep maintained with a minimum of effort.<br><br>With 2100 sq.ft. of living space, there's plenty of room for your family and friends.  The two upstairs bedrooms have large walk-in closets, and the oversized kitchen and open floor plan make this property an exceptional value for a young, growing family.",
    "Single Family Residential",
    "East Granby, CT",
    "2100 sq. ft.",
    "1.25 Acres",
    "2",
    "1.5",
    "$269,900",
    "15"
    );
b++;a[b] = new Array(
    "rls002",
    "Easy Living in Enfield",
    "Beautifully landscaped colonial in exclusive neighborhood.  Luxury living and priced to sell fast!",
    "This gorgeous colonial was built in 1987, and is situated on roughly two-thirds of an acre, in a quiet residential neiborhood in southern Enfield, CT. With its huge and well-groomed backyard, it is perfect for a young, growing family.<br /><br />Inside, there is plenty of living space (2400 sq. ft.) on three floors. The first floor (1034 sq. ft.) features a huge country kitchen, dining room, an enormous living/great room with a fireplace, a half-bath, and a spacious open floor plan. Upstairs (935 sq. ft.) youll find a master suite, two additional bedrooms (one oversized), and a huge full bath. The basement is clean and dry, and features a finished, heated rec room (432 sq. ft.), as well as an unfinished side that is perfect for any combination of workshop and/or storage. There is also an oversized (30-feet wide) two-car garage, with storage space in the attic.<br /><br />Outside, you will find a beautifully manicured front lawn, that features two lovely Greenspire Linden trees to provide a perfect canopy for those weekend mornings sitting on the front porch reading the newspaper. The backyard is bordered on two sides by a magnificent living wall of arborvitae trees, and is ideal for children of any age. There is a 24-foot above-ground swimming pool with a deck, a 12x8 storage shed, a paved basketball court, and even good sized kennel for the dog (removable).<br /><br />This home is in move-in condition, and is priced to MOVE FAST!",
    "Single Family Residential",
    "Enfield, CT",
    "2500 sq. ft.",
    ".75 Acres",
    "3",
    "2.5",
    "$314,900",
    "8"
    );

