<!--
/************************************************************************/
/* HTML: KI Disable Right Click                                         */
/* ============================                                         */
/*		    		Version 1.0											*/
/*                                                                      */
/* Copyright (c) 2005 Kamikazi                                          */
/* http://www.Kamikazi-Inc.com/                                         */
/*                                                                      */
/* This is a free HTML Script, You can use it anyway you see fit, but   */
/* please leave the info intact, as for it is protected under the terms */
/* of the GNU General Public License as published by the Free Software  */
/* Foundation; either version 2 of the License.                         */
/************************************************************************/
<!--
/************************************************************************/
/* You may edit the Message Below!										*/
/************************************************************************/

var popup="www.triplebclays.com";

/************************************************************************/
/* DO NOT EDIT ANYTHING BELOW!											*/
/************************************************************************/

function noway(go) {
if (document.all) {
if (event.button == 2) {
alert(popup);
return false;
}
}
if (document.layers) {
if (go.which == 3) {
alert(popup);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=noway;
// --> 
