$(function() {

	$('#thursday_slideshow').cycle({
		fx: 'fade'

	});


	if (window.location.href.indexOf('conditions') != -1) {
		/*
		// lame hack attempt at multicolumn that Chrome doesn't respect
		$('.alphaList>li').each(function(i) {
			if ($(this).html() == 'G') {
				$(this).before('</ul><br /><br /><ul class="alphaList">');
			}
		});
		*/
	}

});
