File: /storage/v6964/testingff/public_html/fdfctr/wp-content/plugins/rss-feed-widget/js/functions.js
jQuery(document).ready(function($){
//console.log(rfw.speed);
/*$('.rfw_dock.rfw_slider').bxSlider({
auto: true,
adaptiveHeight: true,
pager: true,
controls: false,
infiniteLoop: true,
speed: function(){ return parseInt($(this).data('speed')); },
mode: 'horizontal',
pause: 10000,
ticker: false,
pagerType: 'full',
randomStart: true,
hideControlOnEnd: true,
easing: 'linear',
captions: false,
video: true,
responsive: true,
useCSS: true,
preloadImages: 'all',
touchEnabled: true,
onSliderLoad: function(){
//alert($(this).data('speed'));
}
});*/
});