/* -------------------------------------
 * highlight snippets from the top 
 * ------------------------------------- */
function snippetMover( rankOnPage ) {
  document.getElementById('snippet'+rankOnPage).style.background='url(/img/snippet_bg.gif) repeat-x top left';
}

function snippetMout( rankOnPage ) {
  document.getElementById('snippet'+rankOnPage).style.background='';
}

