jQuery( document ).ready( function( $ )
{
    if ( typeof showDirect !== 'undefined' )
    {
        $( 'a[rel="'+showDirect+'"]' ).click();
    };
} );
