// ==UserScript==
// @name theGolfchannel.com - No ad floater
// @author Rijk van Geijtenbeek 
// @namespace http://people.opera.com/rijk/
// @description  Prevents a floater advertisement from appearing on
//			theGolfchannel.com pages.
// @ujs:category site: fixes
// @ujs:published 2005-05-20 19:21
// @ujs:modified 2005-09-19 09:19
// @ujs:documentation http://userjs.org/scripts/site/fixes/golfchannel-noadfloater 
// @ujs:download http://userjs.org/scripts/download/site/fixes/golfchannel-noadfloater.js
// ==/UserScript==


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

window.opera.defineMagicFunction('AdFloater',function(){return false;});