Name:
Anonymous
2012-09-03 19:01
[[[[[b] i] o] u] @"ENTERPRISE"]
Name:
Anonymous
2012-09-03 23:57
var output = []
for (var i = 0; i < 3; i++) {
var words = ["HAX", "MY", "ANUS"];
(function (i) {
(function (boldstyle) {
(function (italicstyle) {
(function (underlinestyle) {
(function (overlinestyle) {
(function (message) {
output[i] = boldstyle(italicstyle(underlinestyle(overlinestyle(message))));
})(words[i]);
})(new _$.OverlineStyle(this));
})(new _$.UnderlineStyle(this));
})(new _$.ItalicStyle(this));
})(new _$.BoldStyle(this));
})(i);
}
if (isNaN(1 / function () { }))
document.write(output[0] + " " + output[1] + " " + output[2])