// ==UserScript==
// @name ScamBusters.com - popup fix
// @author Lee Harvey 
// @namespace http://my.opera.com/Lee_Harvey/ 
// @version 1.1
// @description  Removes the DHTML pop-up that appears on the
//			ScamBusters.com homepage.
// @ujs:category site: fixes
// @ujs:published 2005-09-29 07:51
// @ujs:modified 2005-09-29 08:58
// @ujs:documentation http://userjs.org/scripts/site/fixes/scambusters-com-popupfix 
// @ujs:download http://userjs.org/scripts/download/site/fixes/scambusters-com-popupfix.js
// ==/UserScript==


/* 
 * This script is granted to the Public Domain.
 */

if (location.hostname.match(/^(www\.)?scambusters\.(org|com)$/)) {
  window.opera.defineMagicVariable("doccook",function() {
    return "1";
  },null);
}
