// liverpool 2002/3 season

var fixtab=new Array();
var c=-1;

// item list - category, date, opponent, competition, score, comments

// July

c++;fixtab[c]=new Array("July", "Jul 16", "FC Cologne [A]", "Friendly", "3-1", "");
c++;fixtab[c]=new Array("July", "Jul 19", "Crewe Alexandra [A]", "Friendly", "1-1", "");
c++;fixtab[c]=new Array("July", "Jul 24", "Thailand [A]", "Friendly", "3-1", "");
c++;fixtab[c]=new Array("July", "Jul 27", "Hong Kong Select [A]", "Friendly", "6-0", "");

// August

c++;fixtab[c]=new Array("August", "Aug 01", "Ajax [A]", "Friendly", "0-0", ""); 
c++;fixtab[c]=new Array("August", "Aug 03", "Galatasaray SK [A]", "Friendly", "1-2", ""); 
c++;fixtab[c]=new Array("August", "Aug 05", "Aberdeen [A]", "Friendly", "5-1", ""); 
c++;fixtab[c]=new Array("August", "Aug 09", "Valencia CF [A]", "Friendly", "0-2", ""); 
c++;fixtab[c]=new Array("August", "Aug 12", "Fleetwood Town [A]", "Friendly", "6-1", ""); 
c++;fixtab[c]=new Array("August", "Aug 17", "Chelsea [H]", "Premiereship", "1-2", ""); 
c++;fixtab[c]=new Array("August", "Aug 24", "Aston Villa [A]", "Premiereship", "0-0", ""); 
c++;fixtab[c]=new Array("August", "Aug 27", "Tottenham Hotspur [H]", "Premiereship", "0-0", ""); 
c++;fixtab[c]=new Array("August", "Aug 30", "Everton [A]", "Premiereship", "3-0", ""); 

// September

c++;fixtab[c]=new Array("September", "Sep 13", "Blackburn Rovers [A]", "Premiership", "3-1", ""); 
c++;fixtab[c]=new Array("September", "Sep 20", "Leicester City [H]", "Premiership", "2-1", ""); 
c++;fixtab[c]=new Array("September", "Sep 24", "Olimpija Ljubljana [A]", "UEFA Cup", "1-1", ""); 
c++;fixtab[c]=new Array("September", "Sep 28", "Charlton Athletic[A]", "Premiership", "2-3", ""); 

// October

c++;fixtab[c]=new Array("October", "Oct 4",  "Arsenal [H]", "Premiership", "1-2", ""); 
c++;fixtab[c]=new Array("October", "Oct 15", "Olimpija Ljubljana [H]", "UEFA Cup", "3-0", "");
c++;fixtab[c]=new Array("October", "Oct 18", "Portsmouth [A]", "Premiership ", "0-1", "");
c++;fixtab[c]=new Array("October", "Oct 25", "Leeds United [H]", "Premiership ", "3-1", "");
c++;fixtab[c]=new Array("October", "Oct 29", "Blackburn Rovers [A]", "Carling Cup 3rd Round", "4-3", "Liverpool qualify for next round");

// November

c++;fixtab[c]=new Array("November", "Nov 2",  "Fulham [A]", "Premiership", "2-1", ""); 
c++;fixtab[c]=new Array("November", "Nov 6",  "Steaua Bucharest [A]", "UEFA Cup", "1-1", ""); 
c++;fixtab[c]=new Array("November", "Nov 9",  "Manchester United [H]", "Premiership", "1-2", "");
c++;fixtab[c]=new Array("November", "Nov 22", "Middlesbrough [A]", "Premiership", "0-0", "");
c++;fixtab[c]=new Array("November", "Nov 27",  "Steaua Bucharest [H]", "UEFA Cup", "1-0", "Liverpool qualify for next round"); 
c++;fixtab[c]=new Array("November", "Nov 30", "Birmingham City [H]", "Premiership", "3-1", "");

// December

c++;fixtab[c]=new Array("December", "Dec 3",  "Bolton Wanderers [A]", "Carling Cup", "2-3", "Liverpool crash out of Carling Cup"); 
c++;fixtab[c]=new Array("December", "Dec 6",  "Newcastle United [A]", "Premiership", "1-1", ""); 
c++;fixtab[c]=new Array("December", "Dec 13", "Southampton [H]", "Premiership", "1-2", "");
c++;fixtab[c]=new Array("December", "Dec 20", "Wolverhampton Wanderers [A]", "Premiership", "", "<i>Postponed</i>");
c++;fixtab[c]=new Array("December", "Dec 26", "Bolton Wanderers [H]", "Premiership", "3-1", "Hyppia, Pongolle and Smicer keep Liverpool in striking distance of a Champions League place");
c++;fixtab[c]=new Array("December", "Dec 28", "Manchester City [A]", "Premiership", "2-2", "Anelka's late equaliser denies Liverpool 3 points");

// January
 
c++;fixtab[c]=new Array("January", "Jan 03", "Yeovil Town [A]", "FA Cup 3rd Round", "2-0", "2 second half goals put Liverpool into 4th round");
c++;fixtab[c]=new Array("January", "Jan 07", "Chelsea [A]", "Premiership", "1-0", "Cheryou's goal puts Liverpool intp 5th place with a game in hand");
c++;fixtab[c]=new Array("January", "Jan 10", "Aston Villa [H]", "Premiership", "1-0", "");
c++;fixtab[c]=new Array("January", "Jan 17", "Tottenham Hotspur [A]", "Premiership", "1-2", "");
c++;fixtab[c]=new Array("January", "Jan 21", "Wolverhampton Wanderers [A]", "Premiership", "1-1", "");
c++;fixtab[c]=new Array("January", "Jan 24", "Newcastle United [H]", "FA Cup 4th Round", "2-1", "Onto the next 5th round");
c++;fixtab[c]=new Array("January", "Jan 31", "Everton [H]", "Premiership", "0-0", ""); 

// February
 
c++;fixtab[c]=new Array("February", "Feb 07", "Bolton Wanderers [A]", "Premiership", "2-2", ""); 
c++;fixtab[c]=new Array("February", "Feb 11", "Manchester City [H]", "Premiership", "2-1", "Liverpool move up into Champions League Place");
c++;fixtab[c]=new Array("February", "Feb 15", "Portsmouth [H]", "FA Cup 5th Round", "1-1", "Winners get to play Arsenal");
c++;fixtab[c]=new Array("February", "Feb 22", "Portsmouth [A]", "FA Cup 5th Round", "0-1", "Liverpool crash out of FA Cup");
c++;fixtab[c]=new Array("February", "Feb 26", "Levski Sofia [H]", "UEFA Cup", "2-0", "");
c++;fixtab[c]=new Array("February", "Feb 29", "Leeds United [A]", "Premiership", "2-2", "");

// March

c++;fixtab[c]=new Array("March", "Mar 03", "Levski Sofia [A]", "UEFA Cup", "4-2", "Third round, 2nd leg - Liverpool win 6-2 Agg.");
c++;fixtab[c]=new Array("March", "Mar 11", "Olympique Marseille [H]", "UEFA Cup", "1-1", "Fourth round, 1st leg" );  
c++;fixtab[c]=new Array("March", "Mar 14", "Southampton [A]", "Premiership", "0-2", "");
c++;fixtab[c]=new Array("March", "Mar 17", "Portsmouth [H]", "Premiership", "3-0", "");
c++;fixtab[c]=new Array("March", "Mar 20", "Wolverhampton Wanderers [H]", "Premiership", "1-0", "Last gasp goal keeps Reds in Champions League fight");
c++;fixtab[c]=new Array("March", "Mar 25", "Olympique Marseille [H]", "UEFA Cup", "1-2", "Fourth round, 2nd leg - Liverpool go out 2-3 Agg.");  
c++;fixtab[c]=new Array("March", "Mar 28", "Leicester City [A]", "Premiership", "0-0", "");

// April

c++;fixtab[c]=new Array("April", "Apr 04", "Blackburn Rovers [H]", "Premiership", "4-0", "");
c++;fixtab[c]=new Array("April", "Apr 09", "Arsenal [A]", "Premiership", "2-4", "");
c++;fixtab[c]=new Array("April", "Apr 12", "Charlton Athletic [H]", "Premiership", "0-1", "");
c++;fixtab[c]=new Array("April", "Apr 17", "Fulham [H]", "Premiership", "0-0", "");
c++;fixtab[c]=new Array("April", "Apr 24", "Manchester United [A]", "Premiership", "1-0", ""); 

// May

c++;fixtab[c]=new Array("May", "May 02", "Middlesbrough [H]", "Premiership", "2-0", ""); 
c++;fixtab[c]=new Array("May", "May 08", "Birmingham City [A]", "Premiership", "3-0", "");
c++;fixtab[c]=new Array("May", "May 15", "Newcastle United [H]", "Premiership", "1-1", "");

