$(document).ready(function()
{
init_page();
//hover pointers
$(".action_tab,.action_tab_sel,.tag_container,.tag_container_sel,.nav_tab,.nav_tab_sel,.cat_box_u,cat_box_s").hover(
  function(){document.body.style.cursor="pointer";},function(){document.body.style.cursor="auto";}
);

});