// ==UserScript==
// @name allenware.com - Prevent blocking
// @author Øystein R. Ryen 
// @version 1.0
// @description  Prevent Opera from getting blocked on allenware.com by
//			disabling
//			the browser sniffer and giving it the same code
//			as Firefox.
// @ujs:category site: fixes
// @ujs:published 2005-08-29 20:11
// @ujs:modified 2005-09-19 09:19
// @ujs:documentation http://userjs.org/scripts/site/fixes/allenware-com-unblock 
// @ujs:download http://userjs.org/scripts/download/site/fixes/allenware-com-unblock.js
// ==/UserScript==


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

if (location.hostname.match(/^(www\.)?allenware.com$/i)) {
	window.opera.defineMagicFunction('_bdm1',function () {return new Array('mz','','','3');});
}