// ----------------------------------------------------------------------------------------
// copyright (c) 2006 by zeitwerk GmbH Basel //
// ----------------------------------------------------------------------------------------


//---------------------------------------------------------------
window.defaultStatus = "© Josy Nussbaumer";
//---------------------------------------------------------------




function zw_write_url() {
	document.open();
	document.write(window.location.href);
	document.close();
}
