$(document).ready(function(){
  $('a.user').openLayer(function(){
    $('a.creator').openCreator();
  });
})
