var template = { html : "\n<html>\n  <body><a onclick=\"teste\">a<\/a><\/body>\n<\/html>\n", javascript : "function teste(){\nalert('a')\n  }\n\n" };