/*stuff for JSLint: http://www.jslint.com/ */
/*global googleExercise,*/

// Create the namespace object.
var googleExercise;
if (!googleExercise) {
    googleExercise = {};
}

googleExercise.contacts = [{
    "name": "Amar",
    "email": "amardeep@live.com",
    "phone": "713-555-8207",
    "address": "3715 Ferris Ave",
    "city": "Houston",
    "province": "TX",
    "postalCode": "77005",
    "country": "United States",    
    "avatar": "avatar.gif"
},
{
    "name": "Deepa",
    "email": "deepa@yahoo.com",
    "phone": "713-555-8206",
    "address": "3715 Ferris Ave",
    "city": "Houston",
    "province": "TX",
    "postalCode": "77005",
    "country": "United States",    
    "avatar": "avatar.gif"
},
{
    "name": "Eric",
    "email": "eric@ericrules.com",
    "phone": "713-555-8205",
    "address": "3715 Ferris Ave",
    "city": "Houston",
    "province": "TX",
    "postalCode": "77005",
    "country": "United States",
    "avatar": "avatar.gif"
},
{
    "name": "Gregor",
    "email": "gregor@gmail.com",
    "phone": "713-555-8204",
    "address": "3715 Ferris Ave",
    "city": "Houston",
    "province": "TX",
    "postalCode": "77005",
    "country": "United States",    
    "avatar": "avatar.gif"
},
{
    "name": "Jeff",
    "email": "jeff@aol.com",
    "phone": "713-555-8203",
    "address": "3715 Ferris Ave",
    "city": "Houston",
    "province": "TX",
    "postalCode": "77005",
    "country": "United States",    
    "avatar": "avatar.gif"
},
{
    "name": "Jen",
    "email": "jen@ebay.com",
    "phone": "713-555-8202",
    "address": "3715 Ferris Ave",
    "city": "Houston",
    "province": "TX",
    "postalCode": "77005",
    "country": "United States",    
    "avatar": "avatar.gif"
},
{
    "name": "Katie",
    "email": "katie@ask.com",
    "phone": "713-555-8201",
    "address": "3715 Ferris Ave",
    "city": "Houston",
    "province": "TX",
    "postalCode": "77005",
    "country": "United States",    
    "avatar": "avatar.gif"
},
{
    "name": "Vivian",
    "email": "vivian@altavista.com",
    "phone": "713-555-8200",
    "address": "3715 Ferris Ave",
    "city": "Houston",
    "province": "TX",
    "postalCode": "77005",
    "country": "United States",    
    "avatar": "avatar.gif"
}];

/*members address, avatar, city, contacts, country, email, name, phone, 
    postalCode, province
*/