/* AUTHOR:  */
/* CREATION DATE: 10/29/00 */
                                    function click() {
                                    if (event.button==2) {
                                    alert('Welcome to New Stone Age\nŠ2001 All Rights Reserved')
                                    }
                                    }
                                    document.onmousedown=click
