1 2 3 4 5
function foo(items, nada) { for (var i=0; i<items.length; i++) { alert(items[i] + "juhu\n"); } // Real Tab. }