nVer = parseInt(navigator.appVersion);
if(nVer>=4)
{
	document.write('<style type="text/css">');
	document.write('@font-face {');
	document.write('font-family: abs'+"\;");
	document.write('font-style:  normal'+"\;");
	document.write('font-weight: normal'+"\;");
	document.write('src: url("ABS0.eot")');
	document.write('}');
	document.write('</style>');
	document.write('<style type="text/css">');
	document.write('@font-face {');
	document.write('font-family: abs_gist'+"\;");
	document.write('font-style:  normal'+"\;");
	document.write('font-weight: normal'+"\;");
	document.write('src: url("ABSGIST0.eot")');
	document.write('}');
	document.write('</style>');

}

