var template = {"url":"http://jsbin.com/ebuhe","html" : "<!DOCTYPE html>\n<html lang=\"en\">\n<body>\n<h1>h1<\/h1>\n<h2>h2<\/h2>\n<h3>h3<\/h3>\n<script src=\"http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.3.2\/jquery.min.js\"><\/script>\n<script> \n(function($){\n    \/\/ We pass in h3 first, but h1 appears earlier in\n    \/\/ the document, so it is first in the wrapper set.\n    alert($('h3, h2, h1').get(0).nodeName); \/\/ Alerts \"H1\"\n})(jQuery);\n<\/script>\n<\/body>\n<\/html>","javascript":""}
