
jq(function() {

  // Jquery image rollovers/hovers
  PEPS.rollover.init(); 
  
  // Tabs
  jq('#tabs').tabs();
  
});

