function whichname()
	{
	var bname = navigator.appName;
	alert("You are using " + bname);
	}
