jQuery( document ).ready( function () {

  if (oGlobal.title != null) {
    var aTitle = jQuery( 'title' ).html().split( ' | ' );
    document.title = aTitle[0] + ' | ' + aTitle[1] + ' > ' + oGlobal.title;
  }

  jQuery( 'tr' ).each( function () { jQuery( this ).children( 'td:first, td:last' ).css( { 'white-space' : 'nowrap' } ); } );

} );

