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


//---------------------------------------------------------------
window.defaultStatus = "© BARBEY SÖHNE AG BASEL";
//---------------------------------------------------------------




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