$(function() {
	$('pre code').each(function() {
	    eval($(this).text());
	});
});
