tomatobob:
registered on 2004-03-27 12:44:30 am.
Gender: male
Location: O'er yon hill

javascript:(function(){
taigalol = getElementsByClassName('hiddencontainer');
for (var i = 0; i < taigalol.length; i++) {
taigalol[i].style.display = 'block';
}
taigalol = getElementsByClassName('hiddentoggle');
for (var i = 0; i < taigalol.length; i++) {
taigalol[i].style.display = 'none';
}
})();