
var template = {"url":"http://jsbin.com/avola","html" : "<!DOCTYPE html>\n<html lang=\"en\">\n<body>\n<a>jQuery<\/a>\n<script src=\"http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.3.2\/jquery.min.js\"><\/script>\n<script> \n\nif (jQuery('a').get(0)){ \/\/ Is there an element in the set?\n    jQuery('a').attr('href', 'http:\/\/www.jquery.com');\n}\n\nif (jQuery('a').length){ \/\/ Check the length of the set. Can also use .size()\n    jQuery('a').attr('title', 'jQuery');\n}\n\n<\/script>\n<\/body>\n<\/html>","javascript":""}
