//  JAVASCRIPT MODULE 'news.js' 
//  html header data
//  Andrei BORIS

var links = "<span class=det>";
var LM=new Array();
var rf = document.location.href;
var google = rf.indexOf("google"); 
if (google == -1) {
 rf = rf.replace(/(.*)zustrich.quebec-ukraine.com/, "");
 rf = rf.replace(/#(.*)$/, "");
 rf = rf.replace(/^(\\|\/)/, "");
}
function LIt(nlink,descr) { this.nlink=nlink; this.descr=descr; }
LM[0] = new LIt("news02_2.htm", "Ë³òî 2002");
LM[1] = new LIt("news02_3.htm", "Îñ³íü 2002");
LM[2] = new LIt("news02_4.htm", "Çèìà 2002-2003");
LM[3] = new LIt("news03_1.htm", "Âåñíà 2003");
LM[4] = new LIt("news03_2.htm", "Ë³òî 2003");
LM[5] = new LIt("news03_3.htm", "Îñ³íü 2003");
LM[6] = new LIt("news03_4.htm", "Çèìà 2003-2004");
LM[7] = new LIt("news04_1.htm", "Âåñíà 2004");
LM[8] = new LIt("news04_2.htm", "Ë³òî 2004");
LM[9] = new LIt("news04_3.htm", "Îñ³íü 2004");
LM[10] = new LIt("news04_4.htm", "Çèìà 2004-2005");
LM[11] = new LIt("news05_1.htm", "Âåñíà 2005");
LM[12] = new LIt("news05_2.htm", "Ë³òî 2005");
LM[13] = new LIt("news05_3.htm", "Îñ³íü 2005");
LM[14] = new LIt("news05_4.htm", "Çèìà 2005-2006");
LM[15] = new LIt("news06_1.htm", "Âåñíà 2006");
LM[16] = new LIt("news06_2.htm", "Ë³òî 2006");
LM[17] = new LIt("news06_3.htm", "Îñ³íü 2006");
LM[18] = new LIt("news06_4.htm", "Çèìà 2006-2007");
LM[19] = new LIt("news07_1.htm", "Âåñíà 2007");
LM[20] = new LIt("news07_2.htm", "Ë³òî 2007");
LM[21] = new LIt("news07_3.htm", "Îñ³íü 2007");
LM[22] = new LIt("news07_4.htm", "Çèìà 2007-2008");
LM[23] = new LIt("news08_1.htm", "Âåñíà 2008");
LM[24] = new LIt("news08_2.htm", "Ë³òî 2008");
LM[25] = new LIt("news08_3.htm", "Îñ³íü 2008");
LM[26] = new LIt("news08_4.htm", "Çèìà 2008-2009");
LM[27] = new LIt("news09_1.htm", "Âåñíà 2009");
LM[28] = new LIt("news09_2.htm", "Ë³òî 2009");
LM[29] = new LIt("news09_3.htm", "Îñ³íü 2009");
LM[30] = new LIt("news09_4.htm", "Çèìà 2009-2010");
LM[31] = new LIt("news10_1.htm", "Âåñíà 2010");
LM[32] = new LIt("news10_2.htm", "Ë³òî 2010");
LM[33] = new LIt("news10_3.htm", "Îñ³íü 2010");
LM[34] = new LIt("news10_4.htm", "Çèìà 2010-2011");
LM[35] = new LIt("news11_1.htm", "Âåñíà 2011");
LM[36] = new LIt("news11_2.htm", "Ë³òî 2011");
LM[37] = new LIt("news11_3.htm", "Îñ³íü 2011");
LM[38] = new LIt("news11_4.htm", "Çèìà 2011-2012");

for(var i=0; i<=38; i++) {
 if((i%8==0) && (i!=0))
  links += '<br>';
 if((rf==LM[i].nlink) && (google==-1))
  links += ' ' + LM[i].descr;
 else
  links += ' <a class=let href="' + LM[i].nlink + '">' + LM[i].descr + '</a>';
}
links += '</span>';
document.write(links);

