
/*
$(function() {
	// run the code in the markup!
	$('td pre code').each(function() {
	eval($(this).text());
});

onAfter.apply($('td a:first')[0]);
});

function onAfter() {
 $('#output').html("Current anchor: " + this.href);
}
*/

$(function() {
	$('#slideshow').cycle({
	fx: 'scrollLeft',
	speed: 1100,
	timeout: 8000
	});
});
