// ==UserScript==
// @name megamillions.com - Menu and scroller fix
// @author Lee Harvey 
// @namespace http://my.opera.com/Lee_Harvey/ 
// @version 1.0
// @description  Fixes DHTML menu and scroller on MegaMillions.com
// @ujs:category site: fixes
// @ujs:published 2005-10-30 23:41
// @ujs:modified 2005-10-30 23:52
// @ujs:documentation http://userjs.org/scripts/site/fixes/megamillions-fix-dhtml 
// @ujs:download http://userjs.org/scripts/download/site/fixes/megamillions-fix-dhtml.js
// ==/UserScript==


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

if (document.domain.match(/^(www\.)?megamillions\.com$/)) {
	window.opera.defineMagicVariable("Opera6",
		function() { return 1; },
		null);

	window.opera.defineMagicVariable("dom",
		function() { return 1; },
		null);
}
