$(function() {
    // run the code in the markup!
//    $('div pre code').each(function() {
//        eval($(this).text());
//    });
	$('#s5').cycle({
    fx:    'fade',
    timeout: 6000,
	random:  1,
    pause:  1
	});
});