Part of a website\'s JSON response had this (... added for context):
{..., now:function(){return(new Date).getTime()}, ...}
Is adding anony
Leave the quotes off...
var a = {"b":function(){alert('hello world');} }; a.b();