jQuery.noConflict();
(function($) {
$(function() {    
	$('#slideshowphotos').cycle({
		fx:     'fade',
		speed:  'fast',
		timeout: 6000,
		next:   '#slideshow-next',
		prev:   '#slideshow-prev'
	});
	   
  $("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
   
  $("#tweets").tweet({
			join_text: "auto",
            username: "runlikeadiva",
            count: 3,
            loading_text: "loading tweets..."
  });
  $('#sponsorlogos').cycle({
		fx:     'fade',
		speed:  'fast',
		timeout: 6000
  });

  
	   
});
})(jQuery);

