function parseandexec(json_string) { var obj = $.parseJSON(json_string); eval(obj.script); $('#content').html(obj.content); }