contacts = [{
      "name": "Amar",
      "email": "amardeep@live.com",
      "phone": "713-555-8207",
      "address": "3715 Ferris Ave",
      "city": "Houston",
      "provinceState": "TX",
      "postalZipCode": "77005",
      "country": "United States",    
      "avatar": "avatar.gif"
  },
  {
      "name": "Deepa",
      "email": "deepa@yahoo.com",
      "phone": "713-555-8206",
      "address": "153 Greenlaw Ave",
      "city": "Toronto",
      "provinceState": "ON",
      "postalZipCode": "K1R 6N4",
      "country": "Canada",    
      "avatar": "avatar.gif"
  },
  {
      "name": "Eric",
      "email": "eric@ericrules.com",
      "phone": "713-555-8205",
      "address": "43 Wellington St",
      "city": "Sault Ste. Marie",
      "provinceState": "ON",
      "postalZipCode": "P0L 1GB",
      "country": "Canada",
      "avatar": "avatar.gif"
  },
  {
      "name": "Gregor",
      "email": "gregor@gmail.com",
      "phone": "713-555-8204",
      "address": "853 Bank St",
      "city": "Ottawa",
      "provinceState": "ON",
      "postalZipCode": "B4Y 5G7",
      "country": "Canada",    
      "avatar": "avatar.gif"
  },
  {
      "name": "Jeff",
      "email": "jeff@aol.com",
      "phone": "713-555-8203",
      "address": "7 Main St",
      "city": "Quesnel",
      "provinceState": "BC",
      "postalZipCode": "G5U 3S3",
      "country": "Canada",    
      "avatar": "avatar.gif"
  },
  {
      "name": "Jen",
      "email": "jen@ebay.com",
      "phone": "650-623-4000",
      "address": "1600 Amphitheatre Parkway",
      "city": "Mountain View",
      "provinceState": "CA",
      "postalZipCode": "94043",
      "country": "United States",    
      "avatar": "avatar.gif"
  },
  {
      "name": "Katie",
      "email": "katie@ask.com",
      "phone": "713-555-8201",
      "address": "2145 Hamilton Avenue",
      "city": "San Jose",
      "provinceState": "CA",
      "postalZipCode": "95125",
      "country": "United States",    
      "avatar": "avatar.gif"
  },
  {
      "name": "Vivian",
      "email": "vivian@altavista.com",
      "phone": "713-555-8200",
      "address": "650 Castro Street",
      "city": "Mountain View",
      "provinceState": "CA",
      "postalZipCode": "94041-2021",
      "country": "United States",    
      "avatar": "avatar.gif"
}];