// run the code in the markup!
$(document).ready(function() {
	// eval cannot use // as comment in IE6 bug
	/* please use this comment style in code */
	$('code.jquery').each(function() {
		eval($(this).text());
	});
});
