<%@ LANGUAGE="JSCRIPT" %> <% Response.Clear(); Response.ContentType = "text/plain"; if(Voice.Active) Voice.Speak(User.Name + " wants to chat with you"); else Util.PlaySound(Server.MapPath("/chat/sounds/page.wav")); %>