//-- Benjamin 19 Nov '09
//- For some reason jquerytools doesn't listen to half the config variables
//- Changed interval, autoplay and clickable directly in the jquery.tools.min.js
$(function() {
    $("div.tabs").tabs(".news > td", {
        autoplay: true,
        effect: 'fade',
        interval: 6000,
        clickable: false,
        rotate: true
    }).slideshow();
});
 
Shadowbox.init({
    players: ["html", "iframe"]
}); 
