    jQuery(document).ready(function($) {
      $('a[rel*=facebox]').facebox({
        loading_image : 'facebox_loading.gif',
        close_image   : 'facebox_closelabel.gif'
      }) 
    })
$(document).ready(function() {
    $('#logoSlide').cycle({
		fx:   'scrollDown',
		pause: 1,
		timeout: 4000,
        speed: 1000,
		easing: 'bounceout', 
		delay:   4000
	});
    $('#newsticker').cycle({
		fx:   'scrollDown',
		timeout: 8000,
		pause: 1,
        speed: 2000,
		easing: 'bounceout', 
		delay:   2000
	});
    $('#slideshow-img').cycle({
		fx:  'cover', 
		pause: true,
		timeout: 10000,
        speed: 1000,
		delay:   5000
	});
});

