$(function() {

    // run the code in the markup!
	$('td pre code').each(function() {
        eval($(this).text());
    });

});

$('#s1').cycle({ 
    fx:    'fade', 
	random:  0,
    speed:  4000 
 });
