var nathan_ostgard = new Developer({
    email: "mailto:no@nathanostgard.com",
    
    blog: "http://ltslashgt.com",
    code: "http://github.com/noonat",
    games: "http://noonat.phuce.com",
    photos: "http://flickr.com/nostgard",
    tweets: "http://twitter.com/noonat",
    
    skills: ['javascript', 'ruby', 'python',
             'php', 'actionscript', 'css'],
    
    company: {
        name: "InstantAction",
        website: "http://instantaction.com",
        aka: {
            name: "GarageGames",
            website: "http://www.torquepowered.com"
        }
    },
    
    location: {
        city: "Portland",
        state: "OR",
        country: "US"
    }
});