$(function() {
    $('#s1').attr('href', '#sw1');
    $('#s2').attr('href', '#sw2');
    $('#s3').attr('href', '#sw3');
    
    $('#switch').tabs({ fx: { opacity: 'toggle'} });
    $('#switch').tabs('rotate', 7000, false);
});

