//reset $ back to being jQuery
var $ = jQuery;

/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
Drupal.behaviors.froyaLoadBehaviour = {
    attach: function (){
   $('.view-carousel ul.carousel-image').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
                speed:  3500
	});

    }
};

 ;

