/*
Site: KoBRA
HTTP: kobra-projekt.de
Date: 2009-06-04
*/


/**
 * Site - Initialize
 */
$(document).ready(
  function() {
    // function_custom();
  }
);


/**
 * Custom
 */
function function_custom() {};

