function fejlec(){	
	
	document.write("<html>");
	document.write("<head>");
	document.write("<title>A Hajdú Baranta Egyesület honlapja</title>");
	document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
	document.write('<meta name="keywords" content="hajdú baranta egyesület debrecen harcművészet">');
	document.write('<link href="hajdubaranta.css" rel="stylesheet" type="text/css" />');
	document.write("</head>");

	document.write('<body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginheight="0" marginwidth="0">');
	document.write('<table cellpadding="0" cellspacing="0" border="1" frame="box" rules="none" width="800px" align="center">');
	document.write('<tr><td class="kep"><img src="images/fejlec800.jpg"></td></tr>');
	document.write('<tr><td><table class="torzs" border="0" width="800px"');
}

var user;
var domain;
var suffix;
function email(user, domain, suffix){
		document.write('<a href="' + 'mailto:' + user + '@' + domain + '.' + suffix + '">');
}

function lablec(){
	var reg = /^(\d{2})[\/]*(\d{2})[\/]*(\d{4}).*$/;
	var friss = document.lastModified.replace(reg, "$3. $1. $2.");
		
	document.write("</table></td></tr>");
	document.write('<tr><td class="menu">');
	document.write('<table cellpadding="0" cellspacing="0" border="0" width="800px" align="center"><tr>');
	document.write('<td class="menu" style="text-align:right; padding-right:10px;">');
	document.write("Utolsó frissítés:<br>"+friss);
	document.write("</td>");
	document.write('</tr></table>');
	document.write("</td></tr>");
	document.write("</table>");
	document.write("</body>");
	document.write("</html>");
}
