// ==UserScript==
// @name bellshouth.com - Prevent blocking
// @author Joao Eiras 
// @namespace http://userjs.org/ 
// @version 1.0
// @description  Prevents the site from blocking Opera
// @ujs:category site: fixes
// @ujs:published 2005-10-25 23:53
// @ujs:modified 2005-10-26 00:02
// @ujs:documentation http://userjs.org/scripts/site/fixes/bellshouth-prevent-blocking 
// @ujs:download http://userjs.org/scripts/download/site/fixes/bellshouth-prevent-blocking.js 
// @include http://www.bellsouth.com/*
// ==/UserScript==


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

window.opera.defineMagicVariable('is_opera', function(){return false;},null);
window.opera.defineMagicVariable('is_ie', function(){return true;},null);
window.opera.defineMagicVariable('is_major', function(){return 6;},null);
window.opera.defineMagicVariable('is_minor', function(){return 0;},null);
