if (top.frames.length < 2) { document.location.href="http://www.wernerlau.com." }
Txt = "Thank you very much for your interest!\n\n(c) by Astro";
function now() { document.webcam.src = "http://www.wernerlau.de/MOBOTIX/marsa.jpg"; }
  function click (e) {
  if (!e)
    e = window.event;
  if ((e.type && e.type == "contextmenu") || (e.button && e.button == 2) || (e.which && e.which == 3)) {
    if (window.opera)
      window.alert(Txt);
    return false;
  }
}
if (document.layers) document.captureEvents(Event.MOUSEDOWN); document.onmousedown = click; document.oncontextmenu = click;