function click() {

        if (event.button==2) {

        alert('eFairies.com - all the magic of fairies in one store')

        }

        }

        document.onmousedown = click
