/**
 * Additional JavaScript for Principal's Website
 *
 * @created 04.2009
 */

$(document).ready( function() {
    $(".view-Speeches div.node, .view-News div.node, #aggregator .feed-item").hover(function() {
        $(this).addClass('hover');
    }, function() {
        $(this).removeClass('hover');
    });
/*
    $("#featured_photo").cycle({ 
        fx: 'fade', 
        speed: 6000 
    });
*/
});

/*
window.onload = function() {
    rotate = new swfir();
    rotate.specify('src', '/principal/myspot.mona.uwi.edu.principal/themes/principal2009/swfir_b1/swfir.swf');
    rotate.specify('rotate', '-5');
    rotate.swap("#node-2 .field-type-image img");
}
*/
