第2回 JavaScriptの関数をマスターしよう - @IT
var add = new Function("x", "y", "return x + y");