var showMessage='yes';
var bannedMessage="Can't you get it into your head.... <b>YOU'RE <u>BANNED PERMANENTLY</u></b>";

if(showMessage!='no' && !document.location.href.match('action=headersfooters'))
{
var ban=document.getElementsByTagName('font');
for(b=0; b<ban.length; b++)
{
if(ban[b].innerHTML.match('Sorry, you have been banned from this forum.'))
{
ban[b].innerHTML = bannedMessage;
}
}
}
