jQuery(document).ready(function () {
  $('div.main_menu ul li.home a').html('<img src="/images/clear.gif">');
});

