var Madison = {
species : "human",
gender : "male",
profession : "javascript programmer",
location : "Oakland, CA",
camefrom : "Charlotte, NC",
greeting : function() {
yell('HAY GUYZ!');
},
favoritePeople : ["damien katz", "jeff atwood", "my wife"],
exercise : null,
hobbies : ["programming","GAMEZ","music"]
}