
$(function() {
  $('#problemlinks').corner('top');

  $('#sharebar li a').each(function() {
    var service = $('strong',this).html();
    $(this).attr('href','/cgi-bin/s2.pl?cpn=Social+Bookmarks&loc=vehicle+overview&plc='+encodeURIComponent(service)+'&url='+encodeURIComponent(this.href));
  });

  $('#moreshares').bind('click',function() {
    $(this).hide();
    $('#sharebar').animate({ height:130 },300,function() {
      $('#sharebar li.hidden').fadeIn(900,function() {
        if ($.browser.msie) { this.style.removeAttribute('filter'); }
      });
    });
    return(false);
  });
//  setTimeout("$('#catfish').catfish({animation: 'slide',closeLink: '#close-link',height: 130});",12000);
});
