<!--
if (mStr && (mStr != "")) {
	document.write(mStr);
	if (document.layers) {
		document.close();
	}
}
// -->
