

/*Conference fejlec*/


/*egy karakterlancon belul nem lehet sortores*/



document.write(

'<!doctype html public "-//w3c//dtd html 4.0 transitional//en">' +
'<html>' +
'<head>' +
  ' <title>PHD Workshop</title>' +
'<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2">' +
  ' <LINK REL=STYLESHEET HREF="phdconfstyle.css" TYPE="text/css">' +

'</head>' +
'<body>' +

'<div id="header">' +

/*    '<div class="small">felcím</div>' + */
    '<div class="big">Quasi-random structures, regularity lemmas<br>and their applications</div>' +
    '<div class="small">January 22-26, Budapest</div>' + 

'</div>'

);

