$(document).ready(function(){
 $("#headera").find("div#headerright a").click(function(){
   window.open(this.href);
   return false;
 });
});

