function switchit(item,item2) {
var range = document.body.createTextRange(); 
range.collapse(true); 
if (location.href.indexOf("action=headersfooters") == -1 )
while (range.findText(item)) { 
range.text=item2;
range.collapse(false); 
}
}

switchit("Forum Statistics","RINF Statistics");
switchit("members","Hijackers");
switchit("Forum Name","Welcome to the RINF forums...");
switchit("An Error Has Occurred!","Only Registered Users Have Access");
switchit("You are not allowed to access this board.","You can register for free and enjoy all of RINF.COM including the rare video and audio files.");
switchit("Sorry, you have been banned from this forum.","Connection Failed. Too many connections.");
