

/*Conference fejlec*/


/*egy karakterlancon belul nem lehet sortores*/



document.write(

'<!doctype html public "-//w3c//dtd html 4.0 transitional//en">' +
'<html>' +
'<head>' +
  ' <title>Geofest</title>' +
'<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2">' +
  ' <LINK REL=STYLESHEET HREF="geofeststyle.css" TYPE="text/css">' +

'</head>' +
'<body>' +

'<div id="header">' +

    '<div class="big">Geometry Fest</div>' +
    '<div class="small">in celebration of Ted Bisztriczky´s 60th birthday</div>' +
    '<div class="small">June 11-15, 2007, Budapest</div>' + 

'</div>'

);
