//	Create a global variable for easy browser testing

var isNavigator = (document.all) ? 0 : 1;

function update() 
{
	mod = document.lastModified
	document.writeln("Letzte &Auml;nderung: " + mod );
}

function pend(z)
{
	mod = document.lastModified
	document.writeln("Letzte &Auml;nderung: " + mod );
}


