		$(function() {
			// run the code in the markup!
			$('td pre code').each(function() {
				eval($(this).text());
			});			
			//onAfter.apply($('td a:first')[0]);
		});

		$(document).ready(function() {
			$('#slide').cycle({
				fx:     'fade', 
				timeout: 3000, 

			});
		});