document.write('<div id="seo"><div id="seo1"><div id="seo2"><div id="seo3">\n<div id="fixturescroller">');
document.write('<pre id="fixturescrollerinner"><b>Wednesday 17th March 2010</b> <b>Champions League</b> - <a href="http://www.free-football.tv/fixtures/Barcelona-v-Stuttgart-Live.html">Barcelona v Stuttgart</a>, <a href="http://www.free-football.tv/fixtures/Bordeaux-v-Olympiacos-Live.html">Bordeaux v Olympiacos</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Romanian Liga 1</b> - Gloria Bistrita v Universitatea Craiova, CS Gaz Metan v CFR Cluj, Dinamo Bucharest v Steaua Bucharest&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Thursday 18th March 2010</b> <b>Europa League</b> - Marseille v Benfica, Standard Liege v Panathinaikos, <a href="http://www.free-football.tv/fixtures/Fulham-v-Juventus-Live.html">Fulham v Juventus</a>, <a href="http://www.free-football.tv/fixtures/Werder-Bremen-v-Valencia-Live.html">Werder Bremen v Valencia</a>, Anderlecht v Hamburg, Wolfsburg v Rubin Kazan, <a href="http://www.free-football.tv/fixtures/Sporting-Lisbon-v-Atletico-Madrid-Live.html">Sporting Lisbon v Atletico Madrid</a>, <a href="http://www.free-football.tv/fixtures/Liverpool-v-Lille-Live.html">Liverpool v Lille</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Romanian Liga 1</b> - Rapid Bucharest v Astra Ploiesti</pre></div>\n</div></div></div></div>');
if( (document.compatMode)&& (document.compatMode == 'CSS1Compat') &&(document.documentElement)){window.readScroll = document.documentElement;}else if(document.body){window.readScroll = document.body;}else if( document.documentElement ){window.readScroll = document.documentElement;}
function getWindowScrollLeft()
{if( window.pageXOffset > 0 ) { return window.pageXOffset; }else { return window.readScroll.scrollLeft || 0; }}
function getWindowScrollTop()
{if( window.pageYOffset > 0 ) { return window.pageYOffset; }else { return window.readScroll.scrollTop || 0; }}
function Point( x ,y ) { this.x=x; this.y=y; }
function getRect(elem )
{
var i;
if (typeof(elem.myRect)!="undefined") return elem.myRect;
var myRect = Array(elem.offsetLeft, elem.offsetTop,
elem.offsetLeft + elem.offsetWidth-1,
elem.offsetTop + elem.offsetHeight-1)
if (!elem.offsetParent)
{
var xAdjust = (window.readScroll.clientLeft||0);
var yAdjust = (window.readScroll.clientTop||0);
for (i=0;i<4;i++) myRect[i] += (i%2)?yAdjust:xAdjust;
return myRect;
}
newRect = getRect(elem.offsetParent)
for (i=0;i<4;i++) myRect[i] = myRect[i] + newRect[i % 2];
return myRect;
}
function HTMLLayer( name ) {
if( typeof(name)=='string' )
{
this.name=name;
this.getO(name);
}
else
{
this.o = name;
this.style = this.o.style?this.o.style:this.o;
}
}
HTMLL=HTMLLayer.prototype
HTMLL.getO=function(name)
{
this.name=name;
if (document.getElementById)
{
this.o=document.getElementById(name);
if( this.o==null) { alert(name); }
this.style = this.o.style;
}
else if (document.all)
{
this.o = document.all[name];
this.style = document.all[name].style;
}
else if (document.layers)
{  
this.o = getONN4(document,name);
this.style = this.o;
}
return;
}
HTMLL.getWidth=function(){var r=getRect(this.o);return r[2]-r[0];}
HTMLL.getONN4=function (o,name)
{
var x = o.layers;
var foundLayer;
for (var i=0;i<x.length;i++)
{
if (x[i].id == name)
foundLayer = x[i];
else if (x[i].layers.length)
var tmp = getONN4(x[i],name);
if (tmp) foundLayer = tmp;
}
return foundLayer;
}
var scrollerStep = 1;
var scrollerSpeed = 25;
var scrollerInit = false;
var scrollerWidth = 0;
var scrollerTextWidth = 0;
var scrollerPos = 0;
function startScroller(){if( scrollerInit ){
scrollerPos += scrollerStep;
if( scrollerPos>(scrollerTextWidth))
{
scrollerPos = -scrollerWidth;
}
fixture_scroller_inner.style.left=(-scrollerPos)+'px';
}
else
{
fixture_scroller = new HTMLLayer( 'fixturescroller' );
if( fixture_scroller )
{
fixture_scroller.style.position='relative';
fixture_scroller.style.overflow='hidden';
scrollerWidth = fixture_scroller.getWidth();
if( scrollerWidth > 0 )
{
fixture_scroller_inner = new HTMLLayer( 'fixturescrollerinner' );
fixture_scroller_inner.style.position='absolute';
fixture_scroller_inner.style.width='auto';
scrollerTextWidth = fixture_scroller_inner.getWidth();
scrollerInit =true;
fixture_scroller_inner.style.left=(-scrollerTextWidth)+'px';
while( scrollerTextWidth != (newWidth =  fixture_scroller_inner.getWidth() ) )
{scrollerTextWidth = newWidth;fixture_scroller_inner.style.left=(-scrollerTextWidth)+'px';}
fixture_scroller.style.overflow='hidden';
}
}
}
window.setTimeout(  'startScroller()',scrollerSpeed);
}
startScroller();