// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function set_annot_over_state(link) {

  $(link.parentNode).down('.news_annot_text').setStyle(
    {color: "#444",
     background:"url('/images/news_short_hover_bg.gif') 0 0 no-repeat"});
}

function set_annot_out_state(link) {

  $(link.parentNode).down('.news_annot_text').setStyle(
    {color: "#688",
     background:"url('/images/news_short_bg.gif') 0 0 no-repeat"});
} 
