function alertcheck(u){
	if ((u == "admin")||(u=="gregl")||(u=="josh")) return 0;
	return 1;
}