function onGoogleClick(){  
  document.location.href='http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=' + encodeURIComponent(document.location.href) + '&amp;title=' + encodeURIComponent(document.title) ;
  }
  
  function onTwitterClick(){  
  document.location.href='http://twitter.com/home?status=' + encodeURIComponent(document.location.href) + '&amp;title=' + encodeURIComponent(document.title) ;
  }
  
  function onFacebookClick(){  
  document.location.href='http://www.facebook.com/share.php?u=' + encodeURIComponent(document.location.href) + '&amp;t=' + encodeURIComponent(document.title) ;
  }

  function onStumbleuponClick(){  
  document.location.href='http://www.stumbleupon.com/submit?url=' + encodeURIComponent(document.location.href) + '&amp;title=' + encodeURIComponent(document.title) ;
  }

function onBuzzClick(){  
  document.location.href='http://buzz.yahoo.com/submit/?submitUrl=' + encodeURIComponent(document.location.href) + '&amp;submitHeadline=' + encodeURIComponent(document.title) ;
  }


function onRedditClick(){  
  document.location.href='http://reddit.com/submit?url=' + encodeURIComponent(document.location.href) + '&amp;title=' + encodeURIComponent(document.title) ;
  }


function onDeliciousClick(){  
  document.location.href='http://del.icio.us/post?url=' + encodeURIComponent(document.location.href) + '&amp;title=' + encodeURIComponent(document.title) ;
  }


function onDiggClick(){  
  document.location.href='http://digg.com/submit?phase=2&amp;url=' + encodeURIComponent(document.location.href) + '&amp;title=' + encodeURIComponent(document.title) ;
  }




