var teamlist_heim = new Array();
teamlist_heim.push("goal|1|. Dida");
teamlist_heim.push("defence|25|D. Bonera");
teamlist_heim.push("defence|13|A. Nesta");
teamlist_heim.push("defence|33|. Thiago Silva");
teamlist_heim.push("defence|77|L. Antonini");
teamlist_heim.push("midfield|32|D. Beckham");
teamlist_heim.push("midfield|21|A. Pirlo");
teamlist_heim.push("midfield|23|M. Ambrosini");
teamlist_heim.push("forward|7|A. Pato");
teamlist_heim.push("forward|11|K. Huntelaar");
teamlist_heim.push("forward|80|. Ronaldinho");


var teamlist_auswaerts = new Array();
teamlist_auswaerts.push("goal|1|E. van der Sar");
teamlist_auswaerts.push("defence|3|P. Evra");
teamlist_auswaerts.push("defence|5|R. Ferdinand");
teamlist_auswaerts.push("defence|23|C. Evans");
teamlist_auswaerts.push("defence|21|. Rafael");
teamlist_auswaerts.push("midfield|13|J. Park");
teamlist_auswaerts.push("midfield|16|M. Carrick");
teamlist_auswaerts.push("midfield|24|D. Fletcher");
teamlist_auswaerts.push("midfield|18|P. Scholes");
teamlist_auswaerts.push("midfield|17|. Nani");
teamlist_auswaerts.push("forward|10|W. Rooney");

