window.onload = function ()
{
	registerEvents();
	xmlhttp_start ();
}

function registerEvents()
{
	var e = document.getElementById ( 'header' );
	e.onclick = function ()
	{
		location.href = "index.php";
	}
}
