var matche = new Array;
var score = new Array;
var date = new Array;
var heure = new Array;

// journée jusqu'à laquelle les stats sont mises à jour sur le site de la ligue :
var statslig = 22;

// journée jusqu'à laquelle les stats sont faites, mais seul. sur mon site :
var messtats = 22;

if (statslig>messtats)
{
	messtats = statslig;
}

// ATTENTION, ca commence avec 0, les nos sont donc decales par rapport aux journees

matche[0] = "Pully - LS-Morges";
score[0] = "80-84";
date[0] = "19/09";
heure[0] = "20:15"

matche[1] = "Zürich - Pully";
score [1] = "60-99"
date[1] = "27/09";
heure[1] = "17:30";

matche[2] = "Meyrin Gd-Sac - Pully";
score[2] = "128-79";
date[2] = "04/10";
heure[2] = "15:00";

matche[3] = "Pully - Nyon";
score [3] = "113-105"
date[3] = "11/10";
heure[3] = "17:30";

matche[4] = "Fribourg - Pully";
score[4] = "83-75";
date[4] = "18/10";
heure[4] = "17:30";

matche[5] = "Pully - Union Neuchâtel"
score[5] = "70-84";
date[5] = "25/10";
heure[5] = "17:30";

matche[6] = "Lugano - Pully";
score[6] = "70-68";
date[6] = "01/11";
heure[6] = "17:30";

matche[7] = "Monthey - Pully";
score[7] = "100-75";
date[7] = "08/11";
heure[7] = "17:30";

matche[8] = "Pully - Boncourt";
score[8] = "70-88";
date[8] = "15/11";
heure[8] = "17:30";

matche[9] = "Riviera - Pully";
score[9] = "72-63";
date[9] = "22/11";
heure[9] = "17:30";

matche[10] = "Pully - Geneva Devils";
score[10] = "100-98";
date[10] = "29/11";
heure[10] = "17:30";

matche[11] = "LS-Morges - Pully";
score[11] = "106-92";
date[11] = "06/12";
heure[11] = "17:30";

matche[12] = "Pully - Zürich";
score[12] = "122-98";
date[12] = "20/12";
heure[12] = "17:30";

matche[13] = "Pully - Meyrin";
score[13] = "84-85";
date[13] = "10/01";
heure[13] = "17:30";

matche[14] = "Nyon - Pully";
score[14] = "82-57";
date[14] = "24/01";
heure[14] = "17:30";

matche[15] = "Pully - Fribourg";
score[15] = "63-79";
date[15] = "31/01";
heure[15] = "17:30";

matche[16] = "Union Neuchâtel - Pully";
score[16] = "80-82";
date[16] = "06/02";
heure[16] = "20:30";

matche[17] = "Pully - Lugano";
score[17] = "79-96";
date[17] = "14/02";
heure[17] = "17:30";

matche[18] = "Pully - Monthey";
score[18] = "96-82";
date[18] = "28/02";
heure[18] = "17:30";

matche[19] = "Boncourt - Pully";
score[19] = "101-71";
date[19] = "06/03";
heure[19] = "17:30";

matche[20] = "Pully - Riviera";
score[20] = "110-107";
date[20] = "13/03";
heure[20] = "17:30";

matche[21] = "Geneva Devils - Pully";
score[21] = "106-72";
date[21] = "20/03";
heure[21] = "17:30";


matche[22] = "Pully - Neuchâtel";
score[22] = "99-97";
date[22] = "26/03";
heure[22] = "20:30";


matche[23] = "Neuchâtel - Pully";
score[23] = "101-107";
date[23] = "03/04";
heure[23] = "18:00";

