	$.fn.cycle.defaults.timeout = 6000;
	$(function() {
		// run the code in the markup!
		$('td pre code').each(function() {
			eval($(this).text());
		});
		$('div#s2 img').css('visibility','visible');
	});
	$('#s2').cycle({
		fx:    'scrollDown', 
		speedIn:  1200,
		speedOut: 400,
		easeIn:  'backout',
		easeOut: 'bounceout',
		delay: -2000
	});
