$(document).ready(function() {
			$('#newslist').fadeIn('slow');
});
//$(document).ready(function() {
//    $('#newsUL').jcarousel({
//		visible:4,
//        vertical: true,
//        scroll: 4
//    });
//});

$(document).ready(function(){    
	$('.news').click(function() {
		var launch = $('a.bluelink', this);
			if (launch.size() > 0) { 
				window.location = launch.attr('href');
			}
		});
});

$(document).ready(function() {
    $('#eventsUL').jcarousel({
		visible:9,
        vertical: true,
        scroll: 4
    });
});