// ==UserScript==
// @name           Guardian Fantasy Football scroller
// @namespace      http://fantasyfootball.guardian.co.uk/
// @description    Scrolls down on the page a little so the Flash object will load
// @include        http://fantasyfootball.guardian.co.uk/CleverTV/en/guardian/football/19/guardian.do?gu_ticket=*
// ==/UserScript==


window.scroll(0,160);

