function(doc, req) { var str_out = "*** Hello World! ***
"; str_out += "*** Good Afternoon ***
"; str_out += req.query.who + "
"; return str_out; }