var template = { url : "http://jsbin.com/ibivi3", 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\" type=\"text\/javascript\"><\/script>\n<script src=\"http:\/\/api.simile-widgets.org\/timeline\/2.3.1\/timeline-api.js\" type=\"text\/javascript\"><\/script>\n<title>Twitter Timeline<\/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<script type=\"text\/javascript\">\n\n\n{ \n  'wiki-url':\"http:\/\/simile.mit.edu\/shelf\/\", \n  'wiki-section':\"Simile JFK Timeline\", \n  'dateTimeFormat': 'Gregorian',\n  'events': [\n    {\n       'start':\"Sat May 20 1961 00:00:00 GMT-0600\",\n       'title':\"'Bay of Pigs' Invasion\",\n       'durationEvent':false \/\/ Notes: not \"false\". And no trailing comma.\n     }, {\n       'start':\"Wed May 01 1963 00:00:00 GMT-0600\" ,\n       'end':\"Sat Jun 01 1963 00:00:00 GMT-0600\" ,\n       'durationEvent':true,\n       'title':\"Oswald moves to New Orleans\",\n       'description':\"Oswald moves to New Orleans, and finds employment at the\nWilliam B. Riley Coffee Company. <i>ref. Treachery in Dallas, p 320<\/i>\"\n     }, {\n      ...\n     } ]    \/\/ Note: Do NOT include a trailing comma! (Breaks on IE)\n}\n\n\n<\/script>\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 = 'Hello World - this was inserted using JavaScript';\n}\n" };