
function writeLastUpdate () {

	document.write ('05.02.2012');
	}


function writeCopyrightYears () {

	document.write ('2006 - 2012');
	}
