//window.onload = function() {
//    document.getElementById( 'noscriptMessage' ).style.display = 'none';
//    var rColumn = document.getElementById( 'rightColumn' );
//    var lColumn = document.getElementById( 'leftColumn' );
//    if ( rColumn.clientHeight > lColumn.clientHeight ) {
//        lColumn.style.height = rColumn.clientHeight + 'px';
//    } else {
//        rColumn.style.height = lColumn.clientHeight + 'px';
//    }
//    document.getElementById( 'rightColumn' ).style.height = document
//     .getElementById( 'leftColumn' ).clientHeight + 'px';
//}

