/*
  SM 12Aug09
  YUI theme js
  expects jQuery ($) to be available
*/

$(function() {
  
  //alert('funky times! theme js running');
  
  if($("a.daddy[title='Home']").length > 0) {
    $("a.daddy[title='Home']").remove();
  }
  
});
