var theInstructions = "alert('Hello World'); var x = 100"; var F=new Function (theInstructions); return(F());