$(function(){
	// for corners
	$(".adorned").each(function(){
    	eval($("code", this).text());
	});
});
