if (navigator.appName =="Netscape") {
 
newWindow = window.open('', 'NewWin', 'toolbar=yes, location=yes, scrollbars=yes, resizable=yes, width=300, height=300')
newWindow.document.write("<HTML><HEAD><LINK REL=stylesheet type='text/css' href='background.css'><TITLE>Netscape Warning</TITLE></HEAD> <BODY><H2>Unforutunately, you can not run this program in Netscape Navigator</H2><p><Center><a href='index.html' target='start'>Back to Home Page</a></center></p></body></html>")


}
else
{ 
if (document.referrer != "") {
	window.status='Leaving ' + document.referrer
	}
	else {
	window.status = 'Microsoft Internet Explorer'}
}
