var template = { html : "<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN\"\n  \"http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd\">\n<html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n<script src=\"http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.3.2\/jquery.min.js\"><\/script>\n<title>Sandbox<\/title>\n<meta http-equiv=\"Content-type\" content=\"text\/html; charset=utf-8\" \/>\n<style type=\"text\/css\" media=\"screen\">\nbody { background-color: #000; font: 16px Helvetica, Arial; color: #fff; }\n<\/style>\n<\/head>\n<body>\n  <p>Hello from JS Bin<\/p>\n  <p id=\"hello\"><\/p>\n<\/body>\n<\/html>", javascript : "if (document.getElementById('hello')) {\n  document.getElementById('hello').innerHTML = 'Greetings to H Marc Lewis of Veradale';\n}\n" };