<!--
var message="©1998-2003 Official Wasteland Lyrics.\nAll rights reserved.\n\nReproduction in whole or in part in any\nform is prohibited.";
// Do not edit below
function click(e) {
  if (document.all) {
    if (event.button == 2) {
      alert(message);
      return false;
    }
  }
  if (document.layers) {
    if (e.which == 3) {
      alert(message);
      return false;
    }
  }
}
if (document.layers) {
  document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

function copyright() {
  if (event.button == 1) {
    alert (message);
  }
}
// -->
