//*----------------------------------------------------------------------------*/
//*     (c)Copyright 2010 Gifts And Things, All Rights Reserved                */
//*                                                                            */
//*     This document contains proprietary and confidential information. The   */
//*     contents of this document may not be disclosed to third parties,       */
//*     copied, or duplicated in any form, in whole or in part, without the    */
//*     prior written permission of 1st4Eve-Online.                            */
//*                                                                            */
//*     This software is protected by the copyright laws and international     */
//*     copyright treaties, as well as other intellectual property laws and    */
//*     treaties.                                                              */
//*----------------------------------------------------------------------------*/

function click()
{
if (event.button==2)
{
alert('Page Design and Graphics (c)2010\n\nIf You wish to obtain a copy of this page please contact Us\n \n');
}
}
document.onmousedown=click


