if ( navigator.appName =='Netscape' && navigator.appVersion.charAt(0) == '4' ) {
	document.open();
	document.write('<style><!--.for-ns4{margin:0px}--></style>');
	document.close();
}

