if( rEngine != 'Trident' || ver >= 9 ) {
	style = document.createElement( 'style' );
	style.appendChild(
		document.createTextNode(
			'#twoWeekHis .contentBox {' +
				cssBorderRadius( 'bottom-right', '2em' ) +
			'}'
			+
			'input.inputSubmit {' +
				cssBorderRadius( '', '12px' ) +
				cssBoxShadow( '6px 6px 8px rgba( 0, 0, 0, 0.2 )' ) +
			'}'
		)
	);
	head = document.getElementsByTagName( 'head' )[ 0 ];
	head.appendChild( style );
}

function bTerminate() {}

function aTerminate() {}
