jQuery(document).ready(function($) {
//--------------------------------------------------
// SLIDESHOW
//--------------------------------------------------	
	$('#sidebar_ads').cycle({ 
		fx:     'fade', 
		speed:  '2000',
		timeout: 7000
	});
});
