document.write('<div id="seo"><div id="seo1"><div id="seo2"><div id="seo3">\n<div id="fixturescroller">');
document.write('<pre id="fixturescrollerinner"><b>Monday 13th February 2012</b> <b>La Liga</b> - Real Sociedad v Sevilla&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Serie A</b> - Napoli v Chievo, Siena v Roma&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Tuesday 14th February 2012</b> <b>Champions League</b> - Bayer Leverkusen v Barcelona, Lyon v Apoel Nicosia&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Europa League</b> - Rubin Kazan v Olympiakos, Braga v Besiktas&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Scottish Cup</b> - Queen Of The South v Aberdeen, Ross County v St Mirren, St Johnstone v Hearts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Wednesday 15th February 2012</b> <b>Champions League</b> - Zenit St. Petersburg v Benfica, AC Milan v Arsenal&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Scottish Cup</b> - Ayr United v Falkirk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Serie A</b> - Atalanta v Genoa, Parma v Juventus&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>International Friendlies</b> - Paraguay v Chile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Thursday 16th February 2012</b> <b>Europa League</b> - Lokomotiv Moscow v Athletic Bilbao, AZ Alkmaar v Anderlecht, Ajax v Manchester United, FC Viktoria Plzen v Schalke, Lazio v Atletico Madrid, Legia Warsaw v Sporting Lisbon, Red Bull Salzburg v Metalist Kharkiv, Porto v Manchester City, Steaua Bucuresti v Twente, Hannover 96 v Club Brugge, Stoke City v Valencia, Trabzonspor v PSV Eindhoven, Udinese v PAOK Salonika, Wisla Krakow v Standard Liege</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();
