// image slide show
$(window).load(function() {
	$('#s1').fadeIn(2000);
		$('#s1').cycle({ 
		fx:    'fade',
		speed:  2000,
		timeout: 5000,
		autostop: true
		});
		   // run the code in the markup!
		       $('td pre code').each(function() {
		        eval($(this).text());
		         });
		         	$('#home-box').removeClass('loading');
		         	});


