

/*Conference fejlec*/


/*egy karakterlancon belul nem lehet sortores*/



document.write(

'<!doctype html public "-//w3c//dtd html 4.0 transitional//en">' +
'<html>' +
'<head>' +
  ' <title>LL60</title>' +
'<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2">' +
  ' <LINK REL=STYLESHEET HREF="ll60confstyle.css" TYPE="text/css">' +

'</head>' +
'<body>' +

'<div id="header">' +

/*    '<div class="small">felcím</div>' + */
    '<div class="big"><font color="#ffff00"><b>Building Bridges</b></font> <br><font color="#a0a0a0"> A conference on mathematics and computer science <br> In honour of</font> <strong> Laci Lovász </strong> </div>' +
    '<div class="small">January 22-26, Budapest</div>' + 

'</div>'

);

