/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 *
 * $ needs to be swapped out for Jquery since scriptaculous was part of wordpress before jquery so $ causes problems.
 * however $ can be used once inside the function :)
 */

    jQuery(document).ready(function($) {
    $(".tabby").tabs({ fx: { opacity: 'toggle', selected: 3 } }).tabs('rotate', 7000);
  });


