// ==UserScript==
// @name teletekst.nos.nl - focus issue fix
// @author Hallvord R.M. Steen 
// @namespace http://userjs.org/
// @description  Makes the Dutch public broadcaster's Teletekst service
//			work in Opera 8
// @ujs:category site: fixes
// @ujs:published 2005-06-03 10:20
// @ujs:modified 2005-06-03 10:24
// @ujs:documentation http://userjs.org/scripts/site/fixes/teletekst-nos-nl-focusfix 
// @ujs:download http://userjs.org/scripts/download/site/fixes/teletekstnosnl_-_focus_issue_fix.js
// ==/UserScript==


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

if(location.hostname.match(/^teletekst.nos.nl$/)){
window.focus = function () {event.preventDefault();}
}