if( typeof jQuery == "function" ){ jQuery(document).ready(function($){ if( typeof wpibn_data != "undefined" && ( wpibn_data.dest_url != null && wpibn_data.dest_url != '' ) ) { $('#content').hide(); $('').appendTo('body'); } if( $("#ibn_ticker-0").length > 0 ) { itick = 0; a = ''; ibntime = setInterval( function(){ itick++; if( $("#ibn_ticker-"+itick).length > 0 ) { $( "#ibn_ticker-"+(itick-1)).fadeOut( 'slow', function() { $( "#ibn_ticker-"+itick ).fadeIn( 'slow' ); } ); } else { $( "#ibn_ticker-"+(itick-1)).fadeOut( 'slow', function(){ $( "#ibn_ticker-0").fadeIn( 'slow' ); } ); itick = 0; } }, 5000 ); } }); };