$( document ).ready( function( ) {

    $('a[rel=external]').attr('onclick','window.open( this.href );return false');
    
    $('ul.header_rotate').innerfade({
        speed: 3000,
        timeout: 7000,
        containerheight: '269px'
    });
    
    $('ul.frontpage_rotate').innerfade({
        speed: 3000,
        timeout: 10000,
        containerheight: '395px'
    });    
    
} );    

