$(document).ready(function() {
    $('.slideshow').cycle({ 
    fx:    'fade', 
    speed:    2000, 
    timeout:  7000
	 });
	 $('.headline').cycle({ 
    fx:     'scrollDown', 
    speed:    2000, 
    timeout:  7000
});
});
