function initEmmm()
{
  // ALL PAGES
  $('body').className = 'page_'+page_name;
}

Event.observe(window, 'load', function() {
  initEmmm();
});
