﻿/* Sajnos tényleg számít a sortörés, legalábbis egy karakterláncon belül, úgyhogy muszáj soronként összeállítani. De azért így is érthető.
Oda fogja beírni a tartalmat, ahova rakod.
*/


document.write(

    '<h2>People</h2>' + 
    '<ul>' + 
        '<li>  <a HREF="http://www.renyi.hu/management.html"> Management</a>' + 
        '<li>  <a HREF="http://www.renyi.hu/researchers.html"> Research fellows</a>' + 
        '<li>  <a HREF="http://www.renyi.hu/postdocs.html"> Young researchers, post-docs, graduate students</a>' +
        '<li>  <a HREF="http://www.renyi.hu/staff.html"> Staff</a>' +
        '<li>  <a HREF="http://www.renyi.hu/honorary.html"> Honorary and associated members</a>' +
        '<li>  <a HREF="http://www.renyi.hu/former_new.html"> Former members</a>' +
        '<li>  <a HREF="http://www.renyi.hu/visitors.html"> Visitors</a>' +
    '<LI> <A href="http://www.renyi.hu/positions.html"> Positions </A>' +
'</ul>' + 

    '<h2>Activities</h2>' +
    '<ul>' +
    '<LI> <A href="http://www.renyi.hu/~seminar" > Seminars (in Hungarian) </A>' +
    '<li> European projects' +
        '<ul> ' +
        '<li><a href="http://www.renyi.hu/fist.html" >FIST</a> <!-- - Finite Structures -->' +
        '<li><a href="http://www.renyi.hu/budalggeo.html" >BudAlgGeo</a> <!-- - Algebraic Geometry -->' +
        '<li><a href="http://www.renyi.hu/discconvgeo.html" >DiscConvGeo</a> <!-- -Discrete and Convex Geometry -->' +
        '<li><a href="http://www.renyi.hu/phd_rtn.html" >PHD</a> <!-- - Phenomena in High Dimensions -->' +
        '<li><a href="http://www.renyi.hu/hubi.html" >HuBi</a> <!-- - Hungarian Bioinformatics -->' +
       <!-- '<li><a href="http://www.renyi.hu/coe.html" >Mathias</a> <!-- -Centre of Excellence -->' +
        '</ul>' +
   '<LI> <A href="http://www.renyi.hu/phd.html" > PhD program </A>' +
    '</ul>'


);
