// ==UserScript==
// @name protopage.com - fix faulty browser detection
// @author Arve Bersvendsen 
// @namespace http://virtuelvis.com/ 
// @version 1.0
// @description  Fixes faulty JavaScript browser sniffing on
//			protopage.com
// @ujs:category site: fixes
// @ujs:published 2005-09-28 20:24
// @ujs:modified 2005-09-28 20:41
// @ujs:documentation http://userjs.org/scripts/site/fixes/protopage-com-snifferfix 
// @ujs:download http://userjs.org/scripts/download/site/fixes/protopage-com-snifferfix.js 
// @include http://www.protopage.com/*
// @include http://protopage.com/*
// ==/UserScript==


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

navigator.userAgent = "Not Firefox 1.5 - not MSIE 6.0 - but Opera 8.5";
