using eval()
for security reasons,eval() is not allowed to create variable in the scope from which it was called.
activate debugging in your browser (F12) to see the error report.