$(document).ready(function() {
    $('#jsSlideshow').addClass('fixIEHeight');
    $('#news').cycle({
        fx: 'none',
        cleartype: true, cleartypeNoBg: true,
        next: '.next'
	});    
});


