document.observe("dom:loaded", function() {
  var c = new Common();
  c.hover_behavior('#nav li');
});


