$(document).ready(function() {
    $('ul#rotate').innerfade({
        speed: 'slow',
        timeout: 4000,
        type: 'sequence',
        animationtype: 'fade'
    });
});

$(function(){
    $("a[@rel~='ext']").click(function() {
    window.open($(this).attr("href"));
    return false;
    });
});

function refresh_parent() {
    window.location.reload();
}