var template = {"url":"http://jsbin.com/elije","html" : "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=utf-8 \/>\n<title>JS Bin<\/title>\n<!--[if IE]>\n  <script src=\"http:\/\/html5shiv.googlecode.com\/svn\/trunk\/html5.js\"><\/script>\n<![endif]-->\n<style>\n  article, aside, figure, footer, header, hgroup, \n  menu, nav, section { display: block; }\n<\/style>\n<\/head>\n<body>\n  <p id=\"hello\">Hello World<\/p>\n<\/body>\n<\/html>","javascript":"$.format = function(text) {\n    var s = arguments[0];\n    for (var i = 0; i < arguments.length - 1; i++) {\n        var reg = new RegExp(\"\\\\{\" + i + \"\\\\}\", \"gm\");\n        s = s.replace(reg, arguments[i + 1]);\n    }\n    return s;\n};"}
