var nathan_ostgard = new Developer({
    email: "mailto:nostgard@gmail.com",
    formspring: "http://formspring.me/noonat",
    
    company: "http://gameclay.com",
    skills: ['javascript', 'actionscript', 'ruby',
             'python', 'lua', 'c', 'php', 'css'],
    
    blog: {
        games: "http://phuce.com",
        web: "http://ltslashgt.com"
    },
    code: "http://github.com/noonat",
    photos: "http://flickr.com/nostgard",
    tweets: "http://twitter.com/noonat",
    
    location: {
        city: "Eugene",
        state: "OR",
        country: "US"
    }
});