// ==UserScript==
// @name tomshardware - Top bar fix
// @author Pascal 
// @namespace http://userjs.org/ 
// @version 1.0
// @description  Prevents the navigation bar from moving when you
//			scroll the page.
// @ujs:category site: enhancements
// @ujs:published 2005-10-26 00:04
// @ujs:modified 2005-10-26 00:10
// @ujs:documentation http://userjs.org/scripts/site/enhancements/tomshardware-top-bar-fix 
// @ujs:download http://userjs.org/scripts/download/site/enhancements/tomshardware-top-bar-fix.js 
// @include http://www.tomshardware.*
// ==/UserScript==


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

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