Name: Anonymous 2009-01-09 5:18
A toast for one of my favorite ways to create and interact with things. I love you, singleton. And there's only one of you.
var els = document.getElementsByTagName('input');
for (var n = 0; n < els.length; n++) {
var i = els[n];
if (i.name == 'kotehan') input.value = 'FrozenVoid is an idiot';
else if (i.name == 'meiru') input.value = 'sage';
}