1 2 3 4 5 6 7 8
(function() { for (var a = 0; a < 9; a++) { if (arguments[a]) { while (arguments[a]) ; } } })()