// liverpool 2004/5 season

var fixtab=new Array();
var c=-1;

// item list - month, date, opponent, competition, score, comments
// e.g. c++;fixtab[c]=new Array("July", "Jul 21", "Wrexham [A]", "Friendly", "2-1", "Djibril Cisse debuts, but Le Tallec steasl the show");


// July

c++;fixtab[c]=new Array("July", "Jul 09", "Wrexham [A]", "Friendly", "4-3", "");
c++;fixtab[c]=new Array("July", "Jul 13", "TNS [H]", "Champions League Qualifier (1)", "3-0", "Hat-trick courtesy of Mr Gerrard");
c++;fixtab[c]=new Array("July", "Jul 16", "Bayer 04 Leverkusen [A]", "Friendly", "3-0", "");
c++;fixtab[c]=new Array("July", "Jul 19", "TNS [A]", "Champions League Qualifier (1)", "3-0", "Reds ease into 2nd round");
c++;fixtab[c]=new Array("July", "Jul 23", "Olympiacos [A]", "Friendly", "4-3", "");
c++;fixtab[c]=new Array("July", "Jul 26", "FBK Aaunas [A]", "Champions League Qualifier (2)", "3-1", "");

// August

c++;fixtab[c]=new Array("August", "Aug 02", "FBK Aaunas [H]", "Champions League Qualifier (2)", "2-0", "");
c++;fixtab[c]=new Array("August", "Aug 10", "CSKA Sofia [A]", "Champions League Qualifier (3)", "3-1", "");
c++;fixtab[c]=new Array("August", "Aug 13", "Middlesborough [A]", "Premiereship", "0-0", "");
c++;fixtab[c]=new Array("August", "Aug 20", "Sunderland [H]", "Premiereship", "1-0", "");
c++;fixtab[c]=new Array("August", "Aug 13", "CSKA Sofia [H]", "Champions League Qualifier (3)", "0-1", "Liverpool lost in Europe for the first time in 15 matches but still beat CSKA Sofia 3-2 on aggregate to reach the group stage of the Champions League.");
c++;fixtab[c]=new Array("August", "Aug 26", "CSKA Moscow [A]", "UEFA Super Cup", "3-1 (aet)", "Liverpool striker Djibril Cisse came off the bench to inspire his side to victory over CSKA Moscow in the Uefa Super Cup in Monaco.");


// September

c++;fixtab[c]=new Array("September", "Sep 10", "Tottenham Hotspur [A]", "Barclays Premiership", "0-0", "");
c++;fixtab[c]=new Array("September", "Sep 13", "Real Betis [A]", "Champions League Group Phase", "2-1", "");
c++;fixtab[c]=new Array("September", "Sep 18", "Manchester United [H]", "Barclays Premiership", "0-0", "");
c++;fixtab[c]=new Array("September", "Sep 24", "Birmingham City [A]", "Barclays Premiership", "2-2", "");
c++;fixtab[c]=new Array("September", "Sep 28", "Chelsea [H]", "Champions League Group Phase", "0-0", "");

// October

c++;fixtab[c]=new Array("October", "Oct 02", "Chelsea", "Barclays Premiership", "1-4", "");
c++;fixtab[c]=new Array("October", "Oct 15", "Blackburn Rovers", "Barclays Premiership", "1-0", "");
c++;fixtab[c]=new Array("October", "Oct 19", "Anderlecht", "Champions League Group Phase", "", "");
c++;fixtab[c]=new Array("October", "Oct 22", "Fulham", "Barclays Premiership", "", "");
c++;fixtab[c]=new Array("October", "Oct 25", "Crystal Palace", "Carling Cup 3rd Round", "", "");
c++;fixtab[c]=new Array("October", "Oct 29", "West Ham United", "Barclays Premiership", "", "");


// November

c++;fixtab[c]=new Array("November", "", "", "", "", "");


// December

c++;fixtab[c]=new Array("December", "", "", "", "", "");


// January

c++;fixtab[c]=new Array("January", "", "", "", "", "");


// February

c++;fixtab[c]=new Array("February", "", "", "", "", "");

// March

c++;fixtab[c]=new Array("March", "", "", "", "", "");

// April

c++;fixtab[c]=new Array("April", "", "", "", "", "");

// May

c++;fixtab[c]=new Array("May", "", "", "", "", "");
