if ( navigator.appVersion.charAt(0) < 4){
		location.href="/html/sorry.html";
}
document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	// mac
	document.write(".normal{font-size:10px; line-height:15px}")
}
else{
	if(navigator.appName.charAt(0) == "M"){
	// win_ie
	document.write(".normal{font-size:12px; line-height:15px}")
	}
	else{
	// win_nn
	document.write(".normal{font-size:14px; line-height:15px}")
	}
}
document.write("body{margin:0}");
document.write("a:link{text-decoration:underline}");
document.write("a:visited{text-decoration:underline}");
document.write("a:active{text-decoration:underline}");
document.write("a:hover{text-decoration:underline; color: #FFFFFF}");

document.write("--></STYLE>");	