	msie6 = navigator.userAgent.indexOf("MSIE"); // Microsoft Internet Explorer
	netscape4 = navigator.userAgent.indexOf("[en]"); // Netscape 4.76
	netscape7 = navigator.userAgent.indexOf("Netscape/7");// Netscape 7
	if( msie6 != -1 || netscape7 != -1 ){	
	document.write('<script src="http://excaliburfilms.com/TipBoxIE.js"><\/script>');
	document.write('<div id="theTipBox" style="HEIGHT: 10px; LEFT: 0px; POSITION: absolute; TOP: 0px; WIDTH: 10px; Z-INDEX: 1000"></div>');
	}
	else{ 
	document.write('<script src="http://excaliburfilms.com/TipBoxNS.js"><\/script>');
	document.write('<div id="theTipBox" style="HEIGHT: 10px; LEFT: 0px; POSITION: absolute; TOP: 0px; WIDTH: 10px; Z-INDEX: 1000"></div>');
	}
