/* Conference*/


document.write(


'<div id="left">' +

    '<a href="http://www.renyi.hu/conferences/phdconf/index.html">Home</a><br><br>' +
    '<a href="http://www.renyi.hu/conferences/phdconf/registration.html">Registration &amp; payment</a><br><br>' +
    '<a href="http://www.renyi.hu/conferences/phdconf/venue.html">Conference Venue</a> <br><br>' +
    '<a href="http://www.renyi.hu/conferences/phdconf/hotels.html">Accomodation</a> <br><br>' +
    '<a href="http://www.renyi.hu/~phenomen/program.html">Program</a><br><br>' +
    '<a href="http://www.renyi.hu/conferences/phdconf/index.html#contact">Contact</a><br><br><hr>' +
    '<a href="http://www.renyi.hu/~phenomen/index.html">References, slides,...</a>' +
    
'</div><!--left-->'
    

);
