$(document).ready(function() {


    if ($('#tabs').length > 0) {
        $('#tabs').tabs({ fx: { opacity: 'toggle'} });
    }
    if ($('#scroll-container div').length > 0) {
        
        if($('#scroll-title').find('h3').height() >20){
            $('#scroll-title').attr('id','scroll-title-dual');
        } 
        
        $('#scroll-container #headlines').cycle({
            prev: '#previous',
            next: '#next',
            timeout: 0
        });
    }

}); 
