//<script>

// Copyright Information when right clicking on the page
function click() {
if (event.button==2) {
alert(' GKData : Copyright © 2003. All Rights Reserved. ');
}
}
document.onmousedown=click

// --> 

