<!--
var mth = new mth1('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
function y2k(num)  { return (num < 1000) ? num + 1900 : num; }
function mth1()  {
 this[0] = mth1.arguments.length;
 for (i = 0; i < mth1.arguments.length; i++)
  this[i+1] = mth1.arguments[i];
}
var mymessage = "Sorry, but as the code on this page is copyrighted to the Hampshire DofE, we have secured the page with javascript. If you pressed the right button by accident please be careful next time. If you want help with coding please email the webmaster@beaconsxpanel.org.uk.";
function rtclickcheck(keyp){
if (navigator.appName == "Netscape" && keyp.which == 3) {
alert(mymessage);
return false;
}
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
alert(mymessage);
return false;
}
}
document.onmousedown = rtclickcheck
//-->
