function showStandings()
{ var table = document.getElementById("STANDINGS");
var fdiv = "<DIV STYLE=\"color: ";
var fdiv2 = "; font-style: normal;font-family: ";
var qs = "<A HREF=\"http://www.kapodol.com/SFL_1_liga/2009/stage06.php\" STYLE=\"text-decoration: none\">";
var font, fsize;
if (arguments.length == 0) fsize = 9;
  else fsize = arguments[0];
if (fsize < 9) stpw = fsize;
  else stpw = 9;
if (arguments.length < 2) font = "Verdana, Arial, Helvetica, sans-serif";
  else font = arguments[1];
if (arguments.length < 3) bgColor = 'rgb(100,200,100)';
  else bgColor = arguments[2];
if (arguments.length < 4) fgColor = 'rgb(255,255,255)';
  else fgColor = arguments[3];
var div =  fdiv + fgColor + fdiv2 + font + "; font-size: " + fsize + "pt\">";
var irhh = table.insertRow(0);
ichh = irhh.insertCell(0);
ichh.colSpan = 2;
ichh.align = "right";
ichh.innerHTML = "<TABLE BORDER=\"0\" WIDTH=\"100%\" CELLSPACING=\"0\" CELLPADDING=\"2\"><TR><TD ALIGN=\"RIGHT\"><A HREF=\"http://www.kapodol.com/SFL_1_liga/2009/stage06.php\" STYLE=\"text-decoration: none\"><IMG BORDER=\"0\" SRC=\"http://www.kapodol.com/KapodolCom.gif\"></A></TD></TR></TABLE>";
var irh = table.insertRow(1);
var icht2 = irh.insertCell(0);
icht2.style.borderTop = "1px solid";
icht2.style.color = '#00502D';
icht2.colSpan = 2;
icht2.align = "center";
icht2.innerHTML = qs + div + "1. slovenska futsal liga</DIV></A>";
var irh2 = table.insertRow(2);
var ich2 = irh2.insertCell(0);
ich2.innerHTML = qs + div + "FINALE</DIV></A>";
ich2.colSpan = 2;
ich2.style.borderBottom = "1px solid";
ich2.style.color = '#00502D';
ich2.align = "center";
nle = "<A HREF=\"http://www.kapodol.com/SFL_1_liga/2009/match060000.html\" STYLE=\"text-decoration: none\">";
irh3 = table.insertRow(3);
ich4 = irh3.insertCell(0);
ich4.innerHTML = nle + div + "Oplast Kobarid</DIV></A>";
ich4.align = "left";
ich4 = irh3.insertCell(1);
ich4.innerHTML = nle + div + "7 (2)</DIV></A>";
ich4.align = "center";
irh3 = table.insertRow(4);
ich4 = irh3.insertCell(0);
ich4.innerHTML = nle + div + "Puntar Casino Safir</DIV></A>";
ich4.style.borderBottom = "1px solid";
ich4.style.color = '#00502D';
ich4.align = "left";
ich4 = irh3.insertCell(1);
ich4.innerHTML = nle + div + "6 (2)</DIV></A>";
ich4.style.borderBottom = "1px solid";
ich4.style.color = '#00502D';
ich4.align = "center";
nle = "<A HREF=\"http://www.kapodol.com/SFL_1_liga/2009/match060001.html\" STYLE=\"text-decoration: none\">";
irh3 = table.insertRow(5);
ich4 = irh3.insertCell(0);
ich4.innerHTML = nle + div + "Oplast Kobarid</DIV></A>";
ich4.align = "left";
ich4 = irh3.insertCell(1);
ich4.innerHTML = nle + div + "1</DIV></A>";
ich4.align = "center";
irh3 = table.insertRow(6);
ich4 = irh3.insertCell(0);
ich4.innerHTML = nle + div + "Puntar Casino Safir</DIV></A>";
ich4.style.borderBottom = "1px solid";
ich4.style.color = '#00502D';
ich4.align = "left";
ich4 = irh3.insertCell(1);
ich4.innerHTML = nle + div + "5</DIV></A>";
ich4.style.borderBottom = "1px solid";
ich4.style.color = '#00502D';
ich4.align = "center";
nle = "<A HREF=\"http://www.kapodol.com/SFL_1_liga/2009/match060002.html\" STYLE=\"text-decoration: none\">";
irh3 = table.insertRow(7);
ich4 = irh3.insertCell(0);
ich4.innerHTML = nle + div + "Puntar Casino Safir</DIV></A>";
ich4.align = "left";
ich4 = irh3.insertCell(1);
ich4.innerHTML = nle + div + "8 (4)</DIV></A>";
ich4.align = "center";
irh3 = table.insertRow(8);
ich4 = irh3.insertCell(0);
ich4.innerHTML = nle + div + "Oplast Kobarid</DIV></A>";
ich4.style.borderBottom = "1px solid";
ich4.style.color = '#00502D';
ich4.align = "left";
ich4 = irh3.insertCell(1);
ich4.innerHTML = nle + div + "9 (4)</DIV></A>";
ich4.style.borderBottom = "1px solid";
ich4.style.color = '#00502D';
ich4.align = "center";
nle = "<A HREF=\"http://www.kapodol.com/SFL_1_liga/2009/match060003.html\" STYLE=\"text-decoration: none\">";
irh3 = table.insertRow(9);
ich4 = irh3.insertCell(0);
ich4.innerHTML = nle + div + "Puntar Casino Safir</DIV></A>";
ich4.align = "left";
ich4 = irh3.insertCell(1);
ich4.innerHTML = nle + div + "4 (3)</DIV></A>";
ich4.align = "center";
irh3 = table.insertRow(10);
ich4 = irh3.insertCell(0);
ich4.innerHTML = nle + div + "Oplast Kobarid</DIV></A>";
ich4.style.borderBottom = "1px solid";
ich4.style.color = '#00502D';
ich4.align = "left";
ich4 = irh3.insertCell(1);
ich4.innerHTML = nle + div + "6 (3)</DIV></A>";
ich4.style.borderBottom = "1px solid";
ich4.style.color = '#00502D';
ich4.align = "center";

  table.style.backgroundColor = bgColor;
  }
