            
		/*#################################################################
		# AJAX: xxx
		###################################################################*/

    function xhrXxx() {
      $('xxx').request({
        onLoading:      function() {
        									$('xxxSubmiter').disable();
                        },
        onLoaded:       function() {/*doesn't work in opera so don't put anthing critical here (like form.enable() ;-) )*/ 
                          $('xxxSubmiter').enable();
                        }
      });
    }
    
		/*#################################################################*/
		/*#################################################################*/
		try {
  		// removes potential background-flickering in ie 6
  		document.execCommand('BackgroundImageCache', false, true);
		} catch(e) {}

    Event.observe(document, 'keyup', function(e) { 
      if (e.keyCode == Event.KEY_BACKSPACE && e.altKey) { 
      	//xxxx@googlemail.com xxx+
        window.open('https://www.google.com/analytics/home/', 'analytics');
      }
    }, false);
    
		/*#################################################################*/
		/*#################################################################*/

		/*#################################################################
		# INIT: Miscellaneous
		###################################################################*/

		Event.onReady(function() {
      makeLinksexternal();
      makeLinksdownload();
      makeOptionsrulers();
      //makeTextarearesizers();
		});

		/*#################################################################
		# INIT: XXX Boxes ()
		###################################################################*/

		/*#################################################################*/
		/*#################################################################*/
		
		/*#################################################################
		# INIT: Miscellaneous (onload)
		###################################################################*/      
		
    Event.observe(window, 'load', function(e) { 
    
    }, false);
    
		/*#################################################################*/
		/*#################################################################*/