var fund = new Array(

"<LI><A target='_blank'  href='http://www.cordis.lu/cost'>COST - European Co-operation in the filed of Scientific and Technical Research</A></LI>",
"<LI><A target='_blank'  href='http://europa.eu.int/comm/dg12'>European Commission - DG RTD: Directorate General for Science, Research and Development</A></LI>",
"<LI><A target='_blank'  href='http://www.esf.org/'>European Science Foundation</A></LI>",
"<LI><A target='_blank'  href='http://www.delrus.cec.eu.int'>Delegation of the European Commission to Russia</A></LI>",
"<LI><A target='_blank'  href='http://www.eerc.org/'>Economics Education and Research Consortium</A></LI>",
"<LI><A target='_blank'  href='http://www.ifs.se/'>International Foundation for Science</A></LI>",
"<LI><A target='_blank'  href='http://www.istc.ru/'>International Science and Technology Centre - ISTC</A></LI>",
"<LI><A target='_blank'  href='http://www.nato.int/science'>NATO Science Programme</A></LI>",
"<LI><A target='_blank'  href='http://www.avh.de/'>Alexander von Humboldt Foundation</A></LI>",
"<LI><A target='_blank'  href='http://www.bosch-stiftung.de/'>Robert Bosch Foundation</A></LI>",
"<LI><A target='_blank'  href='http://www.volkswagen-stiftung.de/'>Volkswagen Foundation</A></LI>",
"<LI><A target='_blank'  href='http://www.piperpat.co.nz/ipoff/mt.html'>Ministry of Finance and Commerce, Industrial Property Office, Malta</A></LI>",
"<LI><A target='_blank'  href='http://www.mpsf.org/'>Moscow Public Science Foundation</A></LI>",
"<LI><A target='_blank'  href='http://www.rfbr.ru/'>Russian Foundation for Basic Research</A></LI>",
"<LI><A target='_blank'  href='http://www.rfh.ru/'>Russian Foundation for Humanities</A></LI>",
"<LI><A target='_blank'  href='http://www.fasie.ru/'>Russian Foundation to Support the Development of Small-Scale Enterprises in the Area of Scientific and Technology (Bortnik Foundation)</A></LI>",
"<LI><A target='_blank'  href='http://www.ahrb.ac.uk/'>Arts and Humanities Research Board (AHRB)</A></LI>",
"<LI><A target='_blank'  href='http://www.esrc.ac.uk/'>Economic and Social Research Council (ESRC)</A></LI>",
"<LI><A target='_blank'  href='http://www.fedtrust.co.uk/'>The Federal Trust</A></LI>",
"<LI><A target='_blank'  href='http://www.wellcome.ac.uk/'>Wellcome Trust</A></LI>",
"<LI><A target='_blank'  href='http://www.stcu.kiev.ua/'>Science and Technology Center in Ukraine (STCU)</A></LI>",
"<LI><A target='_blank'  href='http://www.crdf.org/'>US Civilian Research and Development Foundation (CRDF)</A></LI>",
"<LI><A target='_blank'  href='http://www.amoco.com/'>Amoco Foundation</A></LI>",
"<LI><A target='_blank'  href='http://www.ceenet.org/'>CEENet</A></LI>",
"<LI><A target='_blank'  href='http://www.welcomeurope.com/'>Eurofunding</A></LI>",
"<LI><A target='_blank'  href='http://www.embo.org/'>European Molecular Biology Organization (EMBO)</A></LI>",
"<LI><A target='_blank'  href='http://www.febs.unibe.ch/'>Federation of European Biochemical Societies (FEBS)</A></LI>",
"<LI><A target='_blank'  href='http://www.hfsp.org/'>Human Frontier Science program (HFSP)</A></LI>",
"<LI><A target='_blank'  href='http://www.icsu.org/'>ICSU - Internation Council For Science</A></LI>",
"<LI><A target='_blank'  href='http://www.intas.be/'>International Association for the promotion of cooperation with scientists from the New Independent States of the former Soviet Union (INTAS)</A></LI>",
"<LI><A target='_blank'  href='http://www.kf.or.kr/'>Korean Foundation</A></LI>",
"<LI><A target='_blank'  href='http://international.national-academies.org/'>National Academies of USA</A></LI>",
"<LI><A target='_blank'  href='http://www.nsf.gov/'>National Science Foundation (NSF)</A></LI>",
"<LI><A target='_blank'  href='http://www.prosoma.lu/'>PROSOMA esprit</A></LI>",
"<LI><A target='_blank'  href='http://www.snf.ch/'>Swiss National Science Foundation (SNSF)</A></LI>",
"<LI><A target='_blank'  href='http://www.twas.org/'>Third World Academy of Sciences (TWAS)</A></LI>",
"<LI><A target='_blank'  href='http://portal.unesco.org/'>United Nations Educational, Scientific and Cultural Organization (UNESCO)</A></LI>"
);


var l = fund.length-2;
var dt = new Date;
var k = dt.getYear ( ) * 10000 + dt.getMonth ( ) * 1000 + dt.getDate ( );

var rnd_no = k % l;
document.write(fund[rnd_no]);
document.write(fund[rnd_no+1]);
document.write(fund[rnd_no+2]);


