function bob() return "Hi! I'm Bob!";
function onCreated() { this.join("bob"); temp.statement = bob(); echo(temp.statement); }