// JavaScript Document

$(function() {
	$('.slideshow').cycle();
	/*$('.slideshow').cycle({
		fx: 'fade',
		speed: 1500,
		timeout: 4500,
	});*/
	$.getScript("/js/jquery.tablesorter.js", function(){ $('table.sortable').tablesorter(); });
}); 

