// Created by: Mario Vaccari 10/14/2003
// this file was created to redirect content looking 
// for the MTS3Interface to the appropriate one
//
// If you would like to update the MTS3Interface do so at teh paths below
//
if ( window.location.href.indexOf("felix.viewpoint.com") == -1 ) {
	//alert("redirect for slaw");
	document.write("<script type='text/javascript' src='http://slaw.viewpoint.com/vp_resources/MTS3Interface.js'></script>");
	}
else
	{
	//alert("redirect for felix");
	document.write("<script type='text/javascript' src='http://slaw.viewpoint.com/vp_resources/beta/MTS3Interface.js'></script>");
}

// want to write the version number of the interface file.... rather have it insert to the title though
// if (window._ver) document.write('<br><A HREF="/vp_beta/MTS3Interface.js">MTS3Interface Version = ' + _ver + '</A><br><br>');
// else 
// if (window.VET_IfVer) document.write('<br><A HREF="/vp_beta/MTS3Interface.js">MTS3Interface Version = ' + VET_IfVer + '</A><br><br>');
// else 
// document.write('<br>MTS3Interface Version = old version with no _ver or VET_IfVer variable<br><br>');

//setTimeout('write_title()', 2000) 

function write_title() {
//show the version of the MTS3Interface this content is pointing at in the title of the window
document.write( "<script language='JavaScript'>document.title = ' ooo MTS3Interface.js v. ' +  window.VET_IfVer + ' ooo ';</script>" );
}