<!-- verisign validation code -->
<!--
var browsername = navigator.appName;
var browserversion = parseInt(navigator.appVersion);

function popUp(url)
	{
	var winHeight=300;
	var winWidth=700;

	if (browsername.substring(0,5)=="WebTV")
		{
			location.href=url;
		}
	if (browsername == "Netscape")
		{
		if (browserversion < 4)			{
			alert("The Netscape browser you have is incapable \n"+			"of verifying this site's identification information.\n\n"+			"Please read this message from Netscape and \n"+			"upgrade your browser, then return to this function");
			url = "http://www.netscape.com/cms/certinfo.html";			winWidth=700;			winHeight=500;			}
		}
			sealWin=window.open(url,
		"win",
		"status=no,"+
		"toolbar=no,"+
		"location=no,"+
		"directories=no,"+
		"menu=no,"+
	 	"scrollbars=yes," +
		"resizable=yes," +
		"width=" + winWidth + ",height=" + winHeight);
		self.name="mainWin"; 
	}
document.write('<a href="javascript:popUp(&quot;https://seal.verisign.com/splash?form_file=fdf/splash.fdf&dn=WWW.TIAS.COM&lang=en&quot;)"><img');
document.write('         src="/images/VeriSignSeal.gif" width="49" height="50" border="0"></a>');
// -->
<!-- end versign validation code insert -- >