var Items = Array(
["Home", "index.php","s_hm"],
["    Albania", "Albania.php","ALB"],
["    Andora", "Andora.php","AND"],
["    Armenia", "Armenia.php", "ARM"],
["    Austria", "Austria.php", "AUT"],
["    Azerbaijan", "Azerbaijan.php", "AZE"],
["    Belarus", "Belarus.php", "BLS"],
["    Belgium", "Belgium.php", "BEL"],
["    Bosnia & Herzegovina", "Bosnia.php", "BHZ"],
["    Bulgaria", "Bulgaria.php", "BUL"],
["    Croatia", "Croatia.php", "CRO"],
["    Cyprus", "Cyprus.php", "CYP"],
["    Czech Republic", "Czech.php", "CZE"],
["    Denmark", "Denmark.php", "DEN"],
["    England", "England.php", "ENG"],
["    Estonia", "Estonia.php", "EST"],
["    Faroe Islands", "FaroeIslands.php", "FAR"],
["    Finland", "Finland.php", "FIN"],
["    France", "France.php", "FRA"],
["    Georgia", "Georgia.php", "GEO"],
["    Germany", "Germany.php", "GER"],
["    Greece", "Greece.php", "GRE"],
["    Holland", "Holland.php", "HOL"],
["    Hungary", "Hungary.php", "HUN"],
["    Iceland", "Iceland.php", "ISL"],
["    Ireland", "Ireland.php", "IRL"],
["    Israel", "Israel.php", "ISR"],
["    Italy", "Italy.php", "ITA"],
["    Kazakhstan", "Kazakhstan.php", "KZK"],
["    Latvia", "Latvia.php", "LAT"],
["    Liechtenstein", "Liechtenstein.php", "LIE"],
["    Lithuania", "Lithuania.php", "LIT"],
["    Luxembourg", "Luxembourg.php", "LUX"],
["    Macedonia", "Macedonia.php", "MKD"],
["    Malta", "Malta.php", "MLT"],
["    Moldova", "Moldova.php", "MOL"],
["    Montenegro", "Montenegro.php", "MON"],
["    Northern Ireland ", "NorthernIreland.php", "NIR"],
["    Norway", "Norway.php", "NOR"],
["    Poland", "Poland.php", "POL"],
["    Portugal", "Portugal.php", "POR"],
["    Romania", "Romania.php", "ROM"],
["    Russia", "Russia.php", "RUS"],
["    San Marino", "SanMarino.php", "SMR"],
["    Scotland", "Scotland.php", "SCO"],
["    Serbia", "Serbia.php", "SER"],
["    Slovakia", "Slovakia.php", "SVK"],
["    Slovenia", "Slovenia.php", "SLO"],
["    Spain", "Spain.php", "ESP"],
["    Sweden", "Sweden.php", "SWE"],
["    Switzerland", "Switzerland.php", "SUI"],
["    Turkey", "Turkey.php", "TUR"],
["    Ukraine", "Ukraine.php", "UKR"],
["    Wales", "Wales.php", "WAL"]
);
function pokazi(lig)
{
for (k=0; k<ligi.length; k++)
  if (lig==ligi[k][0]) document.write(ligi[k][1]);
}
function Leagues()
{
   document.write("<tr><td bgcolor=#F0F0F0 height=18 align=center width=15% class=menuleft onmouseover=this.style.backgroundColor='#FFFFFF' onclick=document.location='"+Items[0][1]+"' onmouseout=this.style.backgroundColor='#F0F0F0' ;status='';><b>"+Items[0][0]+"</b></td></tr><TR><TD bgColor=#999999 height=1></TD></TR>");
for (j=1; j<Items.length; j++)
 {
  document.write("<tr><td bgcolor=#F0F0F0 height=20 align=left width=20% class=menuleft onmouseover=this.style.backgroundColor='#FFFFFF' onclick=document.location='"+Items[j][1]+"' onmouseout=this.style.backgroundColor='#F0F0F0' ;status='';><img src=images/flags/"+Items[j][2]+".gif width=19 height=12 hspace=10>"+Items[j][0]+"</td></tr><TR><TD bgColor=#999999 height=1></TD></TR>");
//  document.write("<tr><td class=mnuCell1 onmouseover=tmOvr(this,'mnuLink1Hover') onclick=tmClk(this) onmouseout=tmOut(this,'mnuLink1','mnuCell1') height=18> <img src=images/flags/%22%2BItems%5Bj%5D%5B2%5D%2B%22.gif width=19 height=12 hspace=5><A class=hl href="%2BItems%5Bj%5D%5B1%5D%2B"> "+Items[j][0]+"</a></td></tr><TR><TD bgColor=#999999 height=1><SPACER height=1 type=block></TD></TR>");  
//  if (j==4){document.write("<TR><TD align=middle><A class=hl href=http://www.oddschecker.com/ target=_blank><IMG height=60 src=images/sb28.gif width=120 border=0></A></TD></TR>");}
//  if (j==13){document.write("<TR><TD align=middle><A class=hl href=http://www.oddschecker.com/ target=_blank><IMG height=60 src=images/ssp16.gif width=120 border=0></A></TD></TR>");}
//  if (j==29){document.write("<TR><TD align=middle><A class=hl href=http://www.oddschecker.com/ target=_blank><IMG height=60 src=images/ssp16.gif width=120 border=0></A></TD></TR>");}
 }
}

function tmClk(theCell){
	theCell.children.tags("A")[0].click();
}
function tmOvr(theCell,LinkOverStyle){
	theCell.className='mnuHighlight'; 
	theCell.style.cursor='hand'; 
	theCell.children.tags('A')[0].className=LinkOverStyle;
}
function tmOut(theCell,LinkOutStyle,CellOverStyle){
	theCell.className=CellOverStyle;
	theCell.children.tags('A')[0].className=LinkOutStyle;
}	
var months_array = new Array("January","February","March","April","May","June","July","August","September","October","November","December")
var date_timestamp=new Date()
var date1 = date_timestamp.getDate()
var month1 = date_timestamp.getMonth()
var year1 = date_timestamp.getYear()
var date_string =  date1 + "-" + months_array[month1] + "-" + year1

