jQuery(function(){jQuery(".demo-code").each(function(a){var c=jQuery(this);a=jQuery("div.code-demo").eq(a);c=c.html().replace(/<\/?a.*?>/ig,"").replace(/<\/?strong.*?>/ig,"").replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&amp;/g,"&");var b=document.createElement("iframe"),d=125,e;b.src="index-blank.html";b.width="100%";if(jQuery.isArray(e=/height-(\d+)/.exec(a.attr("class"))))d=e[1];b.height=d;a.html(b);a=b.contentDocument||b.contentWindow&&b.contentWindow.document||b.document||null;if(a==null)return true; c=c.replace(/<script>([^<])/g,"<script>window.onload = (function(){\ntry{$1").replace(/([^>])<\/sc/g,"$1\n}catch(e){}});</sc").replace("</head>","<style>html,body{border:0; margin:0; padding:0;}</style></head>");a.open();a.write(c);a.close()});"prettyPrint"in window&&prettyPrint()});