var $j = jQuery.noConflict();
$j(function(){
  $j("#podcast").tipsy({gravity:"w"});
  $j("#email").emailencode();
/*
  $j("a[@rel=external]").click(function(){
    this.target = "_blank";
  });  
*/
  });
