$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade'
	});
	
	$("#excel_export").click(function() {
		var url = $(this).attr("href");
		window.open(url);
		return false;
	})
	
	$(".tick").vTicker({
		height: 120,
		mousePause: false
	});
	
	
	
	$(".sortable").tablesorter();
	
});
