
// jQuery with other frameworks like prototype
var $j = jQuery.noConflict();


// Start accordions
 $j(document).ready(function(){
 
 
    $j(".accordion").accordion();
    
    $j('.bilder a').lightBox();
    
  });

