<!--
	/* check for frameset */
	if( self == top )
	{
		var NewLocation = "index.htm?" + self.location.href;

		if (parseInt(navigator.appVersion) == 2) // is the browser Navigator 2?
			location.href = NewLocation; // for Netscape Navigator 2
		else
			location.replace( NewLocation );
	}
// -->
