
function show_full_bio(){
  $jq('#show_full_bio').hide();
  $jq('#full_bio').slideToggle();
  return false;
}

if (typeof $jq != "undefined") {
  $jq(document).ready(function() {
    $jq('.inner a[href^="/"][rel!="no_arrow"]').after("&nbsp;&rsaquo;")
  });
}

