$(document).ready(function(){
var ht=$("#acctlinks p").html();
ht=ht.split('<br>').join(' ');
ht=ht.split('<BR>').join(' ');
$("#acctlinks p").html(ht);
});
