FireRonZook.com Museum FireRonZook.com was an original: A site that allowed fans to voice opinions without fear of being banned or censored - a big departure from the "official" fan sites. There have been many imitators, but there was only one FRZ. Many users here were users there, and we have saved some of the best bits.
Useful sites Websites that may be of interest to our users
14
31
Login
Login with your social network or forum account:
/* remove part of info center by california */
var sectionToRemove="Newest Member";
var tr=document.getElementsByTagName("tr");
if(location.href.match(/(cgi\??(#.+)?|com\/?|logout|sread)$/)){
for(i=tr.length-1;i>0;i--){
if(tr[i].cells[0].innerHTML.indexOf(sectionToRemove) != -1 && tr[i].cells[0].colSpan=="2"){
tr[i].style.display="none";
tr[i+1].style.display="none";
break;
}
}
}
// -->