$(document).ready(function() {
    
    // Start slideshow
    if ($("#tabs").length > 0) {                     
        $("#tabs").tabs({fx: {opacity: "toggle", duration: "fast"}})
                  .tabs("rotate", 5000)
                  .tabs({show: doCufon})
                  .tabs({select: doCufon});
        doCufon();
    }
    
});
