function whoami(who,msg){
	var browser=navigator.appName;
	if (browser == who){	alert(msg);	}
	return true;
}
