/**
 * Javascript for imagefade
 */

if (Drupal.jsEnabled) {

    $(document).ready(function () {
		$('#cycle').cycle({ 
    		fx:    'fade', 
    		speed:  3000 
 		});
    } );
}