if( rEngine != 'Trident' || ver >= 9 ) {
	style = document.createElement( 'style' );
	style.appendChild(
		document.createTextNode(
			'.odd .contentBox {' +
				cssBorderRadius( 'top-left', '2em' ) +
				cssBorderRadius( 'bottom-right', '2em' ) +
			'}'
			+
			'.even .contentBox {' +
				cssBorderRadius( '', '0' ) +
				cssBorderRadius( 'top-right', '2em' ) +
				cssBorderRadius( 'bottom-left', '2em' ) +
			'}'
		)
	);
	head = document.getElementsByTagName( 'head' )[ 0 ];
	head.appendChild( style );
}

function bTerminate() {}

function aTerminate() {}
