/*
<!--------------------------------------------------------------------
- Author:	 Gunnar Wolff
- Purpose:	 An init w/o content, as an init is required for every page
-				 this will make that call valid but not do anything.
- Date:		 08/28/2002
- Filename:  empty_init.js
- Directory: /blocks/css/
----------------------------------------------------------------------
- Parameters:
----------------------------------------------------------------------
- Updated By:		
- Update Date:		
- Update Reason:	
---------------------------------------------------------------------->
*/

function init() {
	return;
}

